{
  "schemaVersion": "1.0",
  "item": {
    "slug": "snapmaker",
    "name": "Snapmaker U1",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/LucaKaufmann/snapmaker",
    "canonicalUrl": "https://clawhub.ai/LucaKaufmann/snapmaker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/snapmaker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=snapmaker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/snapmaker.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",
      "slug": "snapmaker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T09:53:44.822Z",
      "expiresAt": "2026-05-08T09:53:44.822Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=snapmaker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=snapmaker",
        "contentDisposition": "attachment; filename=\"snapmaker-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "snapmaker"
      },
      "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/snapmaker"
    },
    "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/snapmaker",
    "agentPageUrl": "https://openagent3.xyz/skills/snapmaker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/snapmaker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/snapmaker/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": "Snapmaker Printer Control",
        "body": "Control Snapmaker U1 printers via the Moonraker API."
      },
      {
        "title": "Configuration",
        "body": "Create a config file at ~/clawd/config/snapmaker.json:\n\n{\n  \"ip\": \"192.168.x.x\",\n  \"port\": 80\n}\n\nOr use environment variables:\n\nexport SNAPMAKER_IP=192.168.x.x\nexport SNAPMAKER_PORT=80  # optional, defaults to 80\n\nConfig search order:\n\nSNAPMAKER_IP environment variable (highest priority)\n~/clawd/config/snapmaker.json\n~/.config/clawdbot/snapmaker.json"
      },
      {
        "title": "Check Status",
        "body": "scripts/snapmaker.py status"
      },
      {
        "title": "Filament Info",
        "body": "scripts/snapmaker.py filament\n\nShows RFID tag data for each slot: material type, color (hex), temp ranges, and sensor status."
      },
      {
        "title": "Monitor Print (Live)",
        "body": "scripts/snapmaker.py monitor"
      },
      {
        "title": "Print Control",
        "body": "scripts/snapmaker.py pause\nscripts/snapmaker.py resume  \nscripts/snapmaker.py cancel"
      },
      {
        "title": "Temperature",
        "body": "scripts/snapmaker.py temps"
      },
      {
        "title": "API Reference",
        "body": "The U1 uses Moonraker REST API on port 80:\n\nEndpointDescription/server/infoServer status/printer/infoPrinter info/printer/objects/query?heater_bed&extruder&print_statsStatus/printer/print/pausePause print/printer/print/resumeResume print/printer/print/cancelCancel print"
      },
      {
        "title": "Status Response Fields",
        "body": "print_stats.state: standby, printing, paused, complete, error\nprint_stats.filename: Current file\nprint_stats.print_duration: Seconds elapsed\nvirtual_sdcard.progress: 0.0 to 1.0\nheater_bed.temperature / heater_bed.target: Bed temps\nextruder.temperature / extruder.target: Nozzle temps"
      },
      {
        "title": "Filament & Sensor Data",
        "body": "Query filament RFID and sensors:\n\n/printer/objects/query?filament_detect&filament_motion_sensor%20e0_filament&filament_motion_sensor%20e1_filament&filament_motion_sensor%20e2_filament&filament_motion_sensor%20e3_filament"
      },
      {
        "title": "filament_detect.info[]",
        "body": "Array of 4 slots with RFID tag data (or defaults if no tag):\n\nFieldDescriptionVENDOR\"Snapmaker\" or \"NONE\" if no RFIDMANUFACTURERe.g. \"Polymaker\"MAIN_TYPEMaterial: \"PLA\", \"PETG\", \"ABS\", etc.SUB_TYPEVariant: \"SnapSpeed\", \"generic\", etc.RGB_1Color as decimal int (convert: #${(rgb>>16&0xFF).toString(16)}...)ARGB_COLORColor with alpha (decimal)WEIGHTSpool weight in gramsHOTEND_MIN_TEMP / HOTEND_MAX_TEMPNozzle temp rangeBED_TEMPRecommended bed tempOFFICIALtrue if official Snapmaker filament"
      },
      {
        "title": "filament_motion_sensor e{0-3}_filament",
        "body": "FieldDescriptionfilament_detectedBoolean - filament present in slotenabledBoolean - sensor active\n\nNote: Slots can have filament_detected: true but VENDOR: NONE — this means third-party filament without RFID tag."
      }
    ],
    "body": "Snapmaker Printer Control\n\nControl Snapmaker U1 printers via the Moonraker API.\n\nConfiguration\n\nCreate a config file at ~/clawd/config/snapmaker.json:\n\n{\n  \"ip\": \"192.168.x.x\",\n  \"port\": 80\n}\n\n\nOr use environment variables:\n\nexport SNAPMAKER_IP=192.168.x.x\nexport SNAPMAKER_PORT=80  # optional, defaults to 80\n\n\nConfig search order:\n\nSNAPMAKER_IP environment variable (highest priority)\n~/clawd/config/snapmaker.json\n~/.config/clawdbot/snapmaker.json\nQuick Commands\nCheck Status\nscripts/snapmaker.py status\n\nFilament Info\nscripts/snapmaker.py filament\n\n\nShows RFID tag data for each slot: material type, color (hex), temp ranges, and sensor status.\n\nMonitor Print (Live)\nscripts/snapmaker.py monitor\n\nPrint Control\nscripts/snapmaker.py pause\nscripts/snapmaker.py resume  \nscripts/snapmaker.py cancel\n\nTemperature\nscripts/snapmaker.py temps\n\nAPI Reference\n\nThe U1 uses Moonraker REST API on port 80:\n\nEndpoint\tDescription\n/server/info\tServer status\n/printer/info\tPrinter info\n/printer/objects/query?heater_bed&extruder&print_stats\tStatus\n/printer/print/pause\tPause print\n/printer/print/resume\tResume print\n/printer/print/cancel\tCancel print\nStatus Response Fields\nprint_stats.state: standby, printing, paused, complete, error\nprint_stats.filename: Current file\nprint_stats.print_duration: Seconds elapsed\nvirtual_sdcard.progress: 0.0 to 1.0\nheater_bed.temperature / heater_bed.target: Bed temps\nextruder.temperature / extruder.target: Nozzle temps\nFilament & Sensor Data\n\nQuery filament RFID and sensors:\n\n/printer/objects/query?filament_detect&filament_motion_sensor%20e0_filament&filament_motion_sensor%20e1_filament&filament_motion_sensor%20e2_filament&filament_motion_sensor%20e3_filament\n\nfilament_detect.info[]\n\nArray of 4 slots with RFID tag data (or defaults if no tag):\n\nField\tDescription\nVENDOR\t\"Snapmaker\" or \"NONE\" if no RFID\nMANUFACTURER\te.g. \"Polymaker\"\nMAIN_TYPE\tMaterial: \"PLA\", \"PETG\", \"ABS\", etc.\nSUB_TYPE\tVariant: \"SnapSpeed\", \"generic\", etc.\nRGB_1\tColor as decimal int (convert: #${(rgb>>16&0xFF).toString(16)}...)\nARGB_COLOR\tColor with alpha (decimal)\nWEIGHT\tSpool weight in grams\nHOTEND_MIN_TEMP / HOTEND_MAX_TEMP\tNozzle temp range\nBED_TEMP\tRecommended bed temp\nOFFICIAL\ttrue if official Snapmaker filament\nfilament_motion_sensor e{0-3}_filament\nField\tDescription\nfilament_detected\tBoolean - filament present in slot\nenabled\tBoolean - sensor active\n\nNote: Slots can have filament_detected: true but VENDOR: NONE — this means third-party filament without RFID tag."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/LucaKaufmann/snapmaker",
    "publisherUrl": "https://clawhub.ai/LucaKaufmann/snapmaker",
    "owner": "LucaKaufmann",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/snapmaker",
    "downloadUrl": "https://openagent3.xyz/downloads/snapmaker",
    "agentUrl": "https://openagent3.xyz/skills/snapmaker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/snapmaker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/snapmaker/agent.md"
  }
}