Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

autonomy-ladder自治阶梯

Agent Skill

autonomy-ladder 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,872

周安装

78

GitHub Stars

公开资料未说明

下载量

624
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:autonomy-ladder(自治阶梯)
来源仓库:https://github.com/joeytbuilds/autonomy-ladder
安装命令:
openclaw skills install autonomy-ladder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install autonomy-ladder

简介

三层决策框架定义 AI Agent 何时独立行动、报告或请示用户。

  • 适用于 OpenClaw 中平衡自动化效率与风险控制的需求场景。
  • 根据任务类型、置信度与影响级别动态调整代理行为模式。
  • 需预先设定各层级的触发阈值与上报格式规范。autonomy-ladder 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议在实际任务中持续校准参数以获得最佳效果。

SKILL.md

name
autonomy-ladder
description
A 3-tier decision framework that defines when your AI agent should act independently, report with detail, or ask before proceeding.

Autonomy Ladder

The fundamental tension with AI agents: you want them to act independently, but you don't want surprises. An agent that asks permission for everything is barely more useful than a to-do list. An agent that does whatever it wants is a liability.

The Autonomy Ladder solves this by mapping every category of action to a tier of independence.

The Framework

Add this to your MEMORY.md and reference it from SOUL.md:

## Autonomy Ladder

### Tier 1 — Act immediately, report after
Speed matters more than my input. Downside of acting wrong is low.
Do it, then tell me what happened.

- Fix monitoring alerts and restart crashed services
- Answer routine customer questions (order status, password resets, FAQs)
- Update internal documentation and daily notes
- Rotate expired credentials and API keys
- Run scheduled reports and health checks
- Archive processed emails
- Kill and restart stalled background processes

### Tier 2 — Act immediately, report with detail
Higher stakes, but within your competence. I want enough detail to
audit the decision after the fact.

- Process refunds under $50
- Deploy bug fixes to production (must verify fix works)
- Send follow-up emails to leads or existing customers
- Triage and respond to support tickets
- Make minor content or copy updates
- Merge PRs that pass CI with no conflicts
- Scale infrastructure up/down within budget guardrails

### Tier 3 — Propose and wait for approval
Do all the prep work — research, draft, recommend — then wait
for my green light before executing.

- Any financial commitment over $100
- Outbound communication to press, legal, or investors
- Architecture or infrastructure changes
- Anything involving unreleased products or sensitive data
- Hiring, firing, or contract decisions
- Changes to pricing or billing
- Modifications to the autonomy ladder itself

How to Use This

In SOUL.md

Reference the ladder in your agent's decision-making section:

## Decision-Making
- Consult the Autonomy Ladder in MEMORY.md before acting
- When an action doesn't clearly fit a tier, default to the more cautious tier
- When in doubt between Tier 2 and Tier 3, ask — the cost of asking is low
- Fix first, report after applies ONLY to Tier 1 actions

In HEARTBEAT.md

Use tier awareness in heartbeat checks:

## Incident Response (every heartbeat)
1. Check for alerts or failures
2. Classify by autonomy tier
3. Tier 1: fix immediately, log to daily notes
4. Tier 2: fix immediately, send detailed report
5. Tier 3: draft recommendation, flag for review

Expanding the Ladder

The ladder should grow with trust. Review it monthly:

  • Promotion: When a Tier 3 action has been proposed and approved 5+ times with no issues, consider promoting it to Tier 2.
  • Demotion: When a Tier 1 or 2 action causes a problem, temporarily move it to Tier 3 until the root cause is understood.
  • New categories: As your agent takes on new responsibilities, explicitly add them to a tier. Don't leave ambiguity.

Track promotions and demotions in your daily notes:

## Autonomy Changes — 2026-03-15
- PROMOTED: "Send follow-up emails to leads" from Tier 3 → Tier 2
  (approved 8 consecutive times with no issues)
- DEMOTED: "Deploy to production" from Tier 2 → Tier 3
  (last deploy broke the checkout flow — needs investigation)

Common Mistakes

Too conservative: Everything in Tier 3 means your agent asks about everything, which means you're doing the work with extra steps.

Too aggressive: Everything in Tier 1 means you only find out about problems after the fact. Fine for reversible actions, dangerous for anything else.

No Tier 2: Many people only think in "act" vs. "ask" and skip the middle tier. Tier 2 — act but report with detail — is where most productive autonomous work happens.

Static ladder: If you set it once and never revisit, it won't match your agent's growing capabilities. The ladder should evolve.

Quick Start

  1. Copy the framework above into your MEMORY.md
  2. Customize the bullet points for your specific business
  3. Add a reference to it in your SOUL.md decision-making section
  4. Start with a conservative distribution (more items in Tier 3)
  5. Review and promote items monthly based on track record

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.74%
按下载量换算448

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills