-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Connor edited this page Jul 3, 2026
·
3 revisions
Install GitHub Skill Curator as a normal Agent Skill for Codex or Claude Code.
For path differences and operating-system notes, see Platform Install Paths and Cross Platform Usage.
Unix-like shells:
mkdir -p ~/.agents/skills
git clone https://github.com/xcl2005/github-skill-curator.git ~/.agents/skills/github-skill-curatorWindows PowerShell:
New-Item -ItemType Directory -Force -Path "$HOME\.agents\skills"
git clone https://github.com/xcl2005/github-skill-curator.git "$HOME\.agents\skills\github-skill-curator"Example invocation:
Use $github-skill-curator to find a high-quality reusable PPTX skill, score it, scan risks, and install only if approved.
mkdir -p ~/.claude/skills
git clone https://github.com/xcl2005/github-skill-curator.git ~/.claude/skills/github-skill-curatorExample invocation:
/github-skill-curator find a high-quality reusable PPTX skill and install it if approved
Codex:
python scripts/install_skill.py owner/repo --skill-path path/to/skill --agent codexClaude Code:
python scripts/install_skill.py owner/repo --skill-path path/to/skill --agent claudeBoth:
python scripts/install_skill.py owner/repo --skill-path path/to/skill --agent both| Surface | Default user-wide path | Direct invocation |
|---|---|---|
| Codex | ~/.agents/skills/github-skill-curator |
$github-skill-curator ... |
| Claude Code | ~/.claude/skills/github-skill-curator |
/github-skill-curator ... |
- 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 / 常见问题