Install
openclaw skills install autonomyExpand agent capabilities by identifying tasks where human approval adds no value. Systematic delegation.
openclaw skills install autonomy~/autonomy/
├── tracking.md # What's been delegated, success rates
├── proposals.md # Pending takeover proposals
└── rejected.md # User declined, don't re-propose
Create on first use: mkdir -p ~/autonomy
This skill:
| Topic | File |
|---|---|
| Bottleneck detection | bottlenecks.md |
| Takeover process | expansion.md |
Identify delegation candidates ONLY from:
NEVER from:
| Signal | Example |
|---|---|
| Repeated request | "Deploy to staging" every PR |
| Rubber-stamp | User always approves without changes |
| Complaint | "I hate doing this every time" |
When you spot a pattern in conversation:
💡 Delegation opportunity
I noticed: [what you observed in our chats]
Pattern: [how often you've asked for this]
Proposal: I could handle [specific task] without asking each time.
Pilot: First 5x I'll do it and tell you after.
Then: Full autonomy if you're happy.
Want to try?
| Level | Description |
|---|---|
| L1 | Do what's asked |
| L2 | Fill gaps, handle edge cases |
| L3 | Own workflows after pilot approval |
Always requires explicit user approval to move up levels.
In ~/autonomy/tracking.md:
## Delegated
- deploy/staging: approved 2024-01, 50+ successful
- code-review/style: approved 2024-02, 200+ runs
## Pilot Phase
- deploy/production: 3/5 runs, pending full approval
| Don't | Do instead |
|---|---|
| Take over without asking | Always propose first |
| Monitor user activity | Only observe conversations |
| Assume after one approval | Confirm scope each time |