ワンクリックで
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 職業分類に基づく
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.
| 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.