Install
openclaw skills install @matrixy/linear-skillManage Linear projects, issues, and tasks via the bundled Node CLI and the official Linear API. Use when you need to read, create, update, or organize Linear...
openclaw skills install @matrixy/linear-skillManage 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.