Curated skills and tools for Claw Machine.
This repo serves as the default catalog for Claw Machine. When configured, the system auto-syncs skills and tools from this repo on startup.
In Claw Machine Settings, set Catalog URL to:
https://raw.githubusercontent.com/rob-linton/claw-catalog/main/catalog.json
Then click Sync Catalog or restart the API server.
| ID | Name | Description |
|---|---|---|
create-skill |
Create Agent Skill | Creates new Agent Skills following the agentskills.io specification |
| ID | Name | Description |
|---|---|---|
gh-cli |
GitHub CLI | GitHub CLI for repo operations and API access |
To add a skill or tool:
- Create a directory under
skills/ortools/ - Add the required files (
SKILL.md+manifest.jsonfor skills,TOOL.json+manifest.jsonfor tools) - Update
catalog.jsonwith the new entry - Submit a PR
See SKILL-FORMAT.md and TOOL-FORMAT.md for package format specifications.