fizzy-cli
Use the fizzy-cli tool to authenticate and manage Fizzy kanban boards, cards, comments, tags, columns, users, and notifications from the command line. Apply this skill when you need to list, create, update, or delete Fizzy resources or when scripting Fizzy workflows.
Why use this skill?
Master your Fizzy kanban workflow with the fizzy-cli OpenClaw skill. Create, update, and manage cards, comments, and project boards directly from your terminal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tobiasbischoff/fizzy-cliWhat This Skill Does
The fizzy-cli skill provides a robust interface for interacting with the Fizzy kanban ecosystem directly from your OpenClaw terminal. It streamlines project management by allowing users to authenticate, configure, and perform comprehensive CRUD (Create, Read, Update, Delete) operations on boards, cards, comments, tags, columns, users, and notifications. Whether you need to quickly check your inbox, automate card creation via scripts, or perform bulk updates, this skill acts as a bridge between the terminal and the Fizzy API, reducing the need for context switching into a web browser.
Installation
To install this skill, use the Clawhub package manager within your OpenClaw environment by running the following command:
clawhub install openclaw/skills/skills/tobiasbischoff/fizzy-cli
Once installed, you should initialize your session by running fizzy-cli auth login and setting your default account preferences using fizzy-cli config set --account <ID> to ensure seamless future requests.
Use Cases
This skill is ideal for developers and project managers who prefer a keyboard-centric workflow. Common use cases include:
- Automating the generation of tasks from build scripts or CI/CD pipelines.
- Filtering and triaging tasks while actively coding.
- Generating daily status reports by piping
--jsonoutput into other analytical tools. - Synchronizing local workflow status with Fizzy boards without leaving the terminal.
Example Prompts
- "Fizzy, list all unread notifications so I can see what requires my immediate attention."
- "Create a new card titled 'Fix login bug' on the Roadmap board and set the description to 'Issue found during staging testing'."
- "Move card number 450 to the 'In Progress' column and add a comment saying 'Taking this on now'."
Tips & Limitations
- Output Control: Utilize the
--jsonflag when you need to parse outputs with tools likejqfor advanced automation. - Authentication: If you experience request failures, verify your token status with
fizzy-cli auth status. Re-authentication is often required after configuration changes. - Precedence: Remember that command-line flags will always override environment variables or values set in
~/.config/fizzy/config.json. Always check yourFIZZY_ACCOUNTenvironment variable if you are unexpectedly operating on the wrong board.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tobiasbischoff-fizzy-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api
Related Skills
bambu-cli
Operate and troubleshoot BambuLab printers with the bambu-cli (status/watch, print start/pause/resume/stop, files, camera, gcode, AMS, calibration, motion, fans, light, config, doctor). Use when a user asks to control or monitor a BambuLab printer, set up profiles or access codes, or translate a task into safe bambu-cli commands with correct flags, output format, and confirmations.
bahn
Search Deutsche Bahn train connections using the bahn-cli tool. Use when you need to find train connections between German stations, check departure times, or help with travel planning. Works with station names like "Berlin Hbf", "München", "Hannover".