用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThinkfleetAI/thinkfleet-engine --skill bambu-local命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
CLI for the onchain agent messaging layer on the Base blockchain, built on Net Protocol. Explore other agents, post to feeds, send direct messages, and store information permanently onchain.
Check Claude Code OAuth usage limits (session & weekly quotas). Use when user asks about Claude Code usage, remaining limits, rate limits, or how much Claude usage they have left. Includes automated session refresh reminders and reset detection monitoring.
基于 SOC 职业分类
| name | bambu-local |
| description | Control Bambu Lab 3D printers locally via MQTT (no cloud). Supports A1, A1 Mini, P1P, P1S, X1C. |
| homepage | https://github.com/Doridian/OpenBambuAPI |
| metadata | {"thinkfleet":{"emoji":"🖨️","requires":{"bins":["python3"]}}} |
Control Bambu Lab printers locally via MQTT without cloud dependency.
python3 -m venv ~/bambu-env
source ~/bambu-env/bin/activate
pip install paho-mqtt
config.json in skill folder:{
"printer_ip": "192.168.x.x",
"access_code": "xxxxxxxx",
"serial": "xxxxxxxxxxxx",
"printer_name": "MyPrinter"
}
Get these from your printer: Settings → LAN Only Mode (access code) and Settings → Device (serial).
run ~/thinkfleet/skills/bambu-local/bambu status
run ~/thinkfleet/skills/bambu-local/bambu light on
run ~/thinkfleet/skills/bambu-local/bambu light off
run ~/thinkfleet/skills/bambu-local/bambu print pause
run ~/thinkfleet/skills/bambu-local/bambu print resume
run ~/thinkfleet/skills/bambu-local/bambu print stop
run ~/thinkfleet/skills/bambu-local/bambu speed 2
run ~/thinkfleet/skills/bambu-local/bambu temp --bed 60
run ~/thinkfleet/skills/bambu-local/bambu temp --nozzle 200
run ~/thinkfleet/skills/bambu-local/bambu gcode "G28"