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.

What this means

If invoked incorrectly, low-level G-code could move printer hardware, change heating behavior, ruin a print, or create maintenance/safety risks.

Why it was flagged

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.

Skill content
snapmaker.py gcode <CMD>     Send G-code command
Recommendation

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.

What this means

Users have less context for deciding whether to trust the included printer-control script.

Why it was flagged

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.

Skill content
Source: unknown
Homepage: none
Recommendation

Review the script before use and prefer installing printer-control skills from a known, verifiable source.