fizzy-cli
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.
Why use this skill?
Integrate Fizzy Kanban boards into your workflow with the fizzy-cli skill. Efficiently manage cards, comments, and tags via the command line.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/emredoganer/emredoganer-fizzy-cliWhat This Skill Does
The fizzy-cli skill provides a seamless interface for interacting with your Fizzy Kanban boards directly from the OpenClaw environment or your local terminal. By integrating this CLI, users gain full programmatic control over their project management lifecycle. This includes the ability to create new cards, update task statuses, append comments to existing items, manage metadata through tags, and break down complex tasks into actionable steps. It is designed for power users who prefer keyboard-centric workflows and want to automate their daily task management without switching context to a browser.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/emredoganer/emredoganer-fizzy-cli
Additionally, ensure the standalone CLI is installed globally on your machine:
npm i -g @emredoganer/fizzy-cli
Once installed, you must authenticate the CLI by running fizzy auth login and providing your Personal Access Token generated from your Fizzy account settings.
Use Cases
This skill is ideal for developers and project managers who want to sync their terminal output with their team's project tracking. Use it to automatically create a 'Bug' card when a test script fails, add daily stand-up updates as comments on a specific card, or categorize tasks using tags during a bulk import process. It is perfect for streamlining repetitive administrative tasks into single-command executions.
Example Prompts
- "Fizzy, please create a new card in the 'Development' board titled 'Fix authentication bug' with the tag 'priority:high'."
- "Add a comment to card #123 saying 'I have completed the API integration, moving to testing phase'."
- "Show me all open tasks assigned to me in the 'Marketing' project using the fizzy-cli."
Tips & Limitations
Always ensure your Personal Access Token is stored securely and not hardcoded into scripts. The CLI relies on internet connectivity to sync with Fizzy servers, so it will not function in offline environments. Be mindful of board IDs when performing batch operations to prevent tasks from being moved to the wrong project. If you encounter permission errors, verify that your token has the correct scope access in the Fizzy security dashboard.
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-emredoganer-emredoganer-fizzy-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api