{
  "schemaVersion": "1.0",
  "item": {
    "slug": "linearis",
    "name": "Linearis",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/whoisnnamdi/linearis",
    "canonicalUrl": "https://clawhub.ai/whoisnnamdi/linearis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/linearis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linearis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/linearis"
    },
    "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/linearis",
    "agentPageUrl": "https://openagent3.xyz/skills/linearis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/linearis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/linearis/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "linearis",
        "body": "CLI for Linear.app with JSON output, designed for LLM agents."
      },
      {
        "title": "Setup",
        "body": "npm install -g linearis\n\nAuth (one of):\n\necho \"lin_api_...\" > ~/.linear_api_token (recommended)\nexport LINEAR_API_TOKEN=\"lin_api_...\"\n--api-token <token> flag\n\nGet API key: Linear Settings → Security & Access → Personal API keys"
      },
      {
        "title": "Issues",
        "body": "linearis issues list -l 20              # List recent issues\nlinearis issues list -l 10 --team WHO   # Filter by team\nlinearis issues search \"bug\"            # Full-text search\nlinearis issues read ABC-123            # Get issue details\nlinearis issues create --title \"Fix bug\" --team WHO --priority 2\nlinearis issues update ABC-123 --status \"Done\"\nlinearis issues update ABC-123 --title \"New title\" --assignee user123\nlinearis issues update ABC-123 --labels \"Bug,Critical\" --label-by adding\nlinearis issues update ABC-123 --parent-ticket EPIC-100  # Set parent"
      },
      {
        "title": "Comments",
        "body": "linearis comments create ABC-123 --body \"Fixed in PR #456\""
      },
      {
        "title": "Documents",
        "body": "linearis documents list\nlinearis documents list --project \"Backend\"\nlinearis documents create --title \"Spec\" --content \"# Overview...\"\nlinearis documents read <doc-id>\nlinearis documents update <doc-id> --content \"Updated\"\nlinearis documents delete <doc-id>"
      },
      {
        "title": "File Uploads/Downloads",
        "body": "linearis embeds upload ./screenshot.png\nlinearis embeds download \"<url>\" --output ./file.png"
      },
      {
        "title": "Teams, Users, Projects",
        "body": "linearis teams list\nlinearis users list --active\nlinearis projects list\nlinearis cycles list --team WHO --active"
      },
      {
        "title": "Full Usage",
        "body": "linearis usage  # Complete command reference (~1k tokens)"
      },
      {
        "title": "Output",
        "body": "All commands return JSON by default. Pipe to jq for processing:\n\nlinearis issues list -l 5 | jq '.[].identifier'"
      },
      {
        "title": "Priority Values",
        "body": "0: No priority\n1: Urgent\n2: High\n3: Medium\n4: Low"
      },
      {
        "title": "Links",
        "body": "Docs: https://github.com/czottmann/linearis\nBlog: https://zottmann.org/2025/09/03/linearis-my-linear-cli-built.html"
      }
    ],
    "body": "linearis\n\nCLI for Linear.app with JSON output, designed for LLM agents.\n\nSetup\nnpm install -g linearis\n\n\nAuth (one of):\n\necho \"lin_api_...\" > ~/.linear_api_token (recommended)\nexport LINEAR_API_TOKEN=\"lin_api_...\"\n--api-token <token> flag\n\nGet API key: Linear Settings → Security & Access → Personal API keys\n\nCommands\nIssues\nlinearis issues list -l 20              # List recent issues\nlinearis issues list -l 10 --team WHO   # Filter by team\nlinearis issues search \"bug\"            # Full-text search\nlinearis issues read ABC-123            # Get issue details\nlinearis issues create --title \"Fix bug\" --team WHO --priority 2\nlinearis issues update ABC-123 --status \"Done\"\nlinearis issues update ABC-123 --title \"New title\" --assignee user123\nlinearis issues update ABC-123 --labels \"Bug,Critical\" --label-by adding\nlinearis issues update ABC-123 --parent-ticket EPIC-100  # Set parent\n\nComments\nlinearis comments create ABC-123 --body \"Fixed in PR #456\"\n\nDocuments\nlinearis documents list\nlinearis documents list --project \"Backend\"\nlinearis documents create --title \"Spec\" --content \"# Overview...\"\nlinearis documents read <doc-id>\nlinearis documents update <doc-id> --content \"Updated\"\nlinearis documents delete <doc-id>\n\nFile Uploads/Downloads\nlinearis embeds upload ./screenshot.png\nlinearis embeds download \"<url>\" --output ./file.png\n\nTeams, Users, Projects\nlinearis teams list\nlinearis users list --active\nlinearis projects list\nlinearis cycles list --team WHO --active\n\nFull Usage\nlinearis usage  # Complete command reference (~1k tokens)\n\nOutput\n\nAll commands return JSON by default. Pipe to jq for processing:\n\nlinearis issues list -l 5 | jq '.[].identifier'\n\nPriority Values\n0: No priority\n1: Urgent\n2: High\n3: Medium\n4: Low\nLinks\nDocs: https://github.com/czottmann/linearis\nBlog: https://zottmann.org/2025/09/03/linearis-my-linear-cli-built.html"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/whoisnnamdi/linearis",
    "publisherUrl": "https://clawhub.ai/whoisnnamdi/linearis",
    "owner": "whoisnnamdi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/linearis",
    "downloadUrl": "https://openagent3.xyz/downloads/linearis",
    "agentUrl": "https://openagent3.xyz/skills/linearis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/linearis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/linearis/agent.md"
  }
}