skills/linear-webhooks/SKILL.md
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
npx skillsauth add finesssee/linear-cli linear-webhooksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# List all webhooks
linear-cli wh list
# Create a webhook
linear-cli wh create https://example.com/hook --events Issue
# Get webhook details
linear-cli wh get WEBHOOK_ID
# Update a webhook
linear-cli wh update WEBHOOK_ID --url https://new-url.com
# Delete a webhook
linear-cli wh delete WEBHOOK_ID --force
# Rotate signing secret
linear-cli wh rotate-secret WEBHOOK_ID
# Listen for events locally (dev/testing)
linear-cli wh listen --port 9000
linear-cli wh listen --port 9000 --secret SIGNING_SECRET
| Command | Purpose |
|---------|---------|
| list | List all webhooks |
| get | View webhook details |
| create | Create webhook |
| update | Update webhook |
| delete | Delete webhook |
| rotate-secret | Rotate signing secret |
| listen | Local event listener with HMAC verification |
| Flag | Purpose |
|------|---------|
| --events TYPE | Event types to subscribe |
| --port N | Local listener port |
| --secret KEY | HMAC signing secret |
| --output json | JSON output |
0=Success, 1=Error, 2=Not found, 3=Auth error
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.
documentation
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.