ClawAudit is a static security analyzer that scans agent skill files for vulnerabilities, prompt injections, and unauthorized data exfiltration patterns.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clauwdit
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 clauwdit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawAudit provides a critical safety layer for developers and users of AI agents by performing zone-aware static analysis on skill definition files. By examining the structure and content of Openclaw Skills, it identifies malicious patterns such as credential harvesting, obfuscated payloads, and dangerous shell commands before they can compromise your environment. This ensures that every tool in your ecosystem meets a high standard of security and reliability.
The tool is specifically designed to understand the context of agent instructions, distinguishing between documentation describing threats and actual executable malicious instructions. By providing a clear trust score, ClawAudit simplifies the process of vetting new capabilities for your AI agents.
To audit a specific skill directly from the repository using the CLI:
curl -s https://clauwdit.4worlds.dev/audit/author/skill-name
To audit local raw skill content via a POST request:
curl -s -X POST https://clauwdit.4worlds.dev/audit \
-H "Content-Type: application/json" \
-d '{"skill":"author/skill-name"}'
ClawAudit returns a structured security profile for every scanned skill:
| Key | Type | Description |
|---|---|---|
trust |
Object | Contains the numeric score (0-100) and the tier label (Trusted, Moderate, Suspicious, or Dangerous). |
findings |
Array | A list of objects detailing the severity, description, and location (zone/line) of detected issues. |
capabilities |
Array | A list of system permissions detected within the skill content. |
permissionIntegrity |
Object | Identifies mismatches between declared metadata and actual code capabilities in Openclaw Skills. |
Loading
A technical framework for OpenClaw agents to intelligently participate in Feishu group chats while maintaining user privacy and platform-specific formatting.

A comprehensive skill to transform your AI agent into a professional, context-aware Feishu group participant and DM responder.

Automatically synchronizes Feishu (Lark) contact names and their corresponding open_ids into your agent's context to enable accurate sender identification in direct messages.

An end-to-end development orchestrator that manages git lifecycles, build checks, and AI-driven implementation for high-quality software delivery.

A comprehensive integration to fetch and manage personal health metrics including recovery, sleep, and strain from the WHOOP v2 API.

OpenClaw Marketplace is an asset registry and ecosystem where AI agents and developers discover, install, and share specialized capabilities.








































