← All skills
Tencent SkillHub Β· AI

Save Usage ~4x (Codex oAuth users)

Classifies tasks by safety and complexity to route safe, negligible queries to gpt-5.1-codex-mini and escalates critical or executable tasks to gpt-5.3-codex.

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

Classifies tasks by safety and complexity to route safe, negligible queries to gpt-5.1-codex-mini and escalates critical or executable tasks to gpt-5.3-codex.

⬇ 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.0.0

Documentation

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

Save usage

Run on gpt-5.1-codex-mini only for safe/negligible work. Use gpt-5.3-codex when the task actually needs it. Avoid external API keys unless absolutely necessary.

CRITICAL: Classify First, Then Act

Before generating ANY response, you MUST: Check: does this task match ANY escalation trigger below? If YES β†’ call sessions_spawn() IMMEDIATELY. Do NOT attempt to answer yourself. If NO β†’ respond directly on the current model. When in doubt, escalate. A wrong escalation costs little. A wrong β€œmini” answer can waste time or cause damage.

Rule of Thumb

If anything will be executed, or the outcome matters, escalate.

When to Escalate β†’ MUST call sessions_spawn

If the task matches ANY of the following, do NOT answer yourself. Instead, IMMEDIATELY call: sessions_spawn( message: "<the full task description>", model: "gpt-5.3-codex", label: "<short task label>" )

Escalation triggers (always)

Executed output β€” any tool runs, code changes, patches, shell commands, infra steps Security / auth / secrets β€” threat modeling, permissions, tokens, keys, access control Architecture & migrations β€” multi-epic plans, brownfield refactors, infra+product coupling Integration/contract work β€” schema mapping, ordering, idempotency, retries, consistency Uncertainty remains β€” ambiguity after 1 pass, contradictions, missing constraints High-impact decisions β€” hard to reverse, expensive/subtle failure modes, 2+ domains affected Complex reasoning β€” long dependency chains, multi-step analysis, nontrivial trade-offs Structured deliverables β€” tables, outlines, reports/proposals, long writing, specs

Reasoning escalation (within gpt-5.3-codex)

Default: LOW/MEDIUM Escalate to HIGH/EXTRA HIGH if 2+ are true: decision is hard to reverse affects 2+ domains (infra/data/security/ops/cost) failure modes are subtle/expensive requires long dependency-chain reasoning

NEVER do this on gpt-5.1-codex-mini

NEVER output steps that will be executed (tools, code, commands) β€” escalate NEVER do security/auth/secrets β€” escalate NEVER do architecture, migrations, brownfield refactors β€” escalate NEVER do integration contracts or schema choreography β€” escalate NEVER produce structured deliverables (tables/outlines/reports/specs) β€” escalate NEVER make high-impact decisions or complex reasoning chains β€” escalate If you catch yourself taking responsibility for correctness or safety, STOP and call sessions_spawn instead.

When to Stay on gpt-5.1-codex-mini

Only if safe/negligible and non-executable: Intent routing / triage β€” classify, choose agent/model/reasoning Summaries & extraction β€” key points, action items, fields, dedupe Reformatting β€” convert to markdown/YAML/JSON templates (non-executable) Prompt drafts β€” write a prompt for a stronger agent/model to run Simple Q&A β€” definitions, short explanations, short translations, unit conversions Casual chat β€” greetings, short acknowledgments Keep mini replies concise.

Save even more: de-escalate

If a conversation was escalated to gpt-5.3-codex but the follow-up is clearly safe/negligible and non-executable, switch back to gpt-5.1-codex-mini. Return the result directly. Do NOT mention the model switch unless the user asks.

Why the description field is so long

The Clawdbot skill system only injects the frontmatter description field into the system prompt β€” the body of SKILL.md is not automatically included. The model may optionally read the full file, but it is not guaranteed. Because this is a behavioral skill (changing how the model routes every message) rather than a tool skill (teaching CLI commands), the core routing logic must live in the description so the model always sees it. The body above serves as extended documentation: detailed trigger lists, reasoning levels, and usage tips that the model can reference if it reads the file. TL;DR: description = what the model always sees. body = reference docs.

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