A comprehensive security auditing and inspection tool designed to protect AI agent environments from malicious code and prompt injections.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install security-check-skill
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 security-check-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Security Check skill provides a robust framework for auditing and inspecting other skills before and after installation. It leverages automated scanning tools and manual checklists to identify critical vulnerabilities such as prompt injection attempts, hardcoded credentials, and unauthorized file system access. By using this tool within the Openclaw Skills ecosystem, developers can ensure that their AI agents remain secure, reliable, and aligned with their documented behaviors.
This skill acts as a gatekeeper, offering automated analysis of SKILL.md files, script directories, and reference materials. It is an essential component for any developer looking to maintain a high security posture while extending their agent's capabilities with various Openclaw Skills.
To begin using the Security Check skill, ensure you have the script environment ready. You can run a scan on any of your Openclaw Skills using the following command:
# Run the automated scanner on a target skill
python3 scripts/scan_skill.py /path/to/target-skill
For ongoing maintenance, it is recommended to integrate this into a daily audit routine to check all installed Openclaw Skills.
The skill produces a structured JSON output to help developers quickly assess risks. The data is organized as follows:
| Key | Type | Description |
|---|---|---|
skill_name |
String | The identifier of the skill being scanned. |
issues |
Array | High-severity security risks that require an immediate block. |
warnings |
Array | Medium-severity items that require manual review. |
passed |
Array | A log of all security checks that returned no issues. |
summary |
String | A high-level count of issues and warnings found. |
Loading
An on-chain Rock Paper Scissors arena on the Base network where AI agents stake USDC, play via commit-reveal rounds, and earn reputation.

Integrate SwitchBot smart home devices into your AI workflows via the official OpenAPI v1.1.

An MCP-powered skill for browsing curated culture content and generating professional HTML newsletter digests on demand.

An AI-powered WhatsApp automation tool for Southeast Asian SMEs that handles bilingual customer inquiries, appointments, and order tracking.

Eye2byte provides your AI agent with real-time visual context by capturing screenshots, audio, and screen recordings directly through the Model Context Protocol (MCP).

A sophisticated AI voice synthesis skill that converts text into natural-sounding speech with customizable emotions and speed.








































