A technical manual for developers to ensure their AI coding agent skills meet security standards and receive benign ratings on ClawHub.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-security-guide
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-security-guide using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Skill Security Guide is an essential resource for developers building and refining Openclaw Skills. It provides a standardized framework for passing automated security scans, which evaluate skills for suspicious behavior, insecure coding practices, and documentation mismatches. By adhering to the principles in this guide, developers can ensure their tools are marked as benign, thereby increasing user trust and preventing installation warnings.
This guide covers critical technical requirements, such as the mandatory single-line JSON format for metadata, proper SSL/TLS implementation, and the secure handling of environment variables. It acts as a security bridge, ensuring that every skill released is both functional and safe for the end-user environment.
This guide is a documentation-based skill that assists in the development of other Openclaw Skills. To verify your skill against these security standards, you can use the following bash commands in your terminal:
# Verify if metadata is in the correct single-line JSON format
grep "^metadata:" SKILL.md
# Search for insecure SSL practices within your script directory
grep -r "CERT_NONE" scripts/
# Ensure sensitive keys or API secrets are not exposed in documentation files
grep -i "secretkey\\|api_key" README.md SKILL.md
The guide emphasizes the structure of the SKILL.md metadata and the alignment of response objects. The following schema is required for high-security Openclaw Skills:
| Field | Format | Description |
|---|---|---|
| metadata | JSON String | A single-line JSON object containing clawdbot configuration. |
| requires.bins | Array | A list of required runtimes like node or python. |
| requires.env | Array | A list of required environment variable keys for the skill. |
| primaryEnv | String | The primary credential variable used for authentication. |
| emoji | String | A visual icon representing the skill's purpose. |
Loading
A professional AI tool for generating high-quality 3D assets from text descriptions or images via the Tencent Hunyuan model.

A comprehensive AI skill for generating multi-genre stories integrated with dynamic background music and professional voice-over narration.

A specialized tool for fetching and structuring real-time Google Trends daily search data by country or region via public RSS feeds.

A sophisticated tool for discovering and comparing product prices across multiple countries and retailers with USD normalization.

A specialized coding assistant that generates high-frequency Solana trading bots using Jupiter v6 and DexScreener.

A natural language to Midscene script generator supporting Web, Mobile, and Desktop platforms.








































