What problem does it solve?
Centralizes creation, installation, and management of agent skills to prevent inconsistent skill layouts, accidental manual file edits, and missing metadata or database setup when extending an AI agent.
Core Features & Use Cases
- Safe skill creation: Enforces using the skill_manage tool to initialize skill directories, generate SKILL.md templates, and create database tables when requested.
- Discovery and installation: Search ClawHub or install skills from GitHub and bundled defaults.
- Lifecycle management: Add executable scripts, edit instructions, test skills, list installed skills, and remove outdated skills while using vault references for secrets.
- Use case: Initialize a new API client skill, provision a contacts table, add scripts for data fetching, and run tests before installing it for team use.
Quick Start
Use the skill_manage tool to initialize a new skill named my-api-client with a short description and optional database.