@cannbot-test0/cannbot-test
v0.6.0
Published
End-to-end CANNBot installer for OpenCode, Codex, Claude Code, TRAE, and DSH
Downloads
1,562
Readme
CANNBot installer E2E
This repository is an end-to-end prototype for installing CANNBot official plugins, community workflows, and standalone skills into OpenCode, Codex, Claude Code, TRAE, and DSH with one npx command.
The CANNBot Skills repository is pinned as a Git submodule for development and tests. The published npm tarball contains only the installer; at runtime it fetches the pinned CANNBot commit from GitCode into a user cache.
npx -y @cannbot-test0/cannbot-test install cuda2ascend --tool opencode
npx -y @cannbot-test0/cannbot-test install ascendc-whitebox-design --tool codexThis is a test package. It installs Skills, Agents, and AGENTS.md. The cuda2ascend community workflow runs its native initializer, including supported permission hooks and dependency setup; generic official-plugin hooks are still reported as unsupported.
For Codex, the command also creates a native personal-marketplace plugin and runs codex plugin add, so codex plugin list shows it as installed. For OpenCode, the npm package is registered as a native plugin and appears in opencode debug config; installed skills appear in opencode debug skill.
See CANNBot workflow installation and usage guide for domain-based installation commands, client startup steps, and prompt examples.
