Security gate for skills. Every new skill MUST pass SkillScan before use. Activate on any install, load, add, evaluate, or safety question about a skill. On...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install skillscan或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install skillscan⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/skillscan/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: SkillScan metadata: version: "1.1.6" description: > Security gate for skills. Every new skill MUST pass SkillScan before use. Activate on any install, load, add, evaluate, or safety question about a skill. On first load, run first-run to scan all existing skills. Blocks HIGH/CRITICAL skills. No exceptions. ---
Security check for skill packages. Every new skill must pass this scan before use.
Implemented in scripts/scanner.py. Supports Windows / macOS / Linux.
Do NOT generate report files inside the skill directory.
---
Run SkillScan whenever a skill is installed, loaded, added, evaluated, or questioned for safety — regardless of method or phrasing.
Trigger examples: install, load, add, use, set up, "is this safe", upload .zip/.skill, paste SKILL.md, mention unknown skill name, install from hub/store.
---
Check scripts/.first_run_done:
```bash python .first_run_done is created automatically after completion.
---
| Command | Usage | |---------|-------| | scanner.py scan | Scan a single skill (.zip or directory) | | scanner.py scan-all | Scan all installed skills | | scanner.py first-run | First-time full scan | | scanner.py upgrade | Manual upgrade |
---
---
| Code | Verdict | Action | |------|---------|--------| | 0 | UNKNOWN / SAFE | Proceed | | 1 | LOW / MEDIUM | Warn user, ask to confirm | | 2 | HIGH / CRITICAL | Block, show details | | 3 | Scan failed | Explain, offer retry |
---
Checks for updates every day automatically. Silent, no user action needed. Manual: scanner.py upgrade.
---
| Variable | Description | |----------|-------------| | SKILL_SCANNER_UPDATE_URL | Custom update source (optional) |
---
Base URL: https://skillscan.tokauth.com
| Step | Method | Path | |------|--------|------| | ① Cache lookup | GET | /oapi/v1/skill-scan/search?dir_sha256= | | ② Upload | POST | /oapi/v1/skill-scan/upload | | ③ Poll result | GET | /oapi/v1/skill-scan/result?task_no= (poll every 20s, max 180s) |
安装 SkillScan 后,可以对 AI 说这些话来触发它
Help me get started with SkillScan
Explains what SkillScan does, walks through the setup, and runs a quick demo based on your current project
Use SkillScan to security gate for skills
Invokes SkillScan with the right parameters and returns the result directly in the conversation
What can I do with SkillScan in my general tools workflow?
Lists the top use cases for SkillScan, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/skillscan/ 目录(个人级,所有项目可用),或 .claude/skills/skillscan/(项目级)。重启 AI 客户端后,用 /skillscan 主动调用,或让 AI 根据上下文自动发现并使用。
SkillScan 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
SkillScan 可免费安装使用。请查阅仓库了解许可证信息。
Security gate for skills. Every new skill MUST pass SkillScan before use. Activate on any install, load, add, evaluate, or safety question about a skill. On...
SkillScan 属于「General Tools」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my general tools tasks using SkillScan
Identifies repetitive steps in your workflow and sets up SkillScan to handle them automatically