From simplyprint
Show full details for a single SimplyPrint printer — temperatures, current job, recent prints, errors
How this skill is triggered — by the user, by Claude, or both
Slash command
/simplyprint:printer-detailThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the SimplyPrint `get_printer` tool to fetch the printer the user named (by name or ID).
Use the SimplyPrint get_printer tool to fetch the printer the user named (by name or ID).
Show:
If the user didn't specify which printer, list them with list_printers first and ask.
Use printer-friendly formatting (e.g., 210/210°C for temps, 2h 14m for durations). Don't dump raw JSON.
npx claudepluginhub simplyprint/simplyprint-claude-plugin --plugin simplyprintGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.