AI Summaryfizz is a CLI tool for managing Fizzy.do Kanban boards directly from the command line, enabling developers and project managers to create, organize, and track tasks without leaving their terminal.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "fizz" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/fizz && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/fizz/SKILL.md "https://raw.githubusercontent.com/visionik/fizz/master/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Fizzy.do Kanban CLI for managing boards, cards, comments, tags, and more.
fizz - Fizzy.do CLI
Manage Fizzy.do Kanban boards via the command line. Supports all API operations with multiple output formats.
Authentication
`bash export FIZZY_TOKEN="your-api-token" export FIZZY_ACCOUNT="your-account-id" `
Boards
`bash fizz boards list fizz boards get <id> fizz boards create --name="Board Name" fizz boards update <id> --name="New Name" fizz boards delete <id> `
Cards
`bash fizz cards list [--board=<id>] [--limit=N] fizz cards get <id> fizz cards create --board=<id> --title="Title" [--body="Description"] fizz cards update <id> [--title="New"] [--body="Updated"] fizz cards delete <id>
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster