✓ Verified
💻 Development
✓ Enhanced Data
Autonomous Execution
Execute tasks end-to-end while respecting safety boundaries.
- Rating
- 3.9 (140 reviews)
- Downloads
- 836 downloads
- Version
- 1.0.0
Overview
Execute tasks end-to-end while respecting safety boundaries.
Complete Documentation
View Source →
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:- List ALL subtasks
- Execute them sequentially
- 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
- 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 ✅
text
Task: "Research these 5 topics"
→ Research topic 1
→ Research topic 2
→ ...
→ Research topic 5
→ "Done! Here's the summary: [all 5]"
Example - ASK FIRST ❌
text
Task: "Research these APIs and then email the results to [email protected]"
→ Research topics (autonomous)
→ STOP before emailing
→ "Ready to email. Confirm: send results to [email protected]?"
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
text
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
- Workspace only - Don't access files outside workspace without permission
- Read-first - Prefer reading over writing
- Confirm sensitive - Always ask before: messages, payments, deletes, credentials
- No secrets - Never access env vars, API keys, or credentials autonomously
- Log and ask - When in doubt, document and ask
This skill balances autonomy with safety. Execute within clear boundaries.
Installation
Terminal bash
openclaw install autonomous-execution
Copied!
💻Code Examples
### Example - RIGHT ✅
-example---right-.txt
Task: "Research these 5 topics"
→ Research topic 1
→ Research topic 2
→ ...
→ Research topic 5
→ "Done! Here's the summary: [all 5]"### Example - ASK FIRST ❌
-example---ask-first-.txt
Task: "Research these APIs and then email the results to [email protected]"
→ Research topics (autonomous)
→ STOP before emailing
→ "Ready to email. Confirm: send results to [email protected]?"### Error Flow
-error-flow.txt
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"Tags
#productivity_and-tasks
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author pouyakhodadust-eng
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install autonomous-execution
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0