# Send Autonomous Execution 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": "autonomous-execution",
    "name": "Autonomous Execution",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/pouyakhodadust-eng/autonomous-execution",
    "canonicalUrl": "https://clawhub.ai/pouyakhodadust-eng/autonomous-execution",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/autonomous-execution",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomous-execution",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "autonomous-execution",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T00:41:21.883Z",
      "expiresAt": "2026-05-07T00:41:21.883Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomous-execution",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=autonomous-execution",
        "contentDisposition": "attachment; filename=\"autonomous-execution-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "autonomous-execution"
      },
      "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/autonomous-execution"
    },
    "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/autonomous-execution",
    "downloadUrl": "https://openagent3.xyz/downloads/autonomous-execution",
    "agentUrl": "https://openagent3.xyz/skills/autonomous-execution/agent",
    "manifestUrl": "https://openagent3.xyz/skills/autonomous-execution/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/autonomous-execution/agent.md"
  }
}
```
## Documentation

### 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.

### 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

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?"

### Error Triage

When an error occurs, try these within safe limits:

Error TypeActionSyntax/typo in codeFix and retry (own code only)Missing fileAsk userAPI error (read-only)Retry with backoff, use fallback APIAuth errorSTOP - ask userRate limitWait, then retry onceUnknownAsk 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"

### 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

SituationResponseMultiple items to processComplete all within scopeError on read operationRetry, then askError on auth/credentialsSTOP - ask userNeed to access secretsSTOP - ask userNeed to send messageSTOP - ask userTask requires sensitive actionSTOP - 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: pouyakhodadust-eng
- Version: 1.1.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-04-30T00:41:21.883Z
- Expires at: 2026-05-07T00:41:21.883Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/autonomous-execution)
- [Send to Agent page](https://openagent3.xyz/skills/autonomous-execution/agent)
- [JSON manifest](https://openagent3.xyz/skills/autonomous-execution/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/autonomous-execution/agent.md)
- [Download page](https://openagent3.xyz/downloads/autonomous-execution)