by davila7
手动管理和安装 Codex 技能可能既耗时又容易出错。此技能自动化了安装过程,允许您浏览精选的技能集合,并通过简单的命令直接从 GitHub 仓库安装技能。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 skill-installer 技能" 开始使用
=== skill-installer 技能 === 作者: davila7 描述: 手动管理和安装 Codex 技能可能既耗时又容易出错。此技能自动化了安装过程,允许您浏览精选的技能集合,并通过简单的命令直接从 GitHub 仓库安装技能。 使用方法: 1. 调用技能: "使用 skill-installer 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 skill-installer 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
devops
low
Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated, but users can also provide other locations.
Use the helper scripts based on the task:
Install skills with the helper scripts.
When listing curated skills, output approximately as follows, depending on the context of the user's request: """ Skills from {repo}:
After installing a skill, tell the user: "Restart Codex to pick up new skills."
All of these scripts use network, so when running in the sandbox, request escalation when running them.
scripts/list-curated-skills.py (prints curated list with installed annotations)scripts/list-curated-skills.py --format jsonscripts/install-skill-from-github.py --repo <owner>/<repo> --path <path/to/skill> [<path/to/skill> ...]scripts/install-skill-from-github.py --url https://github.com/<owner>/<repo>/tree/<ref>/<path>$CODEX_HOME/skills/<skill-name> (defaults to ~/.codex/skills).--path values install multiple skills in one run, each named from the path basename unless --name is supplied.--ref <ref> (default main), --dest <path>, --method auto|download|git.https://github.com/openai/skills/tree/main/skills/.curated via the GitHub API. If it is unavailable, explain the error and exit.GITHUB_TOKEN/GH_TOKEN for download.$CODEX_HOME/skills.View Count
0
Download Count
0
Favorite Count
0
Quality Score
67