← 返回
安全合规 Key 中文

fizzy.do - have your agent read, understand and update your fizzy.do boards

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.
使用 fizzy-cli 工具在命令行中认证并管理 Fizzy 看板、卡片、评论、标签、列、用户和通知。当需要列出、创建、更新或删除 Fizzy 资源,或编写 Fizzy 工作流脚本时,请应用此技能。
tobiasbischoff
安全合规 clawhub v1.0.0 1 版本 99869.9 Key: 需要
★ 1
Stars
📥 2,283
下载
💾 49
安装
1
版本
#latest

概述

Fizzy CLI Skill

Use this skill to operate the Fizzy kanban board via the fizzy-cli command. It covers authentication, configuration, and common CRUD workflows.

Quick Start

1) Authenticate

  • Token:
  • fizzy-cli auth login --token $FIZZY_TOKEN
  • Magic link:
  • fizzy-cli auth login --email user@example.com
  • If non-interactive, pass --code ABC123.

2) Set defaults

  • Account only: fizzy-cli account set 897362094
  • Persist base URL + account: fizzy-cli config set --base-url https://app.fizzy.do --account 897362094

3) Verify access

  • fizzy-cli auth status
  • fizzy-cli account list

Common Tasks

Boards

  • List: fizzy-cli board list
  • Create: fizzy-cli board create --name "Roadmap"
  • Update: fizzy-cli board update --name "New name"
  • Delete: fizzy-cli board delete

Cards

  • List cards on a board:
  • fizzy-cli card list --board-id
  • Create card:
  • fizzy-cli card create --board-id --title "Add dark mode" --description "Switch theme"
  • Upload image:
  • fizzy-cli card create --board-id --title "Add hero" --image ./hero.png
  • Update card:
  • fizzy-cli card update --title "Updated" --tag-id
  • Move to Not Now:
  • fizzy-cli card not-now
  • Close / reopen:
  • fizzy-cli card close
  • fizzy-cli card reopen
  • Triage / untriage:
  • fizzy-cli card triage --column-id
  • fizzy-cli card untriage

Comments

  • List comments:
  • fizzy-cli comment list
  • Create comment:
  • fizzy-cli comment create --body "Looks good"

Tags, Columns, Users, Notifications

  • Tags: fizzy-cli tag list
  • Columns: fizzy-cli column list --board-id
  • Users: fizzy-cli user list
  • Notifications: fizzy-cli notification list --unread

Output Modes

  • Default: human-readable tables.
  • Machine output:
  • --json for raw API JSON.
  • --plain for stable line-based output.

Config & Auth Notes

  • Config file: ~/.config/fizzy/config.json.
  • Env vars: FIZZY_BASE_URL, FIZZY_TOKEN, FIZZY_ACCOUNT, FIZZY_CONFIG.
  • Precedence: flags > env > config file > defaults.

Troubleshooting

  • If requests fail with auth errors, run fizzy-cli auth status and re-login.
  • If account is missing, set it via fizzy-cli account set or fizzy-cli config set --account .
  • Use fizzy-cli --help or fizzy-cli help for full usage.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 15:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,586
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,151
developer-tools

Manage Bambu Labs 3D Printers thru your Agent

tobiasbischoff
操作和排查BambuLab打印机,使用bambu-cli工具(状态/监控、打印启动/暂停/恢复/停止、文件管理、摄像头、gcode、AMS、校准、运动控制、风扇、灯光、配置、诊断)。适用于用户要求控制或监控BambuLab打印机、设置配置文
★ 17 📥 3,545