A specialized interface for controlling ArduPilot flight controllers via pymavlink for autonomous mission execution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ardupilot
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 ardupilot 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 provides a robust interface for AI agents to communicate with ArduPilot-based drones using the MAVLink protocol. By leveraging Openclaw Skills, developers can bridge the gap between high-level AI reasoning and low-level flight controller commands. It handles the nuances of the ArduPilot state machine, ensuring that critical operations like arming and takeoff are performed in the specific timing windows required by the hardware.
The skill is designed for both real-world hardware (like CubeOrange) and SITL (Software In The Loop) simulation environments. It abstracts the complexity of pymavlink, providing a clear path for agents to retrieve telemetry, monitor system health, and execute precise movements in 3D space.
To use this skill, ensure you have the necessary library installed in your environment:
pip install pymavlink
Set up your drone or simulator to accept MAVLink connections over TCP (typically port 5762).
The skill processes various MAVLink message types to provide structured telemetry data:
| Message Type | Key Attributes | Purpose |
|---|---|---|
| GLOBAL_POSITION_INT | relative_alt | Tracks height above ground for takeoff and landing verification. |
| GPS_RAW_INT | fix_type, satellites_visible | Monitors GNSS health to ensure safe autonomous flight. |
| SYS_STATUS | voltage_battery | Essential for battery-aware mission planning. |
| LOCAL_POSITION_NED | x, y, z | Used for precise relative translation in 3D space. |
| HEARTBEAT | system_status | Indicates if the drone is in boot, standby, or armed state. |
Loading
A comprehensive search and structured data extraction workflow powered by Zhipu AI and DuckDuckGo.

A comprehensive skill for generating images, videos, audio, and 3D models using Renderful through Openclaw Skills.

A crypto-friendly API integration for generating professional-grade AI images and videos using state-of-the-art models.

A high-performance Windows automation skill for native mouse control using user32.dll system calls.

A comprehensive automation tool for managing Xiaohongshu (XHS) accounts, supporting content publishing, searching, and social interactions.

A professional automation workflow for generating, drafting, and validating Xiaohongshu social media posts.








































