Clawdex is a security auditing tool that verifies the safety of AI agent skills before they are installed to protect your system from malicious code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawdex
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 clawdex using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Clawdex by Koi provides a critical security layer for developers and teams using agentic AI. By querying the Clawdex API, users can instantly verify if a specific skill from the ClawHub repository is safe, malicious, or pending audit. Powered by the Wings agentic AI risk engine, this tool ensures that Openclaw Skills do not contain harmful payloads such as backdoors, credential stealers, or unauthorized data exfiltration scripts, maintaining the integrity of your local development environment.
In an era where third-party scripts can pose significant risks, Clawdex offers peace of mind by providing a transparent verdict on the reliability of any skill. It bridges the gap between productivity and security, allowing users to leverage the power of Openclaw Skills without exposing their systems to malware or unauthorized resource usage.
To verify a skill before installation, use the following curl command in your terminal:
curl -s "https://clawdex.koi.security/api/skill/SKILL_NAME"
To audit your existing Openclaw Skills, you can run a bulk check with this script:
# List installed skills and check each one
for skill in $(ls ~/.clawdbot/skills/); do
echo "Checking: $skill"
curl -s "https://clawdex.koi.security/api/skill/$skill"
echo
done
Clawdex provides a streamlined JSON response for easy integration into automated scripts and security workflows.
| Property | Value Type | Description |
|---|---|---|
| verdict | string | The security assessment: benign, malicious, or unknown. |
Loading
A streamlined CLI tool to monitor MiniMax Coding Plan prompt usage and subscription health in real-time.

A sophisticated management skill that allows QQ bots to switch between multiple personalities based on chat context, user ID, or channel type.

A specialized financial data interface for fetching comprehensive Chinese stock, futures, and macroeconomic datasets via the Tushare API.

A professional AI coach that guides you through the 8 stages of a system design interview using quantitative estimation.

An expert skill for optimizing local business visibility across traditional map packs and emerging AI search platforms like ChatGPT and Google AI Overviews.

A template-driven RapidAPI client that converts API endpoints into stable, callable actions for AI agents.








































