linear-autopilot
Automate Linear task processing with Discord notifications and git sync. Use when setting up a kanban-to-agent workflow where Linear tasks trigger Clawdbot actions via Discord. Handles task intake, status updates, DM notifications, and auto-push to git. Supports any task type - research, content creation, code tasks, or custom workflows.
Why use this skill?
Seamlessly sync your Linear board with Discord and Git using the Linear Autopilot skill. Automate project tasks, status updates, and documentation effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/vincentchan/linear-autopilotWhat This Skill Does
The linear-autopilot skill functions as an advanced automation bridge between your project management board in Linear and the Clawdbot ecosystem. By establishing a robust pipeline—Linear → Webhook Service → Discord → Clawdbot → Git—you transform your Linear workflow into an autonomous task-execution engine. When a task is created or updated in Linear, the skill triggers a notification in Discord, informing the Clawdbot to initiate work. Upon completion or update, the system automatically handles Git synchronization, ensuring your local environment or Obsidian knowledge base is always in sync with your task progress. This eliminates manual status updates and context switching between apps.
Installation
To install, run: clawhub install openclaw/skills/skills/vincentchan/linear-autopilot. After installation, execute mkdir -p ~/.clawdbot and initialize your environment variables in ~/.clawdbot/linear.env with your LINEAR_API_KEY. Finally, populate your ~/.clawdbot/linear-config.json with the specific team, state, and Discord channel IDs to enable the integration. Ensure you have selected a webhook service; Make.com is the recommended free-tier provider, while Pipedream is ideal for high-speed, instant triggers.
Use Cases
This skill is perfect for developers and knowledge workers who want to automate repetitive project management tasks. Common use cases include: 1) Automated code repository creation when a 'coding' task is added to Linear. 2) Instant capture of research tasks into a local Obsidian vault via Git sync. 3) Cross-platform task management where your Linear kanban board drives your actual AI-agent execution cycles.
Example Prompts
- "OpenClaw, check my current Linear 'Todo' queue and prioritize the most urgent task based on the current context."
- "Linear-autopilot, create a new task in my active project titled 'Implement OAuth' and push the generated documentation to the repo."
- "Summarize the last three tasks processed via linear-autopilot and identify any sync errors in the Git log."
Tips & Limitations
The free tier of your chosen webhook service is the primary constraint. Make.com provides 1,000 operations per month with a 15-minute polling interval, which is excellent for most workflows. Pipedream offers instant triggers but consumes credits faster. Always verify your Linear state IDs before activation, as mismatched IDs will cause the webhook pipeline to silently fail. If using Git sync, ensure your local directory is already initialized as a Git repository to prevent push errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-vincentchan-linear-autopilot": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
tweet-ideas-generator
Generates 60 high-impact tweet ideas from reference content across 5 categories. Use when someone wants to extract engaging short-form statements from content for Twitter/X, organized by harsh advice, quotes, pain points, counterintuitive truths, and key insights.
swipe-file-generator
Analyzes high-performing content from URLs and builds a swipe file. Use when someone wants to study and deconstruct successful content (articles, tweets, videos) to extract patterns, psychological techniques, and recreatable frameworks.
youtube-title-generator
Generates compelling YouTube title ideas from content concepts. Use when someone needs click-worthy video titles using proven structural formulas and psychological patterns from high-performing videos.
content-ideas-generator
Generates structured post outlines from reference materials for wisdom-style social posts. Use when someone wants to extract compelling concepts from newsletters, scripts, notes, or other content and transform them into engaging post outlines with paradoxes, transformations, and powerful insights.
claw-skill-guard
Security scanner for OpenClaw skills. Detects malicious patterns, suspicious URLs, and install traps before you install a skill. Use before installing ANY skill from ClawHub or external sources.