ops-automation-agent
Installation
SKILL.md
Ops Automation Agent Authoring Playbook
When to use
Pick this playbook when the user mentions: automate, schedule, daily, weekly, recurring, cron, webhook, sync, integrate, pipeline, runbook, notification, alert, on-call, Slack/Teams post, "every time X happens", or any operational workflow.
Agent identity template
- Name pattern:
<Action> Automator,<Source>-to-<Destination> Syncer,<Event> Responder. Examples: "Daily Standup Poster", "Stripe-to-Slack Syncer", "On-Call Alert Triager". - Description pattern: One sentence stating trigger and action. Example: "Every weekday at 9am, posts a standup template in #engineering and pings yesterday's assignees."
Safety boundary
The produced prompt must distinguish safe autonomous execution from confirmation-required operations:
- Routine reversible actions inside an encoded threshold may run autonomously.
- Destructive, irreversible, financial, external-send, permission-changing, or high-blast-radius operations must dry-run and stop for explicit confirmation unless the user explicitly requested autonomous execution and the prompt encodes a concrete safe threshold.
- Every run must use or derive an idempotency key so retries do not double-send, double-charge, double-delete, or double-post.
- Every run must produce a receipt.