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
-
Get a Linear API key from linear.app/settings/api
-
Store it in
~/.clawdbot/credentials/linear.json:{"apiKey": "lin_api_..."}Or set the
LINEAR_API_KEYenvironment 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
| Command | Description |
|---|---|
issues --mine | List your assigned issues |
issues --team ID | List issues for a team |
get ISSUE | Get issue details |
search "query" | Search issues |
create --team ID --title "..." | Create an issue |
update ISSUE --state ID | Update an issue |
comment ISSUE "text" | Add a comment |
teams | List teams |
states | List workflow states |
users | List workspace users |
Use --json for raw API output.
License
MIT