← All skills
Tencent SkillHub · Communication & Collaboration

Bambu Lab

Steuere Bambu Lab 3D-Drucker (A1, P1P, X1) über MQTT. Nutze diesen Skill für Druck-Überwachung, Status-Abfragen, Steuerung (Pause/Stopp) und Benachrichtigungen bei Druckende oder Fehlern. Erfordert LAN-Mode mit Access Code.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Steuere Bambu Lab 3D-Drucker (A1, P1P, X1) über MQTT. Nutze diesen Skill für Druck-Überwachung, Status-Abfragen, Steuerung (Pause/Stopp) und Benachrichtigungen bei Druckende oder Fehlern. Erfordert LAN-Mode mit Access Code.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/mqtt.md, scripts/bambu.py, scripts/bambu.sh, scripts/bambu_monitor.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Bambu Lab 3D-Drucker Skill

Steuerung und Überwachung von Bambu Lab 3D-Druckern über MQTT im lokalen Netzwerk.

Konfiguration

Standard-Konfiguration (anpassbar in scripts/bambu.sh): Host: 192.168.30.103 (A1 Drucker) Port: 8883 (MQTT über TLS) Username: 03919A3A2200009 (Seriennummer) Passwort: 33576961 (Access Code) Model: A1

Verwendung

Nutze das Skript scripts/bambu.sh für alle Operationen: ./skills/bambu-lab/scripts/bambu.sh <befehl>

Befehle

Status & Überwachung: status - Aktueller Druckstatus progress - Druckfortschritt in % temps - Temperaturen (Nozzle, Bed, Chamber) watch - Live-Überwachung (läuft dauerhaft) Steuerung: pause - Druck pausieren resume - Druck fortsetzen stop - Druck abbrechen light on|off - Druckerlicht an/aus fans <0-255> - Lüftergeschwindigkeit Benachrichtigungen: notify - Starte Überwachung mit Telegram-Benachrichtigung MQTT Debug: raw - Rohe MQTT-Nachrichten anzeigen

Beispiele

# Status abfragen ./skills/bambu-lab/scripts/bambu.sh status # Druckfortschritt ./skills/bambu-lab/scripts/bambu.sh progress # Live-Überwachung ./skills/bambu-lab/scripts/bambu.sh watch # Druck pausieren ./skills/bambu-lab/scripts/bambu.sh pause # Mit Benachrichtigung ./skills/bambu-lab/scripts/bambu.sh notify

Automatische Benachrichtigungen

Für automatische Benachrichtigungen bei Druckende: # Im Hintergrund starten ./skills/bambu-lab/scripts/bambu.sh notify & Oder per Cron/Heartbeat regelmäßig ausführen.

API Referenz

Siehe references/mqtt.md für vollständige MQTT-Dokumentation.

Unterstützte Modelle

✅ A1 (getestet) ✅ A1 Mini ✅ P1P / P1S ✅ X1 / X1C Alle Modelle nutzen das gleiche MQTT-Protokoll im LAN-Mode.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/mqtt.md Docs
  • scripts/bambu_monitor.py Scripts
  • scripts/bambu.py Scripts
  • scripts/bambu.sh Scripts