@cannbot-plugin/cannbot
v1.2.2
Published
CANNBot workflow installer for OpenCode, Codex, Claude Code, TRAE, and DSH
Readme
CANNBot npm installer
This directory is the complete npm project for @cannbot-plugin/cannbot.
npx @cannbot-plugin/cannbot install ops-direct-invoke --tool opencode
npx @cannbot-plugin/cannbot install ascendc-whitebox-design --tool codexThe package build reads plugin definitions from ../plugin-official/ and Skill sources from the ../vendor/cannbot-skills submodule. prepack assembles the selected source trees into dist/plugin-official/, so npm users receive a self-contained package and never clone the source repository.
npm test
npm run build:plugins
npm pack --dry-run
npm publish --access publicFor ops-direct-invoke and model-infer-optimize, OpenCode, Claude Code, and TRAE execute the plugin's native init.sh. Codex and DSH use the compatibility adapter. ascendc-whitebox-design is installed as a standalone Skill through the adapter.
See the workflow installation and usage guide for all supported commands and prompt examples.
