A Python-based utility for Visual Inertial Odometry data processing, SE(3) matrix conversion, and 3D trajectory visualization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tools-2
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 tools-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pywayne VIO Tools is a specialized technical utility designed for developers working with robotics, computer vision, and Visual Inertial Odometry (VIO). This skill simplifies the complex task of handling SE(3) transformation matrices and pose representations. By integrating these tools via Openclaw Skills, users can bridge the gap between mathematical transformations and visual data interpretation without manual overhead.
At its core, the tool provides robust functions for bidirectional conversion between 4x4 SE(3) matrices and 7-element pose vectors comprising translation and Hamilton quaternions. Furthermore, it offers built-in 3D visualization capabilities using Matplotlib, allowing researchers to inspect spatial trajectories with clear orientation indicators for the X, Y, and Z axes.
To get started with this skill on Openclaw Skills, ensure you have the necessary dependencies installed via pip:
pip install numpy qmt ahrs matplotlib
Once the environment is ready, you can import the core functions SE3_to_pose, pose_to_SE3, and visualize_pose directly into your Python scripts.
The skill operates on two primary data structures to ensure compatibility across different robotics and computer vision frameworks:
| Format | Description | Internal Structure |
|---|---|---|
| SE(3) Matrix | 4x4 Transformation Matrix | A homogeneous matrix containing rotation (R) and translation (T). |
| Pose Representation | 7-element Array | [tx, ty, tz, qw, qx, qy, qz] where quaternions follow the Hamilton convention. |
All units for translation are typically processed in meters, while rotation is handled with high precision via the qmt and ahrs libraries.
Loading
A comprehensive statistical testing library featuring 37+ methods for normality, correlation, time series analysis, and model diagnostics with a unified interface.

A comprehensive Python toolkit for SO(3) rotation matrix manipulation, Lie algebra mapping, and multi-representation conversions.

A cross-platform collection of terminal functions to standardize proxy management, directory navigation, and GPU monitoring across all operating systems.

A high-performance Python library for handling SE(3) rigid body transformations, Lie algebra mappings, and 3D pose manipulations.

A versatile text-to-speech engine that converts text into high-quality Opus or MP3 audio files using local or cloud-based services.

A comprehensive travel assistant skill providing real-time navigation, multi-platform taxi pricing, and intelligent POI discovery through the AMap API.








































