-
Notifications
You must be signed in to change notification settings - Fork 0
Safe Installation Workflow
Connor edited this page Jul 3, 2026
·
2 revisions
Skill installation is a small supply-chain decision. The curator should make that decision visible and reversible.
- Confirm the user needs a new skill.
- Prefer built-in and already-installed skills when they are sufficient.
- Search only when the task is high-value, repeated, latest/best, or missing local coverage.
- Confirm the candidate is actually an Agent Skill with
SKILL.md. - Score task fit, structure, documentation, maintenance, stars, license, and safety.
- Scan for prompt injection, secret access, destructive commands, opaque installers, and overbroad triggers.
- Present candidates with risks and unknowns.
- Install only after user approval.
- Install only the selected skill folder when possible.
- Read the installed
SKILL.mdbefore invoking it. - Preserve backups when replacing an existing skill.
- Provide disable, quarantine, or removal guidance if the skill is noisy or unsafe.
Candidate: owner/repo/path
Task fit: High / Medium / Low
Tier: Strict / Relaxed / Exploratory / Reject
Why it matches:
Main risks:
Unknowns:
Install target: Codex / Claude Code / both
Recommended action:
User approval to inspect a candidate is not approval to install it. User approval to install a skill is not approval to run destructive commands, expose secrets, or ignore the user's original task.
After installation:
- verify the copied files;
- read the installed
SKILL.md; - check the
descriptionfor overbroad triggers; - run a small, task-relevant smoke test if practical;
- explain how to invoke and disable the skill.
- 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 / 常见问题