fizzy-cli
Manage Fizzy boards, cards, and comments from the terminal
Manages Fizzy boards, cards, columns, comments, steps, tags, and webhooks directly from the command line.
Eliminates manual clicking through the web app by exposing every project action as a scriptable command with structured JSON output.
Includes built-in filtering, breadcrumbs, and an MCP server so agents and users complete project workflows faster.
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install fizzy-cli?โผ
Run `npx skills add robzolkos/fizzy-cli --all -g -y` in your terminal to install the skill globally for your agent.
What can I do with the Fizzy CLI?โผ
You can create, move, assign, and close cards, manage boards and columns, add comments and steps, search across boards, and configure webhooks, all from the terminal.
Does fizzy-cli work with Claude Code and other agents?โผ
Yes. It ships a SKILL.md, a Claude plugin, and an MCP server, so it works with Claude Code, Codex, Copilot, Gemini, and any agent that runs shell commands.
How do I filter Fizzy CLI output?โผ
Use the built-in `--jq` flag to extract exactly the fields you need from the JSON response, with no external jq installation required.
Can I use fizzy-cli without coding experience?โผ
Yes. Run `fizzy setup` for a guided wizard, then ask your agent in plain English to manage cards and boards for you.