원클릭으로
print-concierge
Safe 3D print search, planning, pending approval requests, and local Bambuddy queueing with Print Concierge.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Safe 3D print search, planning, pending approval requests, and local Bambuddy queueing with Print Concierge.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | print-concierge |
| description | Safe 3D print search, planning, pending approval requests, and local Bambuddy queueing with Print Concierge. |
Use this skill when a user wants to find public or archived 3D model candidates, prepare a print plan, create a pending print request, or check print status.
import_public_candidate for supported MakerWorld results and trusted direct-file Printables/Thingiverse results before preparation. Source files require explicit preset refs from list_slicer_presets. Queueing still requires a Bambuddy archive/imported trusted item.queue_print_request(request_id), only for existing Print Concierge requests; never call raw queue tools or raw Bambuddy queue/start/pause/cancel tools.search_archive_or_models(query) to find candidates.get_public_import_status() before import_public_candidate(selected), then use the returned bambuddy_library result. For Printables/Thingiverse, call import_public_candidate(selected) only when the candidate includes a trusted direct file URL; for source files, call list_slicer_presets() and pass explicit slice_options.list_printers() and get_printer_status(printer_id) to choose a safe target.prepare_print_plan(...) to create an immutable plan.create_print_request(plan) to create a pending request.get_print_request_status(request_id) while the user reviews the exact request.queue_print_request(request_id).get_job_status(job_id) after the request reports a queued job.uv run print-concierge-mcp
For full workflow details, read references/workflow.md. For the threat model and refusal rules, read references/safety.md.
Claude shim for the canonical Print Concierge skill at ../../skills/print-concierge/SKILL.md.
Codex shim for the canonical Print Concierge skill at ../../../skills/print-concierge/SKILL.md.
OpenClaw shim for the canonical Print Concierge skill at ../../../skills/print-concierge/SKILL.md.