Manage Fizzy Kanban boards, cards, comments, tags, and steps via a TypeScript CLI using a Personal Access Token. Use when you want to create or manage Fizzy cards from the terminal, or integrate Fizzy automation into Clawdbot workflows.
fizzy-cli follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: fizzy-cli description: Manage Fizzy Kanban boards, cards, comments, tags, and steps via a TypeScript CLI using a Personal Access Token. Use when you want to create or manage Fizzy cards from the terminal, or integrate Fizzy automation into Clawdbot workflows. --- # Fizzy CLI This repo contains a standalone CLI. ## Install ```bash npm i -g @emredoganer/fizzy-cli ``` ## Auth Generate a Personal Access Token in Fizzy: ```bash fizzy auth login ``` (You will be prompted for your token.)