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 only use skills copied into:
~/.drclaw/equipments/<equipment>/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_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/). - Create a new equipment prototype and seed skills with
local_hub_skills. - For existing equipment, copy additional hub skills with
add_local_hub_skills_to_equipment. - Confirm with
list_equipmentsand optionally inspect files.