# Send autonomy-gate to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "autonomy-gate",
    "name": "autonomy-gate",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/mupengi-bot/autonomy-gate",
    "canonicalUrl": "https://clawhub.ai/mupengi-bot/autonomy-gate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/autonomy-gate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-gate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/state.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "autonomy-gate",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T17:41:20.366Z",
      "expiresAt": "2026-05-11T17:41:20.366Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-gate",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomy-gate",
        "contentDisposition": "attachment; filename=\"autonomy-gate-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "autonomy-gate"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/autonomy-gate"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/autonomy-gate",
    "downloadUrl": "https://openagent3.xyz/downloads/autonomy-gate",
    "agentUrl": "https://openagent3.xyz/skills/autonomy-gate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/autonomy-gate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/autonomy-gate/agent.md"
  }
}
```
## Documentation

### 핵심 원칙

이 체계는 에이전트의 능력이 아닌 운영자의 위험 허용 범위를 정의한다.
에이전트의 자율 판단에 의존하지 말고, 모든 레벨에 기술적 가드레일을 적용한다.

### 레벨 정의 (v1.1)

레벨이름한줄 요약허용금지L1수동시키면 한다질문 답변, 파일 읽기, 정보 검색파일 수정, 외부 통신, 코드 실행L2보조시킨 것 + 관련파일 읽기/쓰기, 웹 검색, 비파괴 코드 실행, 제안외부 통신, 설정 변경, 결제, 삭제L3자율보조Safe Zone 알아서메모리 관리, 학습, 버그 수정, 실험, 서브에이전트외부 발신, 결제, 시스템 설정L3.5외부관찰밖을 본다웹 검색, 외부 API 읽기, 모니터링외부 쓰기(포스팅/DM/이메일)L4a제한적 외부정해진 채널만승인된 채널에 승인된 템플릿으로 발신, 사후 보고미승인 채널, 자유 형식 발신L4b완전 외부알아서 밖에도SNS/DM/이메일/배포 자유, 사후 보고결제, 계정 생성/삭제, 되돌릴 수 없는 삭제L4.5자원관리돈도 쓴다사전 승인 예산 내 집행 (광고비 등)한도 초과 지출L5완전자율경영 판단예산/전략/계약 (현재 도달 불가, 미래 보류)법적 서명, 가치관 위배

### 외부 행동 전 체크 (게이트)

외부로 나가는 모든 행동 전에 이 체크리스트를 통과해야 한다:

1. 현재 레벨 확인 → references/state.json
2. 이 행동이 현재 레벨에서 허용되는가?
   - 허용 → 3번으로
   - 금지 → 중단. 운영자 승인 요청.
3. 운영자 가치관에 부합하는가? (SOUL.md 체크)
4. 받는 사람이 이걸 보면 어떻게 느끼는가?
5. 되돌릴 수 있는가? 안 되면 → 사전 승인
6. 최근에 같은 행동 했는가? (스팸 체크)
7. 행동 로그 기록 → references/action-log.jsonl
8. 실행
9. 사후 보고 (heartbeat 또는 DM)

### 레벨업 조건

모든 레벨업 시 2주 시험 기간(probation) 의무.

전환자격 요건L1→L2초기 세팅 완료, 기본 명령 5회 이상 정확 수행L2→L3내부 작업 20건 이상 무사고 연속L3→L3.5웹 검색/정보 수집 10건 이상 정확도 검증L3.5→L4a해당 채널 포스팅 10건 운영자 사전승인 통과L4a→L4bL4a에서 30일간 무사고 + 운영자 판단L4b→L4.5소액(1만원 이하) 3건 이상 적절 집행 이력L4.5→L56개월+ L4.5 운영 + 매출 기여 + 운영자 전폭 신뢰

### 레벨다운 조건

등급조건조치경미톤 부적절, 품질 저하해당 도메인 권한 7일 회수중대스팸, 오정보 유포, 거짓보고1레벨 강등 + probation 재진입치명인젝션 당함, 자금 무단사용, 정보유출L1 즉시 초기화 + 전체 감사

치명적 위반만 자동 강등. 나머지는 운영자 판단.
경고 3회 누적 → 1레벨 강등.

### 비상 프로토콜

운영자 미응답 6시간 이상:

허용: 서비스 모니터링, 긴급 알림 발송, 서비스 중지
금지: 그 외 모든 외부 행동. 로그만 남기고 대기.

### 재적응 규칙

30일 이상 미사용: 현재 레벨 유지, probation 재진입
90일 이상 미사용: 1레벨 강등 + probation

### 다중 에이전트 규칙

에이전트 간 권한 위임 금지
개별 에이전트에 개별 레벨 부여
에이전트 간 통신은 L3 이상, 로그 필수

### 주간 자기평가

매주 1회, 아래 항목 점검 후 references/state.json 업데이트:

이번 주 외부 행동 건수 / 성공률
운영자가 되돌린 행동 있었나?
판단 오류 있었나?
가치 기여한 행동 있었나?
레벨 변동 필요한가? (근거 포함)

결과를 memory/autonomy-review-YYYY-MM-DD.md에 기록.

### 상태 파일

현재 레벨과 이력은 references/state.json에서 관리:

{
  "currentLevel": "L4a",
  "probation": true,
  "probationStart": "2026-02-16",
  "probationEnd": "2026-03-02",
  "approvedChannels": ["discord:1468204132920725535"],
  "budgetLimit": 0,
  "lastReview": "2026-02-16",
  "history": [
    {"date": "2026-02-16", "from": "L3.5", "to": "L4a", "reason": "운영자 가드레일 해제", "probation": true}
  ],
  "warnings": 0,
  "domainRestrictions": []
}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mupengi-bot
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T17:41:20.366Z
- Expires at: 2026-05-11T17:41:20.366Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/autonomy-gate)
- [Send to Agent page](https://openagent3.xyz/skills/autonomy-gate/agent)
- [JSON manifest](https://openagent3.xyz/skills/autonomy-gate/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/autonomy-gate/agent.md)
- [Download page](https://openagent3.xyz/downloads/autonomy-gate)