Co-Pilot / 辅助式
更新于 24 days ago

fizzy-skill

Rrobzolkos
0.0k
robzolkos/fizzy-skill
76
Agent 评分

💡 摘要

此技能允许通过终端以自然语言管理Fizzy的看板和任务。

🎯 适合人群

项目经理软件开发人员产品设计师自由职业者团队协作人员

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

No longer maintained - the SKILL is moved into the Fizzy CLI project https://github.com/robzolkos/fizzy-cli

Agent Skill for Fizzy

A skill that enables natural language management of Fizzy boards, cards, and tasks directly from your terminal. Works with both Claude Code and OpenCode.

What is Fizzy?

Fizzy is a task and project management application. This skill allows your AI coding assistant to interact with your Fizzy workspace using the fizzy CLI.

Prerequisites

Installation

The easiest way to install this skill is using the Fizzy CLI's built-in command:

fizzy skill

This will automatically install the skill to the correct location for both Claude Code (~/.claude/skills/) and OpenCode (~/.config/opencode/skills/).

Manual Installation

Alternatively, copy the fizzy folder to your skills directory:

For Claude Code:

cp -r fizzy ~/.claude/skills/

For OpenCode:

cp -r fizzy ~/.config/opencode/skills/

Authentication

Before using the skill, authenticate with your Fizzy account:

fizzy auth login YOUR_API_TOKEN

You can verify your authentication status:

fizzy auth status

Example Commands

Once installed, you can use natural language to manage your Fizzy tasks:

Viewing Your Work

Show me all my boards
List open cards on the Engineering board
What tasks are assigned to me?

Creating Cards

Create a new card on the Product board titled "Update login page design"
Add a card to Engineering with title "Fix authentication bug" and description "Users are being logged out unexpectedly"

Managing Cards

Close card #42
Move card #15 to the "In Progress" column
Add the tag "urgent" to card #23
Postpone card #8 for later

Working with Steps (To-dos)

Add a checklist to card #12 with steps: "Write tests", "Update documentation", "Deploy to staging"
Mark the first step on card #12 as completed

Comments and Collaboration

Add a comment to card #5 saying "Ready for review"
Assign card #30 to user ID 123

Notifications

Show my notifications
Mark all notifications as read

Documentation

License

MIT

五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 支持自然语言命令进行任务管理。
  • 与Fizzy CLI无缝集成。
  • 支持Claude Code和OpenCode。

缺点

  • 不再维护。
  • 需要使用API令牌进行身份验证。
  • 仅限Fizzy用户。

相关技能

building-secure-contracts

A
toolCo-Pilot / 辅助式
88/ 100

“看起来很能打,但别让配置把人劝退。”

ccmp

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

deno-debug-skill

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 robzolkos.