← 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

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
README.md, SKILL.md, clawhub.yaml, scripts/generate_docx.py, scripts/generate_docx_cn.py, scripts/setup.py

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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 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