← 返回
效率工具

Skill Registry | 技能注册表

Local skill registry with trigger-word routing. Organize workspace skills and auto-match by keywords. | 本地技能注册表,基于触发词自动路由。管理 workspace 技能,按关键词匹配执行。
Local skill registry with trigger-word routing. Organize workspace skills and auto-match by keywords. | 本地技能注册表,基于触发词自动路由。管理 workspace 技能,按关键词匹配执行。
slim-rush
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 596
下载
💾 7
安装
1
版本
#latest

概述

Skill Registry | 技能注册表

Local skill registry with trigger-word based routing for OpenClaw workspaces.

本地技能注册表,基于触发词的自动路由机制。


Features | 功能特性

FeatureDescription
----------------------
Central RegistrySingle REGISTRY.md file lists all workspace skills with categories
Trigger-word RoutingMatch user input keywords → auto-select skill
Skill-aware ExecutionAgent scans triggers before acting
Quick QueryUser asks "what skills?" → Agent lists available skills
功能说明
------------
中央注册表单一 REGISTRY.md 文件,分类列出所有技能
触发词路由匹配用户输入关键词 → 自动选择技能
技能感知执行Agent 收到任务先扫描触发词
快速查询用户问"有什么技能" → Agent 列出可用技能

How It Differs | 与其他方案的区别

ApproachThis SkillOthers (LLM-based)
-----------------------------------------
Routing MethodKeyword rulesLLM analysis
SpeedInstantRequires LLM call
ScopeLocal workspaceClawHub remote
ComplexitySimple, predictableComplex, variable

Installation | 安装

1. Create Registry | 创建注册表

Copy REGISTRY.template.md to skills/REGISTRY.md and fill in your skills.

REGISTRY.template.md 复制为 skills/REGISTRY.md,填入你的技能列表。

2. Add Rules | 添加规则

Append RULES.snippet.md content to your RULES.md or AGENTS.md.

RULES.snippet.md 内容追加到你的 RULES.mdAGENTS.md

3. Customize Routing Table | 自定义路由表

Edit the trigger-word table in rules to match your skills:

编辑规则中的触发词表,匹配你的技能:

| Triggers | Skill | Description |
|----------|-------|-------------|
| video, edit | video-editor | Video editing |
| news, daily | daily-news | Daily news digest |

Usage | 使用方法

User Queries | 用户查询

User SaysAgent Action
-------------------------
"What skills do you have?"Read REGISTRY.md, list by category
"有什么技能"读取 REGISTRY.md,按分类列出
"/skills video"Return video-related skills only
"How to use XX skill?"Read skills/XX/SKILL.md

Auto-routing Flow | 自动路由流程

User Request → Scan Triggers → Match Found?
                                 ↓ Yes: Read SKILL.md → Execute
                                 ↓ No:  Use general capability

File Structure | 文件结构

skills/
├── REGISTRY.md              # Central registry (you maintain)
├── skill-registry/
│   ├── SKILL.md             # This file
│   ├── REGISTRY.template.md # Registry template
│   └── RULES.snippet.md     # Rules to add
├── your-skill-1/
│   └── SKILL.md
└── your-skill-2/
    └── SKILL.md

Best Practices | 最佳实践

  1. Keep REGISTRY.md updated — Add new skills when created
  2. Use specific triggers — Avoid overly broad keywords
  3. Clear categories — Group by function domain
  4. Regular cleanup — Remove unused skills

Example | 示例

User: Help me make a short video

Agent thinks: Trigger "video" → matches video-assembler

Agent: Reads video-assembler/SKILL.md, executes workflow...

用户: 帮我做个短视频

Agent 思考: 触发词"视频" → 匹配 video-assembler

Agent: 读取 video-assembler/SKILL.md,按流程执行...

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 17:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,659
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,845
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,787