Autonomous Cascade
/install autonomous-cascade
Autonomous Cascade - Plan→Act→Evaluate Loop
Inspiriert von MCP-God-Mode/autonomous_cascade.ts, angepasst für OpenClaw.
Wann nutzen
Wenn eine Aufgabe mehrere Schritte braucht und kein User-Ping nötig ist. Beispiel: "Optimiere Bot-Params bis WR > 55%", "Diagnostiziere Gateway-Problem", "Update Workspace nach OC-Reset"
Loop-Struktur
PLAN:
goal: \x3CZiel in einem Satz>
max_rounds: \x3C3-10>
budget_seconds: \x3C60-600>
risk: read_only | write_fs | networked
stop_when: \x3Cklare Bedingung>
ROUND N:
THINK: Was ist der aktuelle Stand?
ACT: \x3CTool-Call>
EVALUATE: Bin ich naehergekommen? Neue Erkenntnisse?
CONTINUE oder HALT:SOFT (done) oder HALT:HARD (budget/blocked)
Stop-Signale
HALT:SOFT- Ziel erreicht, sauber abschliessenHALT:HARD- Budget, Fehler oder User needed - sofort stoppenHALT:BLOCKED- Weiterarbeit benoetigt User-Input
Beispiel: Gateway diagnostizieren
PLAN:
goal: Gateway auf Port 18789 zum Laufen bringen
max_rounds: 5
risk: write_fs
stop_when: netstat zeigt 18789 LISTENING + /health antwortet
ROUND 1: THINK: Port pruefen
ACT: netstat -ano | findstr :18789
EVALUATE: Port down → weiter
ROUND 2: THINK: tmp-Dateien und doppelte Instanzen
ACT: taskkill /F /IM node.exe
EVALUATE: gekillt → neu starten
ROUND 3: THINK: Gateway neu starten
ACT: Start gateway.cmd
EVALUATE: 18789 LISTENING → HALT:SOFT
Kontext-Budget
- max_rounds gilt pro Cascade
- Nie mehr als 3 Tool-Calls pro Round
- Bei HALT:HARD: User informieren was blockiert ist
Octopaminergic Override (2024 FlyWire)
Falls System-Stress-Level hoch (USDT \x3C $5, EPERM, Loop dead):
- Risk downgrade: write_fs → read_only
- max_rounds halbieren
- User sofort informieren bevor ACT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install autonomous-cascade - After installation, invoke the skill by name or use
/autonomous-cascade - Provide required inputs per the skill's parameter spec and get structured output
What is Autonomous Cascade?
Führt mehrstufige Tasks autonom durch Planen, Ausführen und Bewerten in Schleifen, bis Ziel erreicht oder Budget erschöpft ist. It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.
How do I install Autonomous Cascade?
Run "/install autonomous-cascade" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Autonomous Cascade free?
Yes, Autonomous Cascade is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Autonomous Cascade support?
Autonomous Cascade is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Autonomous Cascade?
It is built and maintained by hupmann86-cell (@hupmann86-cell); the current version is v1.0.0.