Snapmaker U1
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill mostly matches its printer-control purpose, but the included script advertises broader low-level printer control than the user-facing instructions describe.
Use only if you trust the script and configure it to the intended printer IP. Ask the agent to confirm before pause, resume, cancel, or any G-code action, and avoid raw G-code unless you understand the command’s physical effect on the printer.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If invoked incorrectly, low-level G-code could move printer hardware, change heating behavior, ruin a print, or create maintenance/safety risks.
The script advertises a raw G-code command path, which can issue low-level printer instructions and is broader than the SKILL.md quick commands for status, filament, monitoring, temperatures, pause/resume, and cancel.
snapmaker.py gcode <CMD> Send G-code command
Limit exposed commands to the documented safe operations, or require explicit user confirmation and clear warnings before sending any G-code or other mutating printer command.
Users have less context for deciding whether to trust the included printer-control script.
The skill includes a local control script for a physical device, but the provided metadata does not identify an upstream source or homepage for provenance review.
Source: unknown Homepage: none
Review the script before use and prefer installing printer-control skills from a known, verifiable source.
