openclaw-skills-cli
v0.1.3
Published
CLI tool for OpenClaw Skills Registry
Maintainers
Readme
openclaw-skills-cli
Official CLI for OpenSkills - The OpenSkills Registry.
Installation
Quick Run (npx)
npx openclaw-skills-cli install namespace/skill-nameGlobal Install
npm install -g openclaw-skills-cli
openclaw-skills --helpUsage
Search Skills
openclaw-skills search securityInstall a Skill
# Free skills
openclaw-skills install openskills/ai-governance-audit
# Paid skills (requires license token)
openclaw-skills install --license-token <token> namespace/skill-namePublish a Skill
- Create an API token at OpenSkills Account
- Login with your token:
openclaw-skills login <your-api-token>- Publish your skill:
cd my-skill-folder
openclaw-skills publishCommands
login <token>- Authenticate with your API tokensearch [query]- Search for skills in the registryinstall <namespace/name>- Install a skillpublish [folder]- Publish a skill to the registryimport- Import MCP servers from Anthropic registry
Configuration
The CLI stores configuration in ~/.config/openclaw-skills/config.json.
API
Default API URL: https://openclaw-skills-registry.onrender.com
Override with --api-url flag:
openclaw-skills --api-url http://localhost:3000 search testLicense
MIT
