{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cursor-cli",
    "name": "Cursor CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pyavchik/cursor-cli",
    "canonicalUrl": "https://clawhub.ai/pyavchik/cursor-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cursor-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cursor-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      ".clawhub/origin.json"
    ],
    "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",
      "slug": "cursor-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T07:18:28.455Z",
      "expiresAt": "2026-05-09T07:18:28.455Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cursor-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cursor-cli",
        "contentDisposition": "attachment; filename=\"cursor-cli-1.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cursor-cli"
      },
      "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/cursor-cli"
    },
    "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/cursor-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/cursor-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cursor-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cursor-cli/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": "Cursor CLI skill",
        "body": "Use this skill for coding tasks with Cursor editor."
      },
      {
        "title": "1. Open file in Cursor",
        "body": "cursor --goto file.py:line"
      },
      {
        "title": "2. Use Cursor Agent (AI coding assistant)",
        "body": "cursor-agent -p \"your question\" --mode=ask --output-format text"
      },
      {
        "title": "3. Open diff between files",
        "body": "cursor --diff file1.py file2.py"
      },
      {
        "title": "Examples",
        "body": "Open file at specific line:\n\ncursor --goto conftest.py:180\n\nAsk Cursor AI:\n\ncursor-agent -p \"Explain what recursion is\" --mode=ask --output-format text\n\nReview code:\n\ncursor-agent -p \"Review this code for bugs\" --output-format text"
      },
      {
        "title": "Notes",
        "body": "Run from the project directory when possible\nCursor agent may take 30-120 seconds for complex tasks\nWorks best with Cursor Pro for full AI capabilities"
      }
    ],
    "body": "Cursor CLI skill\n\nUse this skill for coding tasks with Cursor editor.\n\nCommands\n1. Open file in Cursor\ncursor --goto file.py:line\n\n2. Use Cursor Agent (AI coding assistant)\ncursor-agent -p \"your question\" --mode=ask --output-format text\n\n3. Open diff between files\ncursor --diff file1.py file2.py\n\nExamples\n\nOpen file at specific line:\n\ncursor --goto conftest.py:180\n\n\nAsk Cursor AI:\n\ncursor-agent -p \"Explain what recursion is\" --mode=ask --output-format text\n\n\nReview code:\n\ncursor-agent -p \"Review this code for bugs\" --output-format text\n\nNotes\nRun from the project directory when possible\nCursor agent may take 30-120 seconds for complex tasks\nWorks best with Cursor Pro for full AI capabilities"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pyavchik/cursor-cli",
    "publisherUrl": "https://clawhub.ai/pyavchik/cursor-cli",
    "owner": "pyavchik",
    "version": "1.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cursor-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/cursor-cli",
    "agentUrl": "https://openagent3.xyz/skills/cursor-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cursor-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cursor-cli/agent.md"
  }
}