{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bambu-cli",
    "name": "Manage Bambu Labs 3D Printers thru your Agent",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tobiasbischoff/bambu-cli",
    "canonicalUrl": "https://clawhub.ai/tobiasbischoff/bambu-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bambu-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bambu-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/commands.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "bambu-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T07:26:54.939Z",
      "expiresAt": "2026-05-12T07:26:54.939Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bambu-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bambu-cli",
        "contentDisposition": "attachment; filename=\"bambu-cli-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bambu-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bambu-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bambu-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/bambu-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bambu-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bambu-cli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Use bambu-cli to configure, monitor, and control BambuLab printers over MQTT/FTPS/camera, producing exact commands and safe defaults."
      },
      {
        "title": "Defaults and safety",
        "body": "Confirm the target printer (profile or IP/serial) and resolve precedence: flags > env > project config > user config.\nAvoid access codes in flags; use --access-code-file or --access-code-stdin only.\nRequire confirmation for destructive actions (stop print, delete files, gcode send, calibrate, reboot); use --force/--confirm only when the user explicitly agrees.\nOffer --dry-run when supported to preview actions.\nChoose output format: human by default, --json for structured output, --plain for key=value output."
      },
      {
        "title": "Quick start",
        "body": "Configure a profile: bambu-cli config set --printer <name> --ip <ip> --serial <serial> --access-code-file <path> --default\nStatus: bambu-cli status\nWatch: bambu-cli watch --interval 5\nStart print: bambu-cli print start <file.3mf|file.gcode> --plate 1\nPause/resume/stop: bambu-cli print pause|resume|stop\nCamera snapshot: bambu-cli camera snapshot --out snapshot.jpg"
      },
      {
        "title": "Setup & config",
        "body": "Use config set/list/get/remove to manage profiles.\nUse env vars to avoid flags in scripts: BAMBU_PROFILE, BAMBU_IP, BAMBU_SERIAL, BAMBU_ACCESS_CODE_FILE, BAMBU_TIMEOUT, BAMBU_NO_CAMERA, BAMBU_MQTT_PORT, BAMBU_FTP_PORT, BAMBU_CAMERA_PORT.\nNote config locations: user ~/.config/bambu/config.json, project ./.bambu.json."
      },
      {
        "title": "Monitoring",
        "body": "Use status for a one-off snapshot; use watch for periodic updates (--interval, --refresh).\nUse --json/--plain for scripting."
      },
      {
        "title": "Printing",
        "body": "Use print start <file> with .3mf or .gcode.\nUse --plate <n|path> to select a plate number or gcode path inside a 3mf.\nUse --no-upload only when the file already exists on the printer; do not use it with .gcode input.\nControl AMS: --no-ams, --ams-mapping \"0,1\", --skip-objects \"1,3\".\nDisable flow calibration with --flow-calibration=false if requested."
      },
      {
        "title": "Files and camera",
        "body": "Use files list [--dir <path>], files upload <local> [--as <remote>].\nUse files download <remote> --out <path|->; use --force to allow writing binary data to a TTY.\nUse files delete <remote> only with confirmation.\nUse camera snapshot --out <path|->; use --force to allow stdout to a TTY."
      },
      {
        "title": "Motion, temps, fans, light",
        "body": "Use home, move z --height <0-256>.\nUse temps get|set (--bed, --nozzle, --chamber; require at least one).\nUse fans set with --part/--aux/--chamber values 0-255 or 0-1.\nUse light on|off|status."
      },
      {
        "title": "Gcode and calibration",
        "body": "Use gcode send <line...> or gcode send --stdin (confirmation required; --no-check skips validation).\nAvoid combining --access-code-stdin with gcode send --stdin; use an access code file instead.\nUse calibrate with --no-bed-level, --no-motor-noise, --no-vibration when requested."
      },
      {
        "title": "Troubleshooting",
        "body": "Use doctor to check TCP connectivity to MQTT/FTPS/camera ports; suggest --no-camera if the camera port is unreachable.\nAssume default ports: MQTT 8883, FTPS 990, camera 6000 unless configured."
      },
      {
        "title": "Reference",
        "body": "Read references/commands.md for the full command and flag reference."
      }
    ],
    "body": "Bambu CLI\nOverview\n\nUse bambu-cli to configure, monitor, and control BambuLab printers over MQTT/FTPS/camera, producing exact commands and safe defaults.\n\nDefaults and safety\nConfirm the target printer (profile or IP/serial) and resolve precedence: flags > env > project config > user config.\nAvoid access codes in flags; use --access-code-file or --access-code-stdin only.\nRequire confirmation for destructive actions (stop print, delete files, gcode send, calibrate, reboot); use --force/--confirm only when the user explicitly agrees.\nOffer --dry-run when supported to preview actions.\nChoose output format: human by default, --json for structured output, --plain for key=value output.\nQuick start\nConfigure a profile: bambu-cli config set --printer <name> --ip <ip> --serial <serial> --access-code-file <path> --default\nStatus: bambu-cli status\nWatch: bambu-cli watch --interval 5\nStart print: bambu-cli print start <file.3mf|file.gcode> --plate 1\nPause/resume/stop: bambu-cli print pause|resume|stop\nCamera snapshot: bambu-cli camera snapshot --out snapshot.jpg\nTask guidance\nSetup & config\nUse config set/list/get/remove to manage profiles.\nUse env vars to avoid flags in scripts: BAMBU_PROFILE, BAMBU_IP, BAMBU_SERIAL, BAMBU_ACCESS_CODE_FILE, BAMBU_TIMEOUT, BAMBU_NO_CAMERA, BAMBU_MQTT_PORT, BAMBU_FTP_PORT, BAMBU_CAMERA_PORT.\nNote config locations: user ~/.config/bambu/config.json, project ./.bambu.json.\nMonitoring\nUse status for a one-off snapshot; use watch for periodic updates (--interval, --refresh).\nUse --json/--plain for scripting.\nPrinting\nUse print start <file> with .3mf or .gcode.\nUse --plate <n|path> to select a plate number or gcode path inside a 3mf.\nUse --no-upload only when the file already exists on the printer; do not use it with .gcode input.\nControl AMS: --no-ams, --ams-mapping \"0,1\", --skip-objects \"1,3\".\nDisable flow calibration with --flow-calibration=false if requested.\nFiles and camera\nUse files list [--dir <path>], files upload <local> [--as <remote>].\nUse files download <remote> --out <path|->; use --force to allow writing binary data to a TTY.\nUse files delete <remote> only with confirmation.\nUse camera snapshot --out <path|->; use --force to allow stdout to a TTY.\nMotion, temps, fans, light\nUse home, move z --height <0-256>.\nUse temps get|set (--bed, --nozzle, --chamber; require at least one).\nUse fans set with --part/--aux/--chamber values 0-255 or 0-1.\nUse light on|off|status.\nGcode and calibration\nUse gcode send <line...> or gcode send --stdin (confirmation required; --no-check skips validation).\nAvoid combining --access-code-stdin with gcode send --stdin; use an access code file instead.\nUse calibrate with --no-bed-level, --no-motor-noise, --no-vibration when requested.\nTroubleshooting\nUse doctor to check TCP connectivity to MQTT/FTPS/camera ports; suggest --no-camera if the camera port is unreachable.\nAssume default ports: MQTT 8883, FTPS 990, camera 6000 unless configured.\nReference\n\nRead references/commands.md for the full command and flag reference."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tobiasbischoff/bambu-cli",
    "publisherUrl": "https://clawhub.ai/tobiasbischoff/bambu-cli",
    "owner": "tobiasbischoff",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bambu-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/bambu-cli",
    "agentUrl": "https://openagent3.xyz/skills/bambu-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bambu-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bambu-cli/agent.md"
  }
}