Install ClawHub skills safely
Supply-chain checklist before you run community code on your agent
Supply-chain checklist before you run community code on your agent
ClawHub hosts hundreds of community skills—calendar hooks, GitHub helpers, smart-home tools, and more. Most authors are helpful; some packages are malicious or careless. Because a skill can ask the agent to run shell commands and read files, treat every install like adding a new admin to your machine.
This guide walks through what to check before openclaw skills install. For broader agent security, see Is OpenClaw safe? and the skills overview.
VirusTotal scanning. Published skills are scanned (including Code Insight). Reports appear on skill pages; suspicious uploads can be flagged or blocked. That catches many known-bad patterns—it does not replace reading the code. Details: VirusTotal partnership blog.
Scanning is one layer. You still control pairing, Gateway exposure, and whether the skill runs with full shell access.
Before installing, open the skill repo or preview on ClawHub and look for:
~/.aws / ~/.ssh paths unrelated to the feature.SKILL.md end to end. Skim any scripts/, bin/, or install hooks.~/.openclaw profile or VM before your main bot.openclaw skills install <skill-name>
openclaw skills list
openclaw security audit --deep after new skills land.workspace/skills/.Does VirusTotal mean a skill is safe? No—it means it passed automated checks. Still read the code.
Can I use skills without ClawHub? Yes—copy skills into your workspace manually; same review rules apply.
Are official OpenClaw skills safer? Skills bundled with docs or well-known repos are easier to audit; community skills vary.