Webhooks

SkillProductivity

Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Webhooks skill

What this skill tells your AI

The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-webhooks/SKILL.md and read by ahel’s review.

# 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

Subcommands

CommandPurpose
listList all webhooks
getView webhook details
createCreate webhook
updateUpdate webhook
deleteDelete webhook
rotate-secretRotate signing secret
listenLocal event listener with HMAC verification

Flags

FlagPurpose
--events TYPEEvent types to subscribe
--port NLocal listener port
--secret KEYHMAC signing secret
--output jsonJSON output

Exit Codes

0=Success, 1=Error, 2=Not found, 3=Auth error

Signals

GitHub stars
133
Forks
18
Last commit
Jul 2026

ahel review

  • S4info
    community integration — published by nesszer, not linear

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
linear-webhooks-nesszer
Source
github.com/nesszer/linear-cli