shortcut
⚠Review·Scanned 2/17/2026
This skill manages Shortcut.com stories via included shell scripts and CLI helpers. Scripts read SHORTCUT_API_TOKEN / ~/.config/shortcut/api-token, write ~/.config/shortcut/workflow-states, call https://api.app.shortcut.com/api/v3, and instruct running scripts/shortcut-init-workflow.sh.
from clawhub.ai·v1.4.1·22.7 KB·0 installs
Scanned from 1.4.1 at 384f243 · Transparency log ↗
$ vett add clawhub.ai/catwalksophie/shortcutReview findings below
Shortcut Skill for OpenClaw
Manage stories on Shortcut.com kanban boards directly from your OpenClaw agent.
Features
- List stories - View active, completed, or all stories on your board
- Create stories - Add new tasks with descriptions and types (feature/bug/chore)
- Update stories - Change story status and descriptions
Installation
# Install via OpenClaw skills system
openclaw skills install shortcut
Or manually:
- Download
shortcut.skillfrom releases - Place in your OpenClaw skills directory
- Restart OpenClaw gateway
Prerequisites
- Shortcut.com account with API access
- API token from Shortcut.com (Settings → API Tokens)
- Token must have permissions for the workspace(s) you want to manage
Usage
Once installed, your OpenClaw agent can handle requests like:
- "Add a story to the board: Fix login bug"
- "Show me active stories on Shortcut"
- "Mark story #38 as started"
Scripts
The skill includes three bash scripts:
shortcut-list-stories.sh- List stories with filtersshortcut-create-story.sh- Create new storiesshortcut-update-story.sh- Update existing stories
All scripts use the Shortcut API v3.
Configuration
-
Store your Shortcut API token:
echo "your-token" > ~/.config/shortcut/api-token chmod 600 ~/.config/shortcut/api-token -
Initialize workflow states for your workspace:
scripts/shortcut-init-workflow.sh
This will auto-detect your workspace's workflow state IDs and save them to ~/.config/shortcut/workflow-states.
License
MIT
Author
@catwalksophie