AI SummaryA skill for safely monitoring and controlling Klipper/Moonraker 3D printers through the Moonraker API with built-in confirmation protocols. Useful for developers and makers integrating 3D printer automation into AI-powered workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "klipper" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/clawhub-klipper && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/clawhub-klipper/SKILL.md "https://raw.githubusercontent.com/Brandawg93/clawhub-klipper/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Monitor and control Klipper/Moonraker 3D printers with safety confirmations.
Klipper
Monitor and control Klipper-based 3D printers via the Moonraker API. This skill includes safety protocols to prevent accidental printer control.
⚠️ Safety Protocols
All control commands (Pause, Resume, Cancel) require a --confirm flag. The AI agent MUST request user confirmation before executing these actions.
Configuration
Scripts default to localhost:7125. Pass [host] and [port] as arguments to target a specific printer.
Check Status
Get high-level printer state, temperatures, and progress. `bash ./scripts/status.sh [host] [port] `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster