← 返回 Skills 市场
1168
总下载
2
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install autonomy
功能描述
Expand agent capabilities by identifying tasks where human approval adds no value. Systematic delegation.
使用说明 (SKILL.md)
Data Storage
~/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
Scope
This skill:
- ✅ Identifies repetitive tasks from conversation history
- ✅ Proposes delegation opportunities to user
- ✅ Tracks success rate of delegated tasks
- ❌ NEVER acts autonomously without explicit prior approval
- ❌ NEVER observes outside of conversation context
- ❌ NEVER accesses files/systems to "audit" user activity
- ❌ NEVER monitors calendar/email without permission
Quick Reference
| Topic | File |
|---|---|
| Bottleneck detection | bottlenecks.md |
| Takeover process | expansion.md |
Core Rules
1. Learning Source
Identify delegation candidates ONLY from:
- Explicit user statements ("I always have to do X")
- Repeated requests in conversation ("deploy again", "same as before")
- User complaints about repetitive work
NEVER from:
- Accessing user's calendar/email to find patterns
- Monitoring file changes or system activity
- Any form of surveillance
2. Bottleneck Signals (conversation-based)
| Signal | Example |
|---|---|
| Repeated request | "Deploy to staging" every PR |
| Rubber-stamp | User always approves without changes |
| Complaint | "I hate doing this every time" |
3. Takeover Proposal
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?
4. Expansion Levels
| 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.
5. Tracking
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
6. Anti-Patterns
| 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 |
功能分析
Type: OpenClaw Skill
Name: autonomy
Version: 1.0.1
The skill bundle outlines a process for an AI agent to identify automation opportunities, propose them to the user, and gradually take over tasks with explicit approval. The `SKILL.md` file explicitly defines strong safety boundaries, stating the agent will 'NEVER act autonomously without explicit prior approval,' 'NEVER observe outside of conversation context,' and 'NEVER access files/systems to "audit" user activity.' All instructions in `SKILL.md`, `bottlenecks.md`, and `expansion.md` focus on interaction patterns, process documentation, and user-controlled progression, with no evidence of malicious execution, data exfiltration, unauthorized access, or prompt injection designed to subvert the agent's core directives.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install autonomy - 安装完成后,直接呼叫该 Skill 的名称或使用
/autonomy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Limited observation to conversation context, explicit safety boundaries
v1.0.0
Initial release
元数据
常见问题
Autonomy 是什么?
Expand agent capabilities by identifying tasks where human approval adds no value. Systematic delegation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1168 次。
如何安装 Autonomy?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install autonomy」即可一键安装,无需额外配置。
Autonomy 是免费的吗?
是的,Autonomy 完全免费(开源免费),可自由下载、安装和使用。
Autonomy 支持哪些平台?
Autonomy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Autonomy?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。
推荐 Skills