β‘ Workflows
Automatic On-call
Respond to incidents automatically with triage, initial mitigation, and human escalation when appropriate.
Bundle files
πORCHESTRATION.mdβ Orchestration
1# ORCHESTRATION.md
2
3## Diagram
4
5 βββββββββββ ββββββββββββββ ββββββββββββ
6 β Alert ββββββ>β Dispatcher ββββββ>β Classify β
7 βββββββββββ ββββββββββββββ ββββββ¬ββββββ
8 β
9 βββββββββββββββββββββββββββΌββββββββββββββββββββββ
10 v v v
11 ββββββββββββ ββββββββββββ ββββββββββββ
12 β Sev1 β β Sev2 β β Sev3 β
13 ββββββ¬ββββββ ββββββ¬ββββββ ββββββ¬ββββββ
14 v v v
15 ββββββββββββ ββββββββββββ ββββββββββββ
16 β Escalate β β Auto-fix β β Auto-fix β
17 β + Human β β + Verify β β + Close β
18 ββββββββββββ ββββββββββββ ββββββββββββ
19
20## Workflow
21Automatic On-call
22
23## Objective
24Respond to incidents automatically with triage, initial mitigation, and human escalation when appropriate.
25
26## Roles
27- **Dispatcher:** classifies alert and assigns flow.
28- **Automatic responder:** executes first response runbook.
29- **Escalator:** notifies human on-call if threshold is exceeded.
30
31## Flow
321. Alert ingestion
332. Classification (sev1/sev2/sev3)
343. Allowed automatic action (safe list)
354. Post-action verification
365. Escalation or closure
37
38## Suggested SLA
39- Ack: <5 min
40- Initial mitigation: <15 min
41- Sev1 escalation: immediate
42
43## Guardrails
44- Forbidden to execute destructive automatic actions.
45- Every action must be audited with timestamp.
46
47## Deliverable
48- Timeline
49- Preliminary root cause
50- Actions taken
51
Lines: 51 | Words: 176
Install
Copy bundle to your OpenClaw workspace.
curl -fsSL https://raw.githubusercontent.com/cerealskill/openclaw-agents/main/install.sh | bash -s workflow automatic-on-call ENRate this agent
Loading...
Sign in to rate this agent
Includes
- β ORCHESTRATION.md
Info
- Slug
- automatic-on-call
- Lines
- 51
- Words
- 176
