add-linear

Installation
SKILL.md

Add Linear Channel

Adds Linear support via the Chat SDK bridge. The agent participates in issue comment threads. Every comment on a Linear issue triggers the agent — no @-mention needed.

Prerequisites

Recommended: Create a Linear OAuth application so the agent posts as an app identity, not as you. This prevents the adapter from filtering your own comments as self-messages.

  1. Go to Linear Settings > API > OAuth Applications
  2. Create an app (e.g. "NanoClaw Bot")
    • Developer URL: your repo URL (e.g. https://github.com/your-org/nanoclaw)
    • Callback URL: http://localhost
  3. After creating, click the app and enable Client credentials under grant types
  4. Copy the Client ID and Client Secret

Alternative: Use a Personal API Key (LINEAR_API_KEY) for simpler setup. The agent will post as you, and your own comments will be filtered (other team members' comments still work).

Install

Related skills
Installs
2
GitHub Stars
28.7K
First Seen
Apr 26, 2026