fast-ship
Installation
SKILL.md
Fast Ship API
何时使用
当用户要求你:
- 在 Fast Ship 平台上创建或更新 Issue
- 查询项目、版本、Issue 列表或详情
- 通过程序化方式与 Fast Ship 交互(CI/CD、自动化脚本、Agent 操作)
认证配置
Fast Ship 使用 API Key 进行程序化认证。Key 格式为 fsk_ 开头的随机字符串。
首次使用(配置持久化)
如果 ~/.config/fast-ship/config.yaml 不存在,必须向用户询问以下信息:
- Base URL:Fast Ship 服务地址,例如
http://localhost:8080或https://fast-ship.example.com - API Key:从 Fast Ship Web 界面「设置 → API Key」创建的密钥(
fsk_开头)