add-linear

Integrate Linear issue comment threads into AI agent workflows via Chat SDK bridge.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-linear-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-linear
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-linear
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-linear-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @chat-adapter/linear.

What problem does it solve?

This skill bridges the gap between your project management workflow in Linear and your AI agent, allowing the agent to participate directly in issue comment threads without manual intervention.

Core Features & Use Cases

  • Automated Thread Participation: Enables the agent to read and respond to comments on Linear issues automatically.
  • Flexible Identity Management: Supports both OAuth app identities for professional bot presence and Personal API keys for simpler setups.
  • Use Case: Use this to have your AI agent automatically triage, answer questions, or provide status updates on engineering tickets as soon as a team member comments on an issue.

Quick Start

Run the add-linear skill to configure the Linear channel integration and wire it to your agent group.

Frequently Asked Questions about add-linear

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Linear issue comment replies using an AI agent?

You can automate Linear issue comment replies by connecting Linear webhooks to your agent messaging groups via the Chat SDK bridge. This integration allows your AI agent to read and respond to issue threads automatically without manual intervention.

What's the best way to connect Linear issue tracking to an AI workflow?

Connecting Linear issue tracking to an AI workflow is best handled by bridging Linear webhooks with agent messaging groups through a Chat SDK adapter. This setup enables automated triage and status updates directly on engineering tickets.

Do I need OAuth or API keys to integrate Linear webhooks with an AI agent?

Yes, you need to configure environment variables for either OAuth app identities or Personal API keys. OAuth provides a professional bot presence while Personal API keys offer a simpler setup for connecting Linear to your agent.

Can I use the Chat SDK to bridge Linear threads into an existing agent group?

Yes, the Chat SDK bridge facilitates integrating Linear issue comment threads into your existing agent messaging group. You must register the messaging group in the database to wire the Linear channel to your agent.

What are the limitations of using webhooks for Linear issue thread automation?

Linear issue thread automation via webhooks requires database registration of your messaging group and proper environment configuration for authentication. Without these prerequisites, the Chat SDK bridge cannot facilitate automated communication and issue tracking.