Skill Checker
Description
🔍 Claude Code skill evaluator — check any skill's functionality, security, dependencies, API needs, and token cost before installing. Companion to find-skills. 🔍 Claude Code 技能检查器——安装前全面评估功能、安全、依赖、API需求和token消耗。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
🔍 Skill Checker — Claude Code 技能评估器
🛡️ find-skills 的最佳搭档:发现新技能后,一键全面评估 —— 功能、安全、依赖、成本,安装前心里有数。
装不装?先查一下。
🤔 为什么需要这个 Skill?
`find-skills` 能帮你找到各种 skill,但装之前你有这些问题:
没检查直接装 ❌ 先检查再装 ✅
─────────────── ───────────────
装完发现要 API Key ──► 浪费时间 提前发现依赖,准备好再装
SKILL.md 500 行 ──► 每次加载吃 token 估算 token 成本,值不值心里有数
skill 里 eval 远程代码 ──► 安全风险 识别安全隐患,提前规避
装完发现和已有 skill 重复 ──► 冗余 对比现有技能,避免重复安装
✨ 检查覆盖 5 个维度
| 维度 | 说明 |
|---|---|
| 🔬 功能分析 | 核心功能、使用场景、触发频率、与已有技能是否重叠 |
| 🔌 依赖检查 | 外部 API、MCP Server、CLI 工具、付费服务、环境变量 |
| 🛡️ 安全评估 | 数据泄露、代码执行、文件操作、供应链风险 + 规避方法 |
| 💰 资源消耗 | Token 估算、内存占用、磁盘空间、网络带宽 |
| ⭐ 综合建议 | 推荐安装 / 谨慎安装 / 不推荐安装 + 理由 |
📦 安装
# 一行安装
npx skills add coral870921-source/skill-checker -g -y
# 或手动安装
mkdir -p ~/.claude/skills/skill-checker
cp SKILL.md ~/.claude/skills/skill-checker/
**前置条件:**
- Claude Code CLI
- 已安装
find-skills(搭配使用,非必须)
🚀 使用方法
和 find-skills 配合使用
你:帮我找个做 React 性能优化的 skill
Claude:[find-skills] 找到了 react-best-practices...
你:帮我检查下
Claude:[skill-checker] 开始评估...
直接评估已知 skill
你:帮我检查下 browser-act 这个 skill
Claude:[skill-checker] 开始评估...
关键词触发
以下说法都会触发 skill-checker:
| 触发词 | 示例 |
|---|---|
| "帮我检查下" | "帮我检查下这个 skill" |
| "检查一下" | "这个 skill 检查一下" |
| "评估下" | "评估下这个 skill 值不值得装" |
| "安全吗" | "这个 skill 安全吗" |
📐 检查流程
用户: 帮我检查下 [skill-name]
│
▼
📖 读取 SKILL.md + 所有辅助文件
│
▼
┌───────────────────────────────┐
│ 🔬 功能分析 │
│ 核心功能 / 使用场景 / 重叠检测 │
└───────────────┬───────────────┘
│
▼
┌───────────────────────────────┐
│ 🔌 依赖检查 │
│ API / MCP / CLI / 付费服务 │
└───────────────┬───────────────┘
│
▼
┌───────────────────────────────┐
│ 🛡️ 安全评估
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,