← All skills
Tencent SkillHub · Communication & Collaboration

Snapmaker U1

Monitor and control Snapmaker 3D printers (U1 with Moonraker/Klipper). Use when checking print status, temperatures, progress, or controlling prints (pause/resume/cancel). Triggers on "printer", "3D print", "Snapmaker", "print status", "nozzle temp", "bed temp".

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Monitor and control Snapmaker 3D printers (U1 with Moonraker/Klipper). Use when checking print status, temperatures, progress, or controlling prints (pause/resume/cancel). Triggers on "printer", "3D print", "Snapmaker", "print status", "nozzle temp", "bed temp".

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/snapmaker.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Snapmaker Printer Control

Control Snapmaker U1 printers via the Moonraker API.

Configuration

Create a config file at ~/clawd/config/snapmaker.json: { "ip": "192.168.x.x", "port": 80 } Or use environment variables: export SNAPMAKER_IP=192.168.x.x export SNAPMAKER_PORT=80 # optional, defaults to 80 Config search order: SNAPMAKER_IP environment variable (highest priority) ~/clawd/config/snapmaker.json ~/.config/clawdbot/snapmaker.json

Check Status

scripts/snapmaker.py status

Filament Info

scripts/snapmaker.py filament Shows RFID tag data for each slot: material type, color (hex), temp ranges, and sensor status.

Monitor Print (Live)

scripts/snapmaker.py monitor

Print Control

scripts/snapmaker.py pause scripts/snapmaker.py resume scripts/snapmaker.py cancel

Temperature

scripts/snapmaker.py temps

API Reference

The U1 uses Moonraker REST API on port 80: EndpointDescription/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

Status Response Fields

print_stats.state: standby, printing, paused, complete, error print_stats.filename: Current file print_stats.print_duration: Seconds elapsed virtual_sdcard.progress: 0.0 to 1.0 heater_bed.temperature / heater_bed.target: Bed temps extruder.temperature / extruder.target: Nozzle temps

Filament & Sensor Data

Query filament RFID and sensors: /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

filament_detect.info[]

Array of 4 slots with RFID tag data (or defaults if no tag): FieldDescriptionVENDOR"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

filament_motion_sensor e{0-3}_filament

FieldDescriptionfilament_detectedBoolean - filament present in slotenabledBoolean - sensor active Note: Slots can have filament_detected: true but VENDOR: NONE — this means third-party filament without RFID tag.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/snapmaker.py Scripts