📦 Bambu Lab — 3D打印控制
v0.1.0通过 MQTT 协议远程操控 Bambu Lab A1/P1P/X1 系列 3D 打印机,实现打印监控、状态查询、暂停/停止控制,并在打印完成或出错时推送通知。需开启 LAN 模式并输入 Access Code。
1· 1.1k·0 当前·0 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to do what it says (local MQTT control and monitoring). Before installing or running it:
- Replace the hard-coded HOST, SERIAL and ACCESS_CODE values with your own device values or configure BAMBU_HOST/BAMBU_SERIAL/BAMBU_ACCESS_CODE environment variables; treat any credentials as secrets. The repository defaults look like someone else's device and should not be trusted.
- Confirm the scripts will run only on your local network (they connect to a LAN IP). Do not run them on pu...详细分析 ▾
✓ 用途与能力
The name/description (control + monitoring via MQTT) align with the included files: bash and Python scripts implement MQTT connect/subscribe/publish, status parsing, control commands, and notification logic for supported Bambu models.
ℹ 指令范围
SKILL.md simply instructs running the included scripts; the scripts stay within scope (connect to printer over MQTT, show status, send commands, optionally notify). The monitor script reads/writes a state file in the agent/workspace and can write a notification file under /tmp to integrate with OpenClaw. No unrelated OS-wide file reads or broad 'gather context' instructions are present.
✓ 安装机制
No install spec is present (instruction-only skill). Scripts rely on standard system packages (mosquitto-clients) or Python paho-mqtt; no downloads from arbitrary URLs or archive extraction are used.
⚠ 凭证需求
The code contains hard-coded defaults for HOST, SERIAL and ACCESS_CODE (192.168.30.103 / 03919A3A2200009 / 33576961) and a hard-coded TELEGRAM_CHAT_ID. While these are relevant to the skill's function, embedding what appear to be real device credentials in the repository is risky: they should be treated as secrets and replaced with environment variables or removed. The scripts do accept BAMBU_* env overrides but the repository still exposes defaults.
ℹ 持久化与权限
The monitor writes persistent state to /home/node/.openclaw/workspace/.bambu_state.json and may write /tmp/bambu_notification.txt for integration; it does not change other skills or set system-wide configuration. 'always' is false and the skill does not demand elevated privileges, but it is designed to be run continuously/periodically (cron) which creates persisted state.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/2/9
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install bambu-lab-skill
镜像加速npx clawhub@latest install bambu-lab-skill --registry https://cn.longxiaskill.com✓ 镜像可用