Manage Bambu Labs 3D Printers thru your Agent

v1.0.0

Operate and troubleshoot BambuLab printers with the bambu-cli (status/watch, print start/pause/resume/stop, files, camera, gcode, AMS, calibration, motion, fans, light, config, doctor). Use when a user asks to control or monitor a BambuLab printer, set up profiles or access codes, or translate a task into safe bambu-cli commands with correct flags, output format, and confirmations.

13· 2.9k·8 current·8 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the contents: SKILL.md and the reference document provide command/flag guidance for controlling BambuLab printers via bambu-cli. Nothing requested (no env vars required, no installs) is out of scope for a CLI helper.
Instruction Scope
Instructions stay within expected boundaries: they generate CLI commands, reference the printer config files (~/.config/bambu/config.json and ./.bambu.json), environment variables commonly used to avoid flags, and recommend confirmations for destructive actions. They do not instruct reading unrelated files or exfiltrating data to external hosts.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. That minimizes on-disk execution and the risk from remote downloads.
Credentials
The skill does not require any environment variables or credentials in the registry metadata, but the documentation lists several optional BAMBU_* env vars and two config file paths. This is coherent (they are optional conveniences) but users should know the skill will reference those config files and may use an access-code file or stdin for sensitive access codes.
Persistence & Privilege
The skill does not request permanent/always-on presence and uses normal autonomous invocation defaults. It does not modify other skills or request elevated platform privileges.
Assessment
This skill is an instruction-only guide for using bambu-cli; it does not install anything or ask for unrelated credentials. Before installing/using it: ensure bambu-cli is already installed and up-to-date on the agent host; be aware the agent may read your printer config files (~/.config/bambu/config.json and ./.bambu.json) and will perform network reachability checks (MQTT/FTPS/camera ports) to your printer; protect access codes (use an access-code file or stdin as recommended) and avoid passing them as flags; require explicit confirmation for destructive actions (stop, delete, reboot, gcode send) and review any proposed commands before allowing the agent to run them. If you need stronger safety, restrict the agent's network access to just the printer and do not grant it broad system privileges.

Like a lobster shell, security has layers — review code before you run it.

latestvk975he9fsw40m8hktfehgfrkz57yvbcb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments