# 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.

- Skill: `demerzels-lab/fizzy-cli` (Agent Skill, multi-file: 17 files)
- Install (CLI): `npx skillmds@latest add demerzels-lab/fizzy-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/fizzy-cli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demerzels-lab/fizzy-cli

---


# 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.)

