clawic
v0.2.0
Published
Lightweight CLI for discovering and installing Clawic skills from GitHub.
Downloads
44
Readme
clawic
Lightweight CLI for discovering and installing Clawic skills — the verified skill library — into any agent: Claude Code, Codex, Gemini CLI, OpenClaw, Hermes, Cursor.
npx clawic search docker # find skills
npx clawic add docker # install into every detected agent in this project
npx clawic add docker --global # install into your home-level agent directories
npx clawic update --all # refresh everything you installed
npx clawic list # browse the whole catalogadd detects .claude/, .codex/, .gemini/, .openclaw/, .agents/, .cursor/ in your project (or --global for your home folder, including ~/.hermes/) and installs the skill into each agent's skills/ directory. Zero config, zero lock-in: skills are plain SKILL.md folders following the AgentSkills standard, fetched straight from github.com/clawic/skills.
Browse the catalog with descriptions and versions at clawic.com.
