Manage stories on Shortcut.com kanban boards. Use when creating, updating, or listing tasks/stories on Shortcut project management boards. Supports creating stories with descriptions and types (feature/bug/chore), updating story status, and listing active/completed stories. Includes full checklist task management and comment support.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install shortcut或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install shortcut⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/shortcut/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: shortcut version: 1.4.1 description: Manage stories on Shortcut.com kanban boards. Use when creating, updating, or listing tasks/stories on Shortcut project management boards. Supports creating stories with descriptions and types (feature/bug/chore), updating story status, and listing active/completed stories. Includes full checklist task management and comment support. ---
Manage tasks and stories on Shortcut.com project boards via API.
- Environment variable: SHORTCUT_API_TOKEN - File: ~/.config/shortcut/api-token
- As environment variable: export SHORTCUT_API_TOKEN="your-token" - In a file: echo "your-token" > ~/.config/shortcut/api-token && chmod 600 ~/.config/shortcut/api-token
```bash scripts/shortcut-init-workflow.sh ``` This creates ~/.config/shortcut/workflow-states with your workspace's actual state IDs.
~/.bashrc for persistence:```bash export SHORTCUT_API_TOKEN=$(cat ~/.config/shortcut/api-token 2>/dev/null | tr -d '\n') source ~/.config/shortcut/workflow-states ```
scripts/shortcut-list-stories.sh [--active|--completed|--all] [--json]
Options:
--active - Show only incomplete stories (default)--completed - Show only completed stories--all - Include archived stories--json - Output raw JSONscripts/shortcut-show-story.sh <story-id>
Displays full story information including:
scripts/shortcut-create-story.sh "Story name" [--description "text"] [--type feature|bug|chore]
Story types:
feature (default) - New functionalitybug - Bug fixchore - Maintenance taskscripts/shortcut-update-story.sh <story-id> [--complete|--todo|--in-progress] [--description "new text"]
Workflow states: The script uses state IDs from ~/.config/shortcut/workflow-states (created by shortcut-init-workflow.sh). If not configured, it falls back to common defaults:
500000006500000007500000008500000009500000010Note: Different Shortcut workspaces may use different state IDs. Always run shortcut-init-workflow.sh to configure your workspace's actual IDs.
Create a task:
scripts/shortcut-create-task.sh <story-id> "task description"
Update task completion status:
scripts/shortcut-update-task.sh <story-id> <task-id> [--complete|--incomplete]
Edit task description:
scripts/shortcut-edit-task.sh <story-id> <task-id> "new description"
Delete a task:
scripts/shortcut-delete-task.sh <story-id> <task-id>
Use shortcut-show-story.sh to see task IDs.
Add a comment:
scripts/shortcut-add-comment.sh <story-id> "comment text"
Update a comment:
scripts/shortcut-update-comment.sh <story-id> <comment-id> "new text"
Delete a comment:
scripts/shortcut-delete-comment.sh <story-id> <comment-id>
Use shortcut-show-story.sh to see comment IDs.
SHORTCUT_API_TOKEN environment variable or fall back to ~/.config/shortcut/api-token安装 Shortcut 后,可以对 AI 说这些话来触发它
Help me get started with Shortcut
Explains what Shortcut does, walks through the setup, and runs a quick demo based on your current project
Use Shortcut to manage stories on Shortcut
Invokes Shortcut with the right parameters and returns the result directly in the conversation
What can I do with Shortcut in my product manager workflow?
Lists the top use cases for Shortcut, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/shortcut/ 目录(个人级,所有项目可用),或 .claude/skills/shortcut/(项目级)。重启 AI 客户端后,用 /shortcut 主动调用,或让 AI 根据上下文自动发现并使用。
Shortcut 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Shortcut 可免费安装使用。请查阅仓库了解许可证信息。
Manage stories on Shortcut.com kanban boards. Use when creating, updating, or listing tasks/stories on Shortcut project management boards. Supports creating stories with descriptions and types (feature/bug/chore), updating story status, and listing active/completed stories. Includes full checklist task management and comment support.
Shortcut 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Shortcut
Identifies repetitive steps in your workflow and sets up Shortcut to handle them automatically