← All skills
Tencent SkillHub Β· AI

Autonomous Execution

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc