Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Security-first vetting protocol for AI agent skills. Never install a skill without vetting it first.
Before installing any skill from ClawdHub Before running skills from GitHub repos When evaluating skills shared by other agents Anytime you're asked to install unknown code
Read ALL files in the skill. Check for these RED FLAGS: π¨ REJECT IMMEDIATELY IF YOU SEE: βββββββββββββββββββββββββββββββββββββββββ β’ curl/wget to unknown URLs β’ Sends data to external servers β’ Requests credentials/tokens/API keys β’ Reads ~/.ssh, ~/.aws, ~/.config without clear reason β’ Accesses MEMORY.md, USER.md, SOUL.md, IDENTITY.md β’ Uses base64 decode on anything β’ Uses eval() or exec() with external input β’ Modifies system files outside workspace β’ Installs packages without listing them β’ Network calls to IPs instead of domains β’ Obfuscated code (compressed, encoded, minified) β’ Requests elevated/sudo permissions β’ Accesses browser cookies/sessions β’ Touches credential files βββββββββββββββββββββββββββββββββββββββββ
Risk LevelExamplesActionπ’ LOWNotes, weather, formattingBasic review, install OKπ‘ MEDIUMFile ops, browser, APIsFull code review requiredπ΄ HIGHCredentials, trading, systemHuman approval requiredβ EXTREMESecurity configs, root accessDo NOT install
After vetting, produce this report: SKILL VETTING REPORT βββββββββββββββββββββββββββββββββββββββ Skill: [name] Source: [ClawdHub / GitHub / other] Author: [username] Version: [version] βββββββββββββββββββββββββββββββββββββββ METRICS: β’ Downloads/Stars: [count] β’ Last Updated: [date] β’ Files Reviewed: [count] βββββββββββββββββββββββββββββββββββββββ RED FLAGS: [None / List them] PERMISSIONS NEEDED: β’ Files: [list or "None"] β’ Network: [list or "None"] β’ Commands: [list or "None"] βββββββββββββββββββββββββββββββββββββββ RISK LEVEL: [π’ LOW / π‘ MEDIUM / π΄ HIGH / β EXTREME] VERDICT: [β SAFE TO INSTALL / β οΈ INSTALL WITH CAUTION / β DO NOT INSTALL] NOTES: [Any observations] βββββββββββββββββββββββββββββββββββββββ
For GitHub-hosted skills: # Check repo stats curl -s "https://api.github.com/repos/OWNER/REPO" | jq '{stars: .stargazers_count, forks: .forks_count, updated: .updated_at}' # List skill files curl -s "https://api.github.com/repos/OWNER/REPO/contents/skills/SKILL_NAME" | jq '.[].name' # Fetch and review SKILL.md curl -s "https://raw.githubusercontent.com/OWNER/REPO/main/skills/SKILL_NAME/SKILL.md"
Official OpenClaw skills β Lower scrutiny (still review) High-star repos (1000+) β Moderate scrutiny Known authors β Moderate scrutiny New/unknown sources β Maximum scrutiny Skills requesting credentials β Human approval always
No skill is worth compromising security When in doubt, don't install Ask your human for high-risk decisions Document what you vet for future reference Paranoia is a feature. ππ¦
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.