create-claw-plugin
v0.1.0
Published
Create a distributed plugin package scaffold for Claw.
Readme
create-claw-plugin
Bootstrap a distributed TypeScript plugin package for Claw.
npx create-claw-plugin jira-integrationThe generated package includes:
- a
plugin.jsonmanifest with compatibility metadata - a config schema and validator
- hook handlers for lifecycle-style events
- one bundled skill to show plugin composition
- a local harness that validates config, hooks, and bundled capability output
After generation:
cd jira-integration
npm test
npm run plugin:checkUse this starter when one skill is too small and you need a shareable package that combines config, hooks, and packaged logic.
