← All skills
Tencent SkillHub Β· Developer Tools

Skill Priority Setup

Scans installed skills, suggests L0-L3 priority tiers, and auto-configures skill injection policy. Use when: setting up skill priorities, optimizing token bu...

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

Scans installed skills, suggests L0-L3 priority tiers, and auto-configures skill injection policy. Use when: setting up skill priorities, optimizing token bu...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

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

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, clawhub.yaml, scripts/generate_docx.py, scripts/generate_docx_cn.py, scripts/setup.py

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

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

Skill Priority Setup

Automated skill tiering and injection policy configuration for OpenClaw.

What This Skill Does

Discovery Phase: Scans all installed skills across standard directories Analysis Phase: Suggests L0-L3 tier assignments based on skill characteristics Configuration Phase: Applies the tiered architecture to your setup Validation Phase: Verifies configuration and estimates token savings

Quick Start

# Run the interactive setup wizard python3 ~/.openclaw/workspace/skills/skill-priority-setup/scripts/setup.py # Or non-interactive mode with defaults python3 ~/.openclaw/workspace/skills/skill-priority-setup/scripts/setup.py --auto

When to Use

New Setup: Just installed multiple skills and want optimal configuration Performance Issues: High token usage or slow responses Migration: Upgrading from flat skill structure to tiered architecture Audit: Reviewing and optimizing existing skill priorities

Architecture Overview

This skill implements a 4-tier priority system:

L0 - ROM Core (Always Active)

semantic-system: Semantic routing (message injector) agent-evolution: Self-improvement behaviors (SOUL.md) config-modification: Config safety (on-demand) skill-safe-install: Installation safety (on-demand)

L1 - Routing Layer (Task-Triggered)

browser-automation: Web automation find-skills: Skill discovery teamtask: Multi-agent coordination

L2 - Domain Skills (Keyword-Triggered)

Document: word-docx, tesseract-ocr Media: youtube-transcript Platform: discord, wechat-suite, evomap Automation: automation-workflows

L3 - Extensions (Manual/On-Demand)

Third-party integrations: notion, slack, github, etc.

Workflow

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ 1. Scan Skills β”‚ β†’ Find all SKILL.md files β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ 2. Analyze β”‚ β†’ Detect skill types & dependencies β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ 3. Suggest Tiersβ”‚ β†’ Propose L0-L3 assignments β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ 4. User Review β”‚ β†’ Confirm or modify suggestions β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ 5. Apply Config β”‚ β†’ Update AGENTS.md, SOUL.md, etc. β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ 6. Validate β”‚ β†’ Check JSON, test injection β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Token Budget

L0 Core: ≀300 tokens/round (minimal rules) L1 Triggered: ≀400 tokens per injection Total Budget: ≀900 tokens/round Overflow Strategy: Inject summary + file path only

Safety Features

Backup before any configuration changes JSON validation before applying Dry-run mode (--dry-run) Rollback capability

Files Created

SKILL_PRIORITY_POLICY.md: Your custom policy document AGENTS.md updates: Core constraints added SOUL.md updates: Agent evolution behaviors Backup files: .backup/*.timestamp

Configuration

Edit ~/.openclaw/workspace/skills/skill-priority-setup/config.yaml to customize: # Default tier assignments (override per skill) default_tiers: semantic-router: L0 browser: L1 word-docx: L2 # Token budgets token_budget: l0_max: 300 l1_max: 400 total_max: 900 # Safety settings backup_before_change: true validate_json: true auto_rollback: true

Gateway Won't Start

Check if message injector content exceeds limit Run with --diagnose flag

Skills Not Loading

Verify allowBundled list in openclaw.json Check file permissions

High Token Usage

Review L0 assignments (should be minimal) Consider moving skills to lower tiers

References

Original Implementation: SKILL_PRIORITY_POLICY.md OpenClaw Docs: https://docs.openclaw.ai/skills

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/generate_docx_cn.py Scripts
  • scripts/generate_docx.py Scripts
  • scripts/setup.py Scripts
  • clawhub.yaml Config