Claude Agent Skill · by Hugomrtz

Clawhub Skill Vetting

Install Clawhub Skill Vetting skill for Claude Code from hugomrtz/skill-vetting-clawhub.

Install
Terminal · npx
$npx skills add https://github.com/hugomrtz/skill-vetting-clawhub --skill clawhub-skill-vetting
Works with Paperclip

How Clawhub Skill Vetting fits into a Paperclip company.

Clawhub Skill Vetting drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md27 lines
Expand
---name: clawhub-skill-vettingdescription: Vet ClawHub skills before installation. Use when the user asks about evaluating, auditing, or safely installing OpenClaw/ClawHub skills, or when a skill’s trustworthiness is in question.--- # ClawHub Skill Vetting ## OverviewApply a strict, security‑first vetting workflow before installing any ClawHub skill. Prioritize code review, permission scope, domain listing, and risk scoring. ## Workflow1) **Source check** — author reputation, stars/downloads, last update, reviews.2) **Code review (MANDATORY)** — scan all files for exfiltration, secrets access, `eval/exec`, obfuscation.3) **Permission scope** — files, commands, network; confirm minimal scope.4) **Recent activity** — detect suspicious bursts.5) **Community check** — Discord/GitHub Discussions.6) **Install safely** — sandbox + inspect permissions. ## ReferenceUse **`references/vetting-guide.md`** for the full checklist, commands, red flags, confidence scoring, and report template. ## Output expectations- Produce the **SKILL VETTING REPORT** format.- Provide a **go/no‑go** recommendation with reasons.- If unclear, recommend **sandbox install only** or **reject**.- Call out any **red flags** explicitly.- Include a **confidence score** and threshold.