A pre-execution security linter that audits Openclaw Skills for malicious patterns and assigns safety risk scores.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-lint
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 claw-lint using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawLint is a dedicated security auditing tool designed specifically for Openclaw Skills. It performs deep static code analysis on installed skills without ever executing the code, making it safe to use on untrusted third-party contributions. By scanning both workspace and system directories, it identifies dangerous behaviors like remote execution, credential theft, and unauthorized file system access.
With a significant percentage of community-contributed tools potentially containing flaws, ClawLint serves as a critical defense layer. It provides developers and system administrators with a transparent risk assessment through numeric scoring and integrity monitoring, ensuring that every skill in your environment is verified and secure.
ClawLint requires Bash 4.0+ and standard Unix utilities. Follow these steps to begin auditing your Openclaw Skills:
# Run a summary scan of all installed skills
./bin/claw-lint.sh
# Audit a specific skill by name
./bin/claw-lint.sh --skill hashnode-publisher
# Generate a full security inventory with SHA256 hashes
./bin/claw-lint.sh --full --format json > security-audit.json
ClawLint organizes its security findings into a structured format. The JSON output includes a root object with scan metadata and a detailed results array:
| Attribute | Type | Description |
|---|---|---|
skill_name |
String | The identifier for the analyzed skill. |
risk_score |
Integer | Calculated threat level from 0 to 100. |
flags |
Array | List of detected patterns (e.g., pipes_remote_to_shell). |
files |
Array | Metadata for each file including SHA256 hashes and size. |
total_size |
String | Cumulative size of all files in the skill directory. |
--min-score flag to focus on high-priority threats.Loading
A streamlined utility for uploading files to Tencent Cloud Object Storage with automatic URL and signed link generation.

A deterministic security layer for AI agents that classifies command risks and enforces safety policies before execution.

A comprehensive X Platform interface for reading tweet data and performing automated posting actions via API.

A comprehensive xAI Grok integration for real-time web and social search combined with multi-modal AI media generation.

A powerful AI skill for querying and analyzing real-time clinical trial data from ClinicalTrials.gov.

A unified MCP endpoint to query 14+ major biomedical databases for drug discovery, clinical trials, and literature research.








































