linear-webhooks

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-webhooks" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-webhooks

Webhooks

# 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-update

No summary provided by upstream source.

Repository SourceNeeds Review