Robot

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: robot Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'robot' is benign. The `SKILL.md` and other documentation files provide instructions for an AI agent focused on robotics assistance, memory management within a dedicated `~/robot/` directory, and safety guidelines for industrial robots. Code snippets across `debugging.md`, `hardware.md`, `industrial.md`, `motors.md`, `projects.md`, `ros.md`, and `sensors.md` are standard for microcontroller programming (C++, MicroPython) and ROS development (Python, bash), primarily demonstrating common robotics tasks and debugging techniques. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized remote execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's core purpose or access sensitive unrelated data. The file system operations are limited to creating and managing files within the `~/robot/` directory, which is consistent with the skill's stated purpose.

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

Robot control code or wiring advice can cause equipment damage or injury if copied to real hardware without verification.

Why it was flagged

The skill may help generate robot motion code that could affect real industrial hardware, but it explicitly requires safety clarification and reduced-speed testing.

Skill content
Before generating ANY motion code, clarify: 1. Target: Simulation ... or real robot? 2. Safety: If real, what safety systems are in place? 3. Speed: Start at ≤10% speed for testing
Recommendation

Use simulation first, confirm exact hardware and safety systems, and have a qualified person review any real robot motion or high-power wiring before running it.

What this means

Future robotics advice may be shaped by whatever is stored in the local ~/robot files, including outdated, incorrect, or sensitive project details.

Why it was flagged

The skill stores and reuses local project, inventory, and correction notes, so inaccurate or sensitive information in those files may influence later recommendations.

Skill content
Memory lives in `~/robot/` ... Before ANY recommendation: 1. Read ~/robot/memory.md ... 3. Check ~/robot/corrections.md ... Update Memory Proactively
Recommendation

Review the ~/robot files periodically, avoid storing secrets or sensitive facility details there, and correct or delete stale information.