-
Notifications
You must be signed in to change notification settings - Fork 0
Why Not Auto Install High Star Skills
Connor edited this page Jul 3, 2026
·
2 revisions
High-star repositories are useful discovery signals, but they are not install decisions.
A repository can be popular because it is:
- a general tool, not an Agent Skill;
- useful for a different agent surface;
- old but historically famous;
- broad enough to attract attention but too vague for skill routing;
- impressive as a project but irrelevant to the user's current task.
High-star projects can still contain:
- prompt injection instructions;
- opaque install scripts;
- broad filesystem access;
- secret-reading behavior;
- destructive cleanup commands;
- stale dependencies.
The curator should check:
| Check | Why |
|---|---|
SKILL.md exists |
Confirms it is an Agent Skill |
| Skill folder is isolated | Avoids copying an entire unrelated repository |
| Description is narrow | Prevents mis-invocation |
| License is clear | Reduces reuse ambiguity |
| Install path is known | Avoids partial installs |
| Safety scan is acceptable | Reduces prompt and supply-chain risk |
Use stars to rank candidates for review. Do not use stars to skip review.
The best install candidate is usually the smallest skill that clearly solves the current workflow, has understandable files, and has no serious safety findings.
- Home / 首页
- Installation / 安装
- Platform Install Paths / 安装路径区别
- Cross Platform Usage / 跨平台使用
- Discovery and Routing / 发现与路由
- Scoring and Risk Scan / 评分与风险扫描
- Skill Scoring Rubric / Skill 评分标准
- Prompt Injection Risk Examples / 风险例子
- Install Governance / 安装治理
- Safe Installation Workflow / 安全安装流程
- Skill Lifecycle / 生命周期管理
- Why Not Auto Install High Star Skills / 为什么不自动安装高 star skill
- FAQ / 常见问题