Back to Skills
    🦞

    emredoganer-fizzy

    Manage Fizzy Kanban boards and cards.

    By @emredoganer
    View on GitHub
    SKILL.md
    ---
    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.)