Pywayne Ahrs Tools

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: ahrs-tools Version: 0.1.0 The skill bundle contains standard metadata and a `SKILL.md` file that describes a utility for quaternion decomposition and roll/pitch compensation. The `SKILL.md` provides clear usage examples and lists common scientific dependencies (`numpy`, `qmt`). There is no evidence of prompt injection attempts, malicious code, data exfiltration, or any other harmful behavior in the provided content.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the required Python packages are not already installed, the user may need to choose and install them manually.

Why it was flagged

The skill references external Python packages, but provides no install automation or bundled code. This is expected for a Python utility usage skill, yet users should ensure they install dependencies from trusted sources.

Skill content
- `numpy` - Array operations
- `qmt` - OpenCV's quaternion module for conversions
Recommendation

Install dependencies only from trusted package sources and confirm the intended package names before use.