fizzy-cli
Manage Fizzy boards, cards, and comments from the terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install fizzy-cli?โผ
Run `npx skills add basecamp/fizzy-cli --all -g -y` in your terminal to install the skill globally, then run `fizzy setup` to configure your token.
What can I do with the Fizzy CLI?โผ
You can create, move, close, and search cards, manage boards and columns, add comments and attachments, and configure webhooks without opening the web app.
Does fizzy-cli work with AI coding agents?โผ
Yes. It ships a SKILL.md file, a Claude Code plugin, and an MCP server so agents like Claude Code, Codex, and Cursor can run Fizzy actions directly.
How do I filter Fizzy CLI output?โผ
Use the built-in `--jq` flag, for example `fizzy card list --jq '[.data[] | {number, title}]'`, to extract exactly the fields you need without external tools.
Can I use fizzy-cli without coding experience?โผ
Yes. The interactive `fizzy setup` wizard handles configuration, and `fizzy doctor` diagnoses any install, auth, or connectivity issues automatically.