# Send Linear to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/linear-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linear-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "agents/openai.yaml",
      "package.json",
      "references/API.md",
      "scripts/linear-cli.js"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Linear Workflow Management

Manage Linear issues and projects through the bundled CLI at {baseDir}/scripts/linear-cli.js.

### Scope and Runtime Model

This skill runs node {baseDir}/scripts/linear-cli.js ....
The CLI uses the official @linear/sdk.
Authentication is LINEAR_API_KEY from the local environment.
Expected API destination is Linear GraphQL (https://api.linear.app/graphql) through the official SDK.

### Prerequisites

Node.js and npm are installed.
Install script dependencies once:

cd {baseDir}/scripts && npm install


Set your API key:

export LINEAR_API_KEY="lin_api_..."

If dependencies or LINEAR_API_KEY are missing, stop and complete setup before issue/project operations.

### Authentication and Credentials

Required credential: LINEAR_API_KEY.
Get it from https://linear.app/settings/api.
Use least-privilege access and a dedicated token for automation.

### Required Workflow

Clarify intent and scope:

Team/project, labels, cycle, assignee, due date, priority.


Read current state first:

List/get issues, projects, statuses, labels, users, cycles.


Apply mutations second:

Create/update issues, comments, projects, milestones, labels.


Summarize exactly what changed:

Mention IDs, states, assignees, blockers, and follow-up actions.

### Command Coverage

Teams and projects:
teams, projects, createProject
Issues:
issues, issue, createIssue, updateIssue
Comments:
createComment
States and labels:
states, labels
User:
user

### Quick Examples

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"}'

### Practical Workflows

Triage urgent bugs:
list high-priority open issues, assign owners, move state to In Progress, add triage comments.
Sprint planning:
review cycle scope, create missing issues, set priorities and estimates, align assignees.
Release prep:
verify blockers, update project status, create milestone tasks, add rollout comments.
Documentation cleanup:
find stale docs/issues, open follow-up tasks, link related records.

### Safety and Operational Rules

Never invent IDs; fetch and confirm before updates.
Prefer narrow updates over broad bulk edits.
For bulk edits, explain grouping logic before applying changes.
Do not include secrets in issue comments or descriptions.
Do not send data to endpoints outside Linear API scope for this skill.

### References

references/API.md for priority values and workflow patterns.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: MaTriXy
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T23:25:52.986Z
- Expires at: 2026-05-11T23:25:52.986Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/linear-skill)
- [Send to Agent page](https://openagent3.xyz/skills/linear-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/linear-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/linear-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/linear-skill)