@wodeapp/skill-cli
v2.9.0
Published
Install & sync WodeApp AI Skill files (SKILL.md + JSON) into your editor
Maintainers
Readme
@wodeapp/skill-cli
Install & sync WodeApp AI Skill files into your editor.
Lightweight CLI that ships the latest SKILL.md and wodeapp-ai-skill.json — no API calls, no runtime dependencies, just file sync.
Install
npm i -g @wodeapp/skill-cli
# or use npx
npx @wodeapp/skill-cli initCommands
# Copy skill files to current directory
wodeapp-skill init
# Copy to a specific directory (e.g., Cursor skills folder)
wodeapp-skill init --dir .cursor/skills
# Check version alignment (CLI vs embedded SKILL.md)
wodeapp-skill versionWhat it does
wodeapp-skill init copies two files from the package into your target directory:
| File | Purpose |
|------|---------|
| SKILL.md | Human + AI-readable skill definition (capabilities, examples, templates) |
| wodeapp-ai-skill.json | Machine-readable metadata (endpoints, tools, auth config) |
These files tell AI editors (Cursor, OpenClaw, Claude Desktop, etc.) how to use the WodeApp platform.
Version alignment
The CLI package version is kept in sync with the SKILL.md frontmatter version field. Run wodeapp-skill version to verify:
@wodeapp/skill-cli
CLI version: 2.8.0
SKILL version: 2.8.0
✓ Versions alignedFor maintainers
- Edit
skills/SKILL.mdin the monorepo root - Bump version in both
skills/SKILL.mdfrontmatter andpackages/wodeapp-skill-cli/package.json cd packages/wodeapp-skill-cli && npm publishprepackauto-copiesskills/*→assets/
License
MIT-0
