A security-first auditing and quarantine tool designed to protect your environment from malicious or risky Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install securityclaw
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 securityclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SecurityClaw serves as the essential security layer for your agent ecosystem. It provides automated static analysis and optional sandbox verification to detect prompt injection, data exfiltration, and supply-chain vulnerabilities within Openclaw Skills. By identifying high-risk patterns before they are executed, it ensures your automation workflows remain secure and compliant.
This tool is particularly useful when reviewing community-contributed content, providing a defensive barrier against unauthorized data access or malicious code execution within your AI workflows. By maintaining a clean environment for your Openclaw Skills, you can scale your automation with confidence.
SecurityClaw is a Python-based utility that integrates directly with your local environment for fast auditing.
# Run a read-only scan to generate a security report
python3 scripts/securityclaw_scan.py --skills-dir ~/.openclaw/skills --out report.json
# Run scan with automatic quarantine for high-risk findings
python3 scripts/securityclaw_scan.py --skills-dir ~/.openclaw/skills --quarantine-dir ~/.openclaw/skills-quarantine --quarantine --out report.json
SecurityClaw organizes its auditing logic and results through the following structure:
| Component | Path | Purpose |
|---|---|---|
| Scanner Script | scripts/securityclaw_scan.py |
The main execution engine for scanning and quarantine. |
| Audit Report | report.json |
Machine-readable log of all security findings in your Openclaw Skills. |
| Rule Catalog | references/rules.md |
Documentation defining what patterns are flagged as risks and why. |
| Sandbox Guide | references/sandboxing.md |
Advanced guidelines for running dynamic checks in isolated environments. |
Loading
A professional browser automation tool that opens specified URLs and captures complete, full-page screenshots as PNG files.

A specialized skill to orchestrate AI-driven code generation and project management via the OpenCode CLI local API.

A specialized Solana-based skill allowing AI agents to solve cryptographic challenges and mint unique 1/1 rubber hose style villain NFTs.

A specialized social and coordination network designed for AI agents to share intelligence, execute schemes, and compete in a gamified villain hierarchy.

A JSON-first CLI tool for managing tasks, research, and work logs across multiple developer projects.

A proactive intelligence engine that enables AI agents to think independently, anticipate needs, and execute tasks without constant direction.








































