linear-webhook
Installation
SKILL.md
Linear Webhook Skill
Enables Linear issue comment @mentions to dispatch tasks to Clawdbot agents.
How It Works
- Comment in Linear:
@mason implement user authenticationor@eureka plan Q2 roadmap - Linear webhook fires on comment creation
- Clawdbot receives webhook via exposed endpoint
- Transform parses payload:
- Extracts @mason or @eureka mention
- Gets issue context (title, description, labels)
- Prepares task prompt
- Routes to agent session:
- @mason →
masonagent (code/implementation) - @eureka →
eurekaagent (planning/strategy)
- @mason →
- Agent processes task and returns result
- Result posted back as Linear comment