← All skills
Tencent SkillHub Β· Developer Tools

Skill Vetter

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Skill Vetter πŸ”’

Security-first vetting protocol for AI agent skills. Never install a skill without vetting it first.

When to Use

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

Step 1: Source Check

  • Questions to answer:
  • [ ] Where did this skill come from?
  • [ ] Is the author known/reputable?
  • [ ] How many downloads/stars does it have?
  • [ ] When was it last updated?
  • [ ] Are there reviews from other agents?

Step 2: Code Review (MANDATORY)

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 ─────────────────────────────────────────

Step 3: Permission Scope

  • Evaluate:
  • [ ] What files does it need to read?
  • [ ] What files does it need to write?
  • [ ] What commands does it run?
  • [ ] Does it need network access? To where?
  • [ ] Is the scope minimal for its stated purpose?

Step 4: Risk Classification

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

Output Format

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] ═══════════════════════════════════════

Quick Vet Commands

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"

Trust Hierarchy

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

Remember

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. πŸ”’πŸ¦€

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc