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 budget, or migrating to tiered skill architecture.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/halfmoon82/skill-priority-setupSkill 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 automationfind-skills: Skill discoveryteamtask: 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 documentAGENTS.mdupdates: Core constraints addedSOUL.mdupdates: Agent evolution behaviors- Backup files:
.backup/*.timestamp
Configuration
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-halfmoon82-skill-priority-setup": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
skill-pack-composer
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突.
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
skill-market-fit-ranker
对一批 Skill 选题按高频、低门槛、传播性、ROI 和风险做排序。;use for skills, market-fit, prioritization workflows;do not use for 只按个人偏好排序, 忽略发布风险.
priority-conflict-resolver
面对多个目标、有限资源与冲突时,输出排序、牺牲说明、边界与不做清单。;use for priority, tradeoff, planning workflows;do not use for 替代人事绩效决策, 伪造资源承诺.