with one click
linear
Manage Linear issues, projects, cycles, and documents via API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage Linear issues, projects, cycles, and documents via API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Communicate with other abtars agents โ delegate tasks, ask questions
Full browser capability โ managed Browsie session or emergency Main direct mode
Fetch web content โ 4-level escalation chain from curl to full browser
Find the best free cloud models and update models.json from OpenRouter leaderboard
When to use skill_create (procedures) vs memory_store (facts)
Fetch Twitter/X content โ single tweets (no auth) or feeds (cookies)
| name | linear |
| description | Manage Linear issues, projects, cycles, and documents via API |
| metadata | {"gracebot":{"always":false,"emoji":"๐","homepage":"https://github.com/MaTriXy/linear-skill","requires":{"bins":["node","npm"],"env":["LINEAR_API_KEY"]},"primaryEnv":"LINEAR_API_KEY","install":[{"id":"node-brew","kind":"brew","formula":"node","bins":["node","npm"],"label":"Install Node.js (brew)"}]},"clawdbot":{"always":false,"emoji":"๐","homepage":"https://github.com/MaTriXy/linear-skill","requires":{"bins":["node","npm"],"env":["LINEAR_API_KEY"]},"primaryEnv":"LINEAR_API_KEY","install":[{"id":"node-brew","kind":"brew","formula":"node","bins":["node","npm"],"label":"Install Node.js (brew)"}]}} |
Manage Linear issues and projects through the bundled CLI at {baseDir}/scripts/linear-cli.js.
node {baseDir}/scripts/linear-cli.js ....@linear/sdk.LINEAR_API_KEY from the local environment.https://api.linear.app/graphql) through the official SDK.cd {baseDir}/scripts && npm installexport LINEAR_API_KEY="lin_api_..."If dependencies or LINEAR_API_KEY are missing, stop and complete setup before issue/project operations.
LINEAR_API_KEY.https://linear.app/settings/api.teams, projects, createProjectissues, issue, createIssue, updateIssuecreateCommentstates, labelsusernode {baseDir}/scripts/linear-cli.js teams
node {baseDir}/scripts/linear-cli.js projects
node {baseDir}/scripts/linear-cli.js issues
node {baseDir}/scripts/linear-cli.js issue ENG-123
node {baseDir}/scripts/linear-cli.js createIssue "Title" "Description" "team-id" '{"priority":2}'
node {baseDir}/scripts/linear-cli.js updateIssue "issue-id" '{"stateId":"state-id"}'
In Progress, add triage comments.references/API.md for priority values and workflow patterns.