linear

Verified·Scanned 2/17/2026

Interact with Linear for issue tracking. Use when creating, updating, listing, or searching issues. Supports viewing assigned issues, changing status, adding comments, and managing tasks.

from clawhub.ai·v61c3a55·30.2 KB·0 installs
Scanned from 1.0.0 at 61c3a55 · Transparency log ↗
$ vett add clawhub.ai/emrekilinc/linear

Linear Skill for Clawdbot

A Clawdbot skill for managing Linear issues directly from your AI assistant.

Features

  • List assigned issues or team issues
  • Create, update, and search issues
  • Change issue status, assignee, and priority
  • Add comments to issues
  • List teams, workflow states, and users

Installation

From ClawdHub

clawdhub install linear

Manual

Clone into your Clawdbot skills directory:

git clone https://github.com/mrklnc/clawdbot-skill-linear.git ~/.clawdbot/skills/linear

Setup

  1. Get a Linear API key from linear.app/settings/api

  2. Store it in ~/.clawdbot/credentials/linear.json:

    {"apiKey": "lin_api_..."}
    

    Or set the LINEAR_API_KEY environment variable.

Usage Examples

Once installed, just ask your Clawdbot:

  • "Show me my Linear issues"
  • "Create a bug report for the login page"
  • "Move CLP-123 to In Progress"
  • "What's the status of the auth refactor?"
  • "Add a comment to CLP-456 saying it's fixed"

Commands

CommandDescription
issues --mineList your assigned issues
issues --team IDList issues for a team
get ISSUEGet issue details
search "query"Search issues
create --team ID --title "..."Create an issue
update ISSUE --state IDUpdate an issue
comment ISSUE "text"Add a comment
teamsList teams
statesList workflow states
usersList workspace users

Use --json for raw API output.

License

MIT