{
  "schemaVersion": "1.0",
  "item": {
    "slug": "octoclaw-print",
    "name": "OctoClaw",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/peterhanily/octoclaw-print",
    "canonicalUrl": "https://clawhub.ai/peterhanily/octoclaw-print",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/octoclaw-print",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=octoclaw-print",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "config.example.json",
      "scripts/octoprint.py"
    ],
    "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/octoclaw-print"
    },
    "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/octoclaw-print",
    "agentPageUrl": "https://openagent3.xyz/skills/octoclaw-print/agent",
    "manifestUrl": "https://openagent3.xyz/skills/octoclaw-print/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/octoclaw-print/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": "OctoClaw — OctoPrint Control",
        "body": "Helper script: scripts/octoprint.py (relative to this skill directory).\nConfig: config.json (same directory) with octoprint_url and api_key.\n\nResolve all paths relative to this skill's directory."
      },
      {
        "title": "Commands",
        "body": "All commands: python3 <skill-dir>/scripts/octoprint.py <command> [args]"
      },
      {
        "title": "Status",
        "body": "status-pretty — Formatted status with temps, progress bar, ETA (show this to users)\nstatus — Raw JSON\ncheck-errors — Returns JSON with errors/warnings (temp anomalies, stalls, connection issues)"
      },
      {
        "title": "Print Control",
        "body": "print <filename> — Start a print\ncontrol <pause|resume|cancel> — Control active print\ntemp <tool0|bed> <temperature> — Set temperature"
      },
      {
        "title": "Files",
        "body": "list-files — List uploaded files\nupload <local-path> [remote-name] — Upload gcode\nanalyze <filepath> — Extract gcode metadata (layers, time, filament, temps, dimensions)"
      },
      {
        "title": "Webcam",
        "body": "snapshot [output-path] — Capture webcam image (default: /tmp with timestamp)"
      },
      {
        "title": "Telegram (if configured)",
        "body": "telegram-status — Send formatted status to Telegram\ntelegram-snapshot — Send webcam snapshot with progress caption\ntelegram-msg \"message\" — Send custom message"
      },
      {
        "title": "Workflows",
        "body": "Check on a print: status-pretty → optionally snapshot → check-errors\n\nStart a print: status-pretty (verify Operational) → list-files or upload → optionally analyze → print <file>\n\nError detection: check-errors returns critical errors (>15°C deviation, connection lost) and warnings (5-15°C deviation, stalled prints). Recommend pausing on temp issues, cancelling on critical errors."
      },
      {
        "title": "Formatting",
        "body": "Use status-pretty output for user display\nAlways show progress %, time remaining, ETA for active prints\nInclude temperature actual/target"
      }
    ],
    "body": "OctoClaw — OctoPrint Control\n\nHelper script: scripts/octoprint.py (relative to this skill directory). Config: config.json (same directory) with octoprint_url and api_key.\n\nResolve all paths relative to this skill's directory.\n\nCommands\n\nAll commands: python3 <skill-dir>/scripts/octoprint.py <command> [args]\n\nStatus\nstatus-pretty — Formatted status with temps, progress bar, ETA (show this to users)\nstatus — Raw JSON\ncheck-errors — Returns JSON with errors/warnings (temp anomalies, stalls, connection issues)\nPrint Control\nprint <filename> — Start a print\ncontrol <pause|resume|cancel> — Control active print\ntemp <tool0|bed> <temperature> — Set temperature\nFiles\nlist-files — List uploaded files\nupload <local-path> [remote-name] — Upload gcode\nanalyze <filepath> — Extract gcode metadata (layers, time, filament, temps, dimensions)\nWebcam\nsnapshot [output-path] — Capture webcam image (default: /tmp with timestamp)\nTelegram (if configured)\ntelegram-status — Send formatted status to Telegram\ntelegram-snapshot — Send webcam snapshot with progress caption\ntelegram-msg \"message\" — Send custom message\nWorkflows\n\nCheck on a print: status-pretty → optionally snapshot → check-errors\n\nStart a print: status-pretty (verify Operational) → list-files or upload → optionally analyze → print <file>\n\nError detection: check-errors returns critical errors (>15°C deviation, connection lost) and warnings (5-15°C deviation, stalled prints). Recommend pausing on temp issues, cancelling on critical errors.\n\nFormatting\nUse status-pretty output for user display\nAlways show progress %, time remaining, ETA for active prints\nInclude temperature actual/target"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/peterhanily/octoclaw-print",
    "publisherUrl": "https://clawhub.ai/peterhanily/octoclaw-print",
    "owner": "peterhanily",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/octoclaw-print",
    "downloadUrl": "https://openagent3.xyz/downloads/octoclaw-print",
    "agentUrl": "https://openagent3.xyz/skills/octoclaw-print/agent",
    "manifestUrl": "https://openagent3.xyz/skills/octoclaw-print/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/octoclaw-print/agent.md"
  }
}