{
  "schemaVersion": "1.0",
  "item": {
    "slug": "linear-skill",
    "name": "Linear",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/MaTriXy/linear-skill",
    "canonicalUrl": "https://clawhub.ai/MaTriXy/linear-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/linear-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linear-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "agents/openai.yaml",
      "package.json",
      "references/API.md",
      "scripts/linear-cli.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "linear-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T23:25:52.986Z",
      "expiresAt": "2026-05-11T23:25:52.986Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linear-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linear-skill",
        "contentDisposition": "attachment; filename=\"linear-skill-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "linear-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/linear-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/linear-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/linear-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/linear-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/linear-skill/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Linear Workflow Management",
        "body": "Manage Linear issues and projects through the bundled CLI at {baseDir}/scripts/linear-cli.js."
      },
      {
        "title": "Scope and Runtime Model",
        "body": "This skill runs node {baseDir}/scripts/linear-cli.js ....\nThe CLI uses the official @linear/sdk.\nAuthentication is LINEAR_API_KEY from the local environment.\nExpected API destination is Linear GraphQL (https://api.linear.app/graphql) through the official SDK."
      },
      {
        "title": "Prerequisites",
        "body": "Node.js and npm are installed.\nInstall script dependencies once:\n\ncd {baseDir}/scripts && npm install\n\n\nSet your API key:\n\nexport LINEAR_API_KEY=\"lin_api_...\"\n\nIf dependencies or LINEAR_API_KEY are missing, stop and complete setup before issue/project operations."
      },
      {
        "title": "Authentication and Credentials",
        "body": "Required credential: LINEAR_API_KEY.\nGet it from https://linear.app/settings/api.\nUse least-privilege access and a dedicated token for automation."
      },
      {
        "title": "Required Workflow",
        "body": "Clarify intent and scope:\n\nTeam/project, labels, cycle, assignee, due date, priority.\n\n\nRead current state first:\n\nList/get issues, projects, statuses, labels, users, cycles.\n\n\nApply mutations second:\n\nCreate/update issues, comments, projects, milestones, labels.\n\n\nSummarize exactly what changed:\n\nMention IDs, states, assignees, blockers, and follow-up actions."
      },
      {
        "title": "Command Coverage",
        "body": "Teams and projects:\nteams, projects, createProject\nIssues:\nissues, issue, createIssue, updateIssue\nComments:\ncreateComment\nStates and labels:\nstates, labels\nUser:\nuser"
      },
      {
        "title": "Quick Examples",
        "body": "node {baseDir}/scripts/linear-cli.js teams\nnode {baseDir}/scripts/linear-cli.js projects\nnode {baseDir}/scripts/linear-cli.js issues\nnode {baseDir}/scripts/linear-cli.js issue ENG-123\nnode {baseDir}/scripts/linear-cli.js createIssue \"Title\" \"Description\" \"team-id\" '{\"priority\":2}'\nnode {baseDir}/scripts/linear-cli.js updateIssue \"issue-id\" '{\"stateId\":\"state-id\"}'"
      },
      {
        "title": "Practical Workflows",
        "body": "Triage urgent bugs:\nlist high-priority open issues, assign owners, move state to In Progress, add triage comments.\nSprint planning:\nreview cycle scope, create missing issues, set priorities and estimates, align assignees.\nRelease prep:\nverify blockers, update project status, create milestone tasks, add rollout comments.\nDocumentation cleanup:\nfind stale docs/issues, open follow-up tasks, link related records."
      },
      {
        "title": "Safety and Operational Rules",
        "body": "Never invent IDs; fetch and confirm before updates.\nPrefer narrow updates over broad bulk edits.\nFor bulk edits, explain grouping logic before applying changes.\nDo not include secrets in issue comments or descriptions.\nDo not send data to endpoints outside Linear API scope for this skill."
      },
      {
        "title": "References",
        "body": "references/API.md for priority values and workflow patterns."
      }
    ],
    "body": "Linear Workflow Management\n\nManage Linear issues and projects through the bundled CLI at {baseDir}/scripts/linear-cli.js.\n\nScope and Runtime Model\nThis skill runs node {baseDir}/scripts/linear-cli.js ....\nThe CLI uses the official @linear/sdk.\nAuthentication is LINEAR_API_KEY from the local environment.\nExpected API destination is Linear GraphQL (https://api.linear.app/graphql) through the official SDK.\nPrerequisites\nNode.js and npm are installed.\nInstall script dependencies once:\ncd {baseDir}/scripts && npm install\nSet your API key:\nexport LINEAR_API_KEY=\"lin_api_...\"\n\nIf dependencies or LINEAR_API_KEY are missing, stop and complete setup before issue/project operations.\n\nAuthentication and Credentials\nRequired credential: LINEAR_API_KEY.\nGet it from https://linear.app/settings/api.\nUse least-privilege access and a dedicated token for automation.\nRequired Workflow\nClarify intent and scope:\nTeam/project, labels, cycle, assignee, due date, priority.\nRead current state first:\nList/get issues, projects, statuses, labels, users, cycles.\nApply mutations second:\nCreate/update issues, comments, projects, milestones, labels.\nSummarize exactly what changed:\nMention IDs, states, assignees, blockers, and follow-up actions.\nCommand Coverage\nTeams and projects: teams, projects, createProject\nIssues: issues, issue, createIssue, updateIssue\nComments: createComment\nStates and labels: states, labels\nUser: user\nQuick Examples\nnode {baseDir}/scripts/linear-cli.js teams\nnode {baseDir}/scripts/linear-cli.js projects\nnode {baseDir}/scripts/linear-cli.js issues\nnode {baseDir}/scripts/linear-cli.js issue ENG-123\nnode {baseDir}/scripts/linear-cli.js createIssue \"Title\" \"Description\" \"team-id\" '{\"priority\":2}'\nnode {baseDir}/scripts/linear-cli.js updateIssue \"issue-id\" '{\"stateId\":\"state-id\"}'\n\nPractical Workflows\nTriage urgent bugs: list high-priority open issues, assign owners, move state to In Progress, add triage comments.\nSprint planning: review cycle scope, create missing issues, set priorities and estimates, align assignees.\nRelease prep: verify blockers, update project status, create milestone tasks, add rollout comments.\nDocumentation cleanup: find stale docs/issues, open follow-up tasks, link related records.\nSafety and Operational Rules\nNever invent IDs; fetch and confirm before updates.\nPrefer narrow updates over broad bulk edits.\nFor bulk edits, explain grouping logic before applying changes.\nDo not include secrets in issue comments or descriptions.\nDo not send data to endpoints outside Linear API scope for this skill.\nReferences\nreferences/API.md for priority values and workflow patterns."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/MaTriXy/linear-skill",
    "publisherUrl": "https://clawhub.ai/MaTriXy/linear-skill",
    "owner": "MaTriXy",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/linear-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/linear-skill",
    "agentUrl": "https://openagent3.xyz/skills/linear-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/linear-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/linear-skill/agent.md"
  }
}