name: local-skill-hub description: Manage dormant local skill templates and attach them to project agents or equipment agents. i18n: zh: description: 用于local skill hub相关任务。
Local Skill Hub
Use this when the user wants reusable local skills that are stored but not auto-activated.
Storage model
- Local hub path:
~/.drclaw/local-skill-hub/<category>/<skill>/SKILL.md - Default category for uncategorized skills:
unarchived/ - Hub skills are inert templates.
- Equipment agents use skills copied into:
~/.drclaw/equipments/<equipment>/skills/<skill>/SKILL.md - Project agents (students) use skills copied into:
~/.drclaw/projects/<project_id>/workspace/skills/<skill>/SKILL.md - Category metadata file (recommended):
~/.drclaw/local-skill-hub/<category>/CATEGORY.md
Main tools
list_local_skill_hub_skillslist_local_skill_hub_categoriesset_local_skill_hub_category_metadataimport_skill_to_local_hubadd_local_hub_skills_to_equipmentadd_local_hub_skills_to_projectadd_equipmentwithlocal_hub_skills
Recommended flow
- Define category semantics with
set_local_skill_hub_category_metadata. - Import templates into explicit categories (or leave them in
unarchived/). - Choose the target agent type:
- Equipment path: create a new equipment prototype and seed skills with
local_hub_skills. - Project path: copy skills into a project workspace with
add_local_hub_skills_to_project.
- Equipment path: create a new equipment prototype and seed skills with
- For existing equipment, copy additional hub skills with
add_local_hub_skills_to_equipment. - Confirm:
- Equipment targets:
list_equipments - Project targets: inspect
~/.drclaw/projects/<project_id>/workspace/skills/
- Equipment targets: