Manage 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...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install linear-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install linear-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/linear-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: linear description: Manage 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 issues, projects, teams, milestones, comments, cycles, labels, and documents. 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 install
- export 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.- Team/project, labels, cycle, assignee, due date, priority.
- List/get issues, projects, statuses, labels, users, cycles.
- Create/update issues, comments, projects, milestones, labels.
- Mention IDs, states, assignees, blockers, and follow-up actions.
teams, projects, createProject
issues, issue, createIssue, updateIssue
createComment
states, labels
user
node {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"}'
list high-priority open issues, assign owners, move state to In Progress, add triage comments.
review cycle scope, create missing issues, set priorities and estimates, align assignees.
verify blockers, update project status, create milestone tasks, add rollout comments.
find stale docs/issues, open follow-up tasks, link related records.
references/API.md for priority values and workflow patterns.安装 Linear 后,可以对 AI 说这些话来触发它
Help me get started with Linear
Explains what Linear does, walks through the setup, and runs a quick demo based on your current project
Use Linear to manage Linear projects, issues, and tasks via the bundled Node CLI ...
Invokes Linear with the right parameters and returns the result directly in the conversation
What can I do with Linear in my product manager workflow?
Lists the top use cases for Linear, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/linear-skill/ 目录(个人级,所有项目可用),或 .claude/skills/linear-skill/(项目级)。重启 AI 客户端后,用 /linear-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Linear 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Linear 可免费安装使用。请查阅仓库了解许可证信息。
Manage 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...
Linear 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Linear
Identifies repetitive steps in your workflow and sets up Linear to handle them automatically