A core ROS 2 integration for managing decentralized identity, storage, and access control on the peaq network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install peaq-robotics
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 peaq-robotics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The peaq-robotics skill provides the essential runtime environment to connect autonomous agents with the peaq-robotics-ros2 workspace. It enables AI agents to interact directly with the peaq blockchain for decentralized identity (DID) management, secure data storage, and granular access control within a robotics context. By leveraging Openclaw Skills, developers can bridge the gap between autonomous robot operations and web3 infrastructure without handling complex low-level blockchain logic manually.
This skill focuses on the operational runtime of existing workspaces, allowing for node lifecycle management and service calls. It is designed to be low-risk by excluding high-privilege administrative tasks like repository cloning or direct value transfers, making it a stable choice for production-grade Openclaw Skills deployments.
To integrate this capability with your Openclaw Skills, ensure ROS 2 is installed and your peaq workspace is built. Set the required environment variables in your shell:
export PEAQ_ROS2_ROOT="$HOME/peaq-robotics-ros2"
# Optional: Specify a custom configuration file
export PEAQ_ROS2_CONFIG_YAML="$HOME/peaq-robotics-ros2/peaq_ros2_examples/config/peaq_robot.yaml"
Note that the ROS environment must be sourced externally (e.g., source /opt/ros/humble/setup.bash) before running the agent.
The skill organizes interaction data based on the peaq-robotics-ros2 structure and utilizes JSON for all service communications.
| Category | Data Type | Description |
|---|---|---|
| Identity | DID JSON | Machine identity metadata including type and attributes |
| Storage | Payload JSON | Key-value data stored on-chain (e.g., sensor_data) |
| Config | YAML | ROS 2 node parameters and network configuration files |
| Permissions | Role/Permission | Mapping of access rights to specific peaq DID addresses |
| Identity Card | Helper JSON | Structured data for name, roles, and endpoints |
Loading
A specialized skill designed to programmatically extract IELTS reading articles and question sets from Cambridge PDF materials into structured JSON format.

An AI-powered tool for downloading, transcribing, and generating detailed summaries from Bilibili videos using Google Gemini and Whisper.

An AI-friendly Python skill for sending, receiving, and threading emails via the agentmail.to API using structured JSON data.

A comprehensive security audit engine designed to identify vulnerabilities, secret leaks, and misconfigurations in your OpenClaw setup.

A high-performance outbound safety layer for AI agents to prevent legal, compliance, and reputational risks before publishing content.

An infrastructure layer for autonomous agent commerce providing on-chain identity, automated payments, and a structured arbitration protocol.








































