{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cairn-cli",
    "name": "letcairn.work",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/gregoryehill/cairn-cli",
    "canonicalUrl": "https://clawhub.ai/gregoryehill/cairn-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cairn-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cairn-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "COMMANDS.md",
      "README.md",
      "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. 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": "cairn-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T20:41:33.197Z",
      "expiresAt": "2026-05-08T20:41:33.197Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cairn-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cairn-cli",
        "contentDisposition": "attachment; filename=\"cairn-cli-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cairn-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/cairn-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/cairn-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/cairn-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cairn-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cairn-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. 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": "Cairn — AI-Native Project Management",
        "body": "Cairn gives you and your AI agent a shared workspace of markdown files for managing projects and tasks. Statuses are the shared language. Any AI that can read files is ready to go."
      },
      {
        "title": "Installation",
        "body": "npm install -g cairn-work\ncairn onboard\n\ncairn onboard creates ~/cairn/ with auto-generated context files (AGENTS.md and .cairn/planning.md) that agents read automatically."
      },
      {
        "title": "Community",
        "body": "Follow @letcairnwork on X\nVisit letcairn.work\nSubmit issues\nJoin the discussion"
      },
      {
        "title": "Workspace",
        "body": "cairn status — Overview with task counts\ncairn my — Your assigned tasks\ncairn active — All in-progress tasks\ncairn doctor — Diagnose workspace health"
      },
      {
        "title": "Projects & Tasks",
        "body": "cairn create project \"Name\" --description \"...\" --objective \"...\" — Create a project with charter\ncairn create task \"Name\" --project <slug> --description \"...\" --objective \"...\" — Create a task\ncairn list tasks [--status pending,in_progress] [--project slug] — List tasks with filters\ncairn search \"keyword\" — Find tasks by content"
      },
      {
        "title": "Task Workflow",
        "body": "cairn start <task-slug> — Begin work (sets in_progress)\ncairn note <task-slug> \"Progress update\" — Add a status note\ncairn artifact <task-slug> \"Artifact Name\" — Create a linked deliverable\ncairn done <task-slug> — Finish work (moves to review or completed)\ncairn block <task-slug> \"Reason\" — Mark as blocked"
      },
      {
        "title": "Maintenance",
        "body": "cairn update-skill — Refresh context files after CLI updates\ncairn upgrade — Update CLI to latest version"
      },
      {
        "title": "Workspace Structure",
        "body": "~/cairn/\n  AGENTS.md                  # Agent context (auto-generated)\n  .cairn/planning.md         # Planning guide (auto-generated)\n  projects/\n    project-slug/\n      charter.md             # Why, success criteria, context\n      artifacts/             # Deliverables (design docs, proposals, etc.)\n      tasks/                 # Individual task markdown files\n  inbox/                     # Ideas to triage\n  memory/                    # Workspace memory"
      },
      {
        "title": "Statuses",
        "body": "pending → next_up → in_progress → review → completed (or blocked at any point)"
      },
      {
        "title": "Autonomy Levels",
        "body": "Set per-task to control how much the agent can do:\n\npropose — Agent plans only, finishes in review\ndraft — Agent does work, you approve before shipping\nexecute — Full autonomy, finishes as completed"
      },
      {
        "title": "Tips",
        "body": "Run cairn onboard first — it sets up everything the agent needs.\nUse cairn my to see your current workload at a glance.\nArtifacts (cairn artifact) create linked deliverables stored with the project.\nAll data is plain markdown with YAML frontmatter — version control friendly."
      }
    ],
    "body": "Cairn — AI-Native Project Management\n\nCairn gives you and your AI agent a shared workspace of markdown files for managing projects and tasks. Statuses are the shared language. Any AI that can read files is ready to go.\n\nInstallation\nnpm install -g cairn-work\ncairn onboard\n\n\ncairn onboard creates ~/cairn/ with auto-generated context files (AGENTS.md and .cairn/planning.md) that agents read automatically.\n\nCommunity\nFollow @letcairnwork on X\nVisit letcairn.work\nSubmit issues\nJoin the discussion\nCore Commands\nWorkspace\ncairn status — Overview with task counts\ncairn my — Your assigned tasks\ncairn active — All in-progress tasks\ncairn doctor — Diagnose workspace health\nProjects & Tasks\ncairn create project \"Name\" --description \"...\" --objective \"...\" — Create a project with charter\ncairn create task \"Name\" --project <slug> --description \"...\" --objective \"...\" — Create a task\ncairn list tasks [--status pending,in_progress] [--project slug] — List tasks with filters\ncairn search \"keyword\" — Find tasks by content\nTask Workflow\ncairn start <task-slug> — Begin work (sets in_progress)\ncairn note <task-slug> \"Progress update\" — Add a status note\ncairn artifact <task-slug> \"Artifact Name\" — Create a linked deliverable\ncairn done <task-slug> — Finish work (moves to review or completed)\ncairn block <task-slug> \"Reason\" — Mark as blocked\nMaintenance\ncairn update-skill — Refresh context files after CLI updates\ncairn upgrade — Update CLI to latest version\nWorkspace Structure\n~/cairn/\n  AGENTS.md                  # Agent context (auto-generated)\n  .cairn/planning.md         # Planning guide (auto-generated)\n  projects/\n    project-slug/\n      charter.md             # Why, success criteria, context\n      artifacts/             # Deliverables (design docs, proposals, etc.)\n      tasks/                 # Individual task markdown files\n  inbox/                     # Ideas to triage\n  memory/                    # Workspace memory\n\nStatuses\n\npending → next_up → in_progress → review → completed (or blocked at any point)\n\nAutonomy Levels\n\nSet per-task to control how much the agent can do:\n\npropose — Agent plans only, finishes in review\ndraft — Agent does work, you approve before shipping\nexecute — Full autonomy, finishes as completed\nTips\nRun cairn onboard first — it sets up everything the agent needs.\nUse cairn my to see your current workload at a glance.\nArtifacts (cairn artifact) create linked deliverables stored with the project.\nAll data is plain markdown with YAML frontmatter — version control friendly."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gregoryehill/cairn-cli",
    "publisherUrl": "https://clawhub.ai/gregoryehill/cairn-cli",
    "owner": "gregoryehill",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cairn-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/cairn-cli",
    "agentUrl": "https://openagent3.xyz/skills/cairn-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cairn-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cairn-cli/agent.md"
  }
}