A high-performance security auditing tool that scans Openclaw Skills for malicious patterns using fast, deterministic, and offline analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-defender
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-defender using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Defender is a vital security utility designed to protect users and developers from malicious content within their AI agent environments. It performs deep, deterministic pattern matching against Openclaw Skills to identify risks such as prompt injection, credential theft, data exfiltration, and backdoors. Because it runs entirely offline and uses only the Python standard library, it provides a cost-effective and private way to audit code before execution.
By serving as a secondary defense layer, Skill Defender ensures that every skill added to your library is scrutinized for suspicious behavior. Whether you are installing a community-contributed tool or updating an existing one, this scanner provides a clear safety verdict, allowing you to maintain a secure and trustworthy set of Openclaw Skills without the overhead of external API dependencies.
Skill Defender requires Python 3.9 or higher and has no external dependencies. To begin, navigate to the skill directory and use the following commands:
To scan a specific skill:
python3 scripts/scan_skill.py /path/to/skill-dir
To scan all installed Openclaw Skills and generate an aggregate report:
python3 scripts/aggregate_scan.py
To generate JSON output for integration with other tools:
python3 scripts/scan_skill.py /path/to/skill-dir --json
Skill Defender generates detailed reporting schemas to help developers interpret security risks across their Openclaw Skills. The JSON output includes the following structure:
| Property | Description |
|---|---|
verdict |
Final status of the scan: clean, suspicious, dangerous, or error. |
findings |
An array containing the specific malicious patterns detected in the code. |
findingsCount |
The total number of flagged items identified during the scan. |
timestamp |
The exact time the audit was performed for record-keeping. |
totalSkills |
In aggregate reports, the total number of Openclaw Skills analyzed. |
Loading
A comprehensive CLI tool for managing browser-based automation tasks, execution runs, and secure credentials within the Indices ecosystem.

A powerful interface to query Solana wallet balances, transaction history, and identity labels using the Helius API.

A comprehensive toolkit for deploying autonomous AI agents and managing integrated Discord channels within the OpenClaw ecosystem.

A comprehensive AI-driven tool for transforming documents into high-resolution presentation slides and cinematic video transitions.

A sophisticated AI thinking partner that converts rough observations into platform-optimized, high-authority social media content.

A structured end-of-day automation to capture progress, document learnings, and prepare for the next day's top priorities.








































