Skill Cleaner is a security tool that scans Openclaw Skills for suspicious patterns and validates them against the VirusTotal reputation database.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-cleaner
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 skill-cleaner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Cleaner serves as an essential security layer for developers utilizing the agent ecosystem. It automates the tedious process of auditing code by performing heuristic scans on installed Openclaw Skills and comparing file hashes against globally recognized threat databases. This ensures that only safe, verified code is permitted to run in your high-privilege environment.
By integrating the VirusTotal API, this skill helps users distinguish between actual malicious threats and harmless false positives. It simplifies security management for Openclaw Skills by providing a clear path to trust through a dedicated RPC bridge, allowing developers to focus on building rather than manual security auditing.
To configure the security scanner, you must first provide a VirusTotal API key in your environment variables. Add the following line to your .env file:
VIRUSTOTAL_API_KEY=your_api_key_here
Once configured, you can execute the cleaning scripts via the command line to manage your Openclaw Skills:
# Check for issues without making changes (Dry Run)
npx tsx ./skills/skill-cleaner/scripts/clean.ts
# Fix issues, quarantine threats, and update the allowlist
npx tsx ./skills/skill-cleaner/scripts/clean.ts --fix
Skill Cleaner organizes security data to maintain a clear audit trail for all Openclaw Skills.
| Data Point | Description |
|---|---|
| .quarantine/ | A directory created to isolate high-risk Openclaw Skills from the main environment. |
| Bridge Allowlist | A secure registry managed via Gateway RPC for trusted Openclaw Skills. |
| Heuristic Flags | Metadata generated during the initial scan identifying potential risks within Openclaw Skills. |
Loading
A zero-dependency scheduling tool that lets you set one-shot or recurring reminders using natural language across multiple communication channels.

A powerful command-line interface for interacting with the entire Google Workspace suite, including Gmail, Sheets, and Drive.

Open Animate is a comprehensive creative suite that enables AI agents to design, generate, and render professional-grade motion graphics and MP4 videos.

A sophisticated document parsing skill that converts Office and HWP files into structured JSON for seamless AI data extraction.

A natural language automation tool that schedules shell commands, API health checks, and agent tasks on a one-shot or recurring cron basis.

An environmental vision agent that audits physical waste sorting and enforces digital bandwidth throttling as penance for recycling failures.








































