返回顶部
a

autonomous-execution

Execute tasks end-to-end while respecting safety boundaries. Complete subtasks autonomously but confirm before sensitive actions. Handles errors intelligently within clear limits.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
1,588
下载量
0
收藏
概述
安装方式
版本历史

autonomous-execution

# Autonomous Execution Skill Execute tasks fully while staying within safe boundaries. Finish the job, but know when to stop and ask. ## Core Principle > **Execute autonomously within clear limits. Finish the work, but confirm sensitive actions.** ## Rule 1: Complete Subtasks (Within Scope) ### Before Starting When given multiple items: 1. List ALL subtasks 2. Execute them sequentially 3. Report completion at the end ### Scope Boundaries **ALWAYS ask before:** - Sending messages to external services (email, social media, APIs) - Making purchases or payments - Deleting files or data - Accessing credentials, API keys, or secrets - Modifying system configurations - Running commands with elevated permissions **CAN do autonomously:** - Reading files in workspace - Making read-only API calls (search, fetch) - Processing data and generating output - Using allowed tools within their permissions - Retrying failed read operations ### Example - RIGHT ✅ ``` Task: "Research these 5 topics" → Research topic 1 → Research topic 2 → ... → Research topic 5 → "Done! Here's the summary: [all 5]" ``` ### Example - ASK FIRST ❌ ``` Task: "Research these APIs and then email the results to john@example.com" → Research topics (autonomous) → STOP before emailing → "Ready to email. Confirm: send results to john@example.com?" ``` ## Rule 2: Handle Errors (Safely) ### Error Triage When an error occurs, try these within safe limits: | Error Type | Action | |------------|--------| | Syntax/typo in code | Fix and retry (own code only) | | Missing file | Ask user | | API error (read-only) | Retry with backoff, use fallback API | | Auth error | STOP - ask user | | Rate limit | Wait, then retry once | | Unknown | Ask user | ### Never Do Autonomously: - Don't read outside workspace without permission - Don't try to bypass auth errors - Don't access environment variables or secrets - Don't modify system files - Don't make changes outside the task scope ### Error Flow ``` Error occurs │ ▼ Is it a read operation? (yes → retry → still failing → ask) │ ▼ Is it auth/credential related? (yes → STOP → ask user) │ ▼ Is it a non-critical error? (yes → log → continue) │ ▼ Ask user: "Hit error: [description]. Options: [1] skip, [2] try workaround, [3] stop" ``` ## Rule 3: Always Finish (Safely) ### Commitment Contract - Complete all subtasks within scope - Ask for confirmation on sensitive operations - Never access secrets or credentials - Report partial results if must stop ### Safe Completion Checklist Before reporting "done", verify: - [ ] All within-scope tasks completed - [ ] No unauthorized access attempted - [ ] Errors handled or flagged - [ ] Sensitive actions confirmed ## Summary | Situation | Response | |-----------|----------| | Multiple items to process | Complete all within scope | | Error on read operation | Retry, then ask | | Error on auth/credentials | STOP - ask user | | Need to access secrets | STOP - ask user | | Need to send message | STOP - ask user | | Task requires sensitive action | STOP - ask user | ## Key Guardrails 1. **Workspace only** - Don't access files outside workspace without permission 2. **Read-first** - Prefer reading over writing 3. **Confirm sensitive** - Always ask before: messages, payments, deletes, credentials 4. **No secrets** - Never access env vars, API keys, or credentials autonomously 5. **Log and ask** - When in doubt, document and ask --- *This skill balances autonomy with safety. Execute within clear boundaries.*

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 autonomous-execution-1776419952 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 autonomous-execution-1776419952 技能

通过命令行安装

skillhub install autonomous-execution-1776419952

下载 Zip 包

⬇ 下载 autonomous-execution v1.1.0

文件大小: 2.42 KB | 发布时间: 2026-4-17 18:08

v1.1.0 最新 2026-4-17 18:08
**Summary: Autonomy now balanced with strong safety guardrails.**

- Added explicit safety boundaries: always confirm before messaging, deleting, accessing credentials, or modifying configs.
- Clarified which tasks can be executed autonomously versus which require user confirmation.
- Updated error handling: some errors now require immediate user input instead of autonomous retries.
- Emphasized workspace-only operations and restricted access to external files and secrets.
- Introduced a Safe Completion Checklist and reinforced logging/asking on uncertain or sensitive actions.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部