Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

Linear Webhooks

  • 98 installs
  • 128 repo stars
  • Updated July 24, 2026
  • finesssee/linear-cli

Create and manage Linear webhooks from the terminal, rotate signing secrets, and listen for events locally during development.

About

A CLI skill for managing Linear webhooks including create, update, delete, secret rotation, and a local event listener. A developer uses it to set up and test Linear event integrations.

  • Create/list/update/delete webhooks and rotate-secret
  • Listen for events locally with wh listen --port

Linear Webhooks by the numbers

  • 98 all-time installs (skills.sh)
  • Ranked #1,374 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-webhooks

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs98
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Create and manage Linear webhooks from the terminal, rotate signing secrets, and listen for events locally during development.

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.