ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/tobiasbischoff/fizzy-cli
Or

What 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 --json output into other analytical tools.
  • Synchronizing local workflow status with Fizzy boards without leaving the terminal.

Example Prompts

  1. "Fizzy, list all unread notifications so I can see what requires my immediate attention."
  2. "Create a new card titled 'Fix login bug' on the Roadmap board and set the description to 'Issue found during staging testing'."
  3. "Move card number 450 to the 'In Progress' column and add a comment saying 'Taking this on now'."

Tips & Limitations

  • Output Control: Utilize the --json flag when you need to parse outputs with tools like jq for 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 your FIZZY_ACCOUNT environment variable if you are unexpectedly operating on the wrong board.

Metadata

Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-tobiasbischoff-fizzy-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#kanban#productivity#cli#project-management#automation
Safety Score: 4/5

Flags: network-access, file-read, file-write, external-api