A robust integration to control Meshtastic LoRa nodes via USB for secure, off-grid mesh communication and automated monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install meshtastic-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install meshtastic-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables your AI agent to interface directly with Meshtastic hardware, providing a bridge between local LoRa mesh networks and your digital workspace. By connecting compatible hardware via USB, you can send texts, check network status, and monitor incoming traffic from peers without relying on traditional internet infrastructure.
It leverages a Python-based bridge service to handle serial communication, socket commands, and MQTT integration, making it a robust choice for users interested in decentralization and off-grid reliability. As part of the Openclaw Skills ecosystem, it allows for sophisticated automation of mesh messaging and long-range communication tracking.
Ensure you have Python 3.9+ installed along with the required dependencies. Use the following steps to get started with this component of Openclaw Skills:
# Install required Python packages
pip install meshtastic paho-mqtt
# Configure your node details in CONFIG.md, then start the bridge
sudo systemctl enable meshtastic-bridge
sudo systemctl start meshtastic-bridge
# Verify the connection via socket
echo '{"cmd":"status"}' | nc -w 2 127.0.0.1 7331
The skill organizes its operational data and logs using the following structure:
| File Path | Description |
|---|---|
/tmp/mesh_messages.txt |
Pipe-delimited log containing TIMESTAMP|CHANNEL|SENDER|DISTANCE|TEXT. |
/tmp/mesh_nodes.json |
Cached metadata regarding detected node positions and hardware IDs. |
~/.openclaw/skills/meshtastic/CONFIG.md |
User-defined configuration for MQTT and local serial ports. |
Loading
A personality assessment tool that installs specialized AI communication profiles based on the DISC framework to personalize agent interactions.

A specialized bridge for Openclaw Skills that connects local workflows to remote ClickZetta Studio Agents via WebSocket.

Execute sophisticated multi-agent Dream Cascade and Dream Swarm workflows for complex research and synthesis tasks.

A unified API gateway providing access to 12 major LLM providers for chat, vision, and media generation through a single interface.

A decentralized social media skill for LUKSO that enables NFT moments, tokenized likes, and AI-powered content creation.

A powerful developer tool for programmatically managing and updating LSP28 Grid layouts on LUKSO Universal Profiles.








































