← All skills
Tencent SkillHub Β· AI

Autonomy

Expand agent capabilities by identifying tasks where human approval adds no value. Systematic delegation.

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

Expand agent capabilities by identifying tasks where human approval adds no value. Systematic delegation.

⬇ 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, bottlenecks.md, expansion.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.0.1

Documentation

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

Data Storage

~/autonomy/ β”œβ”€β”€ tracking.md # What's been delegated, success rates β”œβ”€β”€ proposals.md # Pending takeover proposals └── rejected.md # User declined, don't re-propose Create on first use: mkdir -p ~/autonomy

Scope

This skill: βœ… Identifies repetitive tasks from conversation history βœ… Proposes delegation opportunities to user βœ… Tracks success rate of delegated tasks ❌ NEVER acts autonomously without explicit prior approval ❌ NEVER observes outside of conversation context ❌ NEVER accesses files/systems to "audit" user activity ❌ NEVER monitors calendar/email without permission

Quick Reference

TopicFileBottleneck detectionbottlenecks.mdTakeover processexpansion.md

1. Learning Source

Identify delegation candidates ONLY from: Explicit user statements ("I always have to do X") Repeated requests in conversation ("deploy again", "same as before") User complaints about repetitive work NEVER from: Accessing user's calendar/email to find patterns Monitoring file changes or system activity Any form of surveillance

2. Bottleneck Signals (conversation-based)

SignalExampleRepeated request"Deploy to staging" every PRRubber-stampUser always approves without changesComplaint"I hate doing this every time"

3. Takeover Proposal

When you spot a pattern in conversation: πŸ’‘ Delegation opportunity I noticed: [what you observed in our chats] Pattern: [how often you've asked for this] Proposal: I could handle [specific task] without asking each time. Pilot: First 5x I'll do it and tell you after. Then: Full autonomy if you're happy. Want to try?

4. Expansion Levels

LevelDescriptionL1Do what's askedL2Fill gaps, handle edge casesL3Own workflows after pilot approval Always requires explicit user approval to move up levels.

5. Tracking

  • In ~/autonomy/tracking.md:
  • ## Delegated
  • deploy/staging: approved 2024-01, 50+ successful
  • code-review/style: approved 2024-02, 200+ runs
  • ## Pilot Phase
  • deploy/production: 3/5 runs, pending full approval

6. Anti-Patterns

Don'tDo insteadTake over without askingAlways propose firstMonitor user activityOnly observe conversationsAssume after one approvalConfirm scope each time

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
3 Docs
  • SKILL.md Primary doc
  • bottlenecks.md Docs
  • expansion.md Docs