帮助用户从精选列表或 GitHub 仓库安装 Codex 技能到本地环境。
整体风险偏低到中等:该技能本身开源、来源较可信,默认面向 GitHub 技能列表与安装;主要注意点在于会联网并向本地技能目录写入内容,且支持从任意 GitHub 仓库(含私有仓库)拉取安装。
材料称无需必填密钥,但访问私有 GitHub 仓库时可使用现有 git 凭证或可选的 GITHUB_TOKEN/GH_TOKEN;这类凭证具有敏感性,若在安装第三方仓库流程中被误用,可能扩大对私有代码的访问范围。
README 明确说明脚本会联网,默认访问 GitHub 相关端点获取 curated 列表、下载仓库内容,失败时回退到 git/SSH。网络外发目标与声明功能相关,未见无关或不明端点,但会将用户指定的 repo/path 请求发送到 GitHub。
该技能会在本地运行辅助脚本,并可能调用下载、git sparse checkout 及 SSH 等系统能力;这属于安装器的常规能力,材料未显示其具备超出声明范围的任意代码执行或特权提升行为。
会读取 `$CODEX_HOME/skills` 以标注已安装状态,并将技能写入 `$CODEX_HOME/skills/<skill-name>`,且支持 `--dest <path>` 自定义目标路径;这意味着其具备本地文件读写能力,但材料未显示会读取无关用户数据。
正面因素是仓库位于 GitHub、开源且社区采用度高(约 22k stars),可降低风险;但该技能支持从任意 GitHub 仓库路径安装内容(含私有仓库),而许可证未声明、维护状态未知,第三方技能来源与后续安装内容仍需单独审查。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "skill-installer" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.system/skill-installer/SKILL.md 2. 保存为 ~/.claude/skills/skill-installer/SKILL.md 3. 装好后重载技能,告诉我可以用了
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:
.curated, but you can pass --path skills/.experimental when they ask about experimental skills.Install skills with the helper scripts.
When listing skills, output approximately as follows, depending on the context of the user's request. If they ask about experimental skills, list from .experimental instead of .curated and label the source accordingly:
"""
Skills from {repo}:
After installing a skill, tell the user it will be available on their next turn.
All of these scripts use network, so when running in the sandbox, request escalation when running them.
scripts/list-skills.py (prints skills list with installed annotations)scripts/list-skills.py --format jsonscripts/list-skills.py --path skills/.experimentalscripts/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>scripts/install-skill-from-github.py --repo openai/skills --path skills/.experimental/<skill-name>$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.帮助你基于接口文档或脚本快速生成可组合的命令行工具
在调用 Figma 操作前加载此技能,确保编辑与脚本检查稳定执行
帮助用户在 Linear 中查看、创建和更新工单、项目与团队流程。
帮助用户用 Netlify CLI 部署、发布并关联网站项目到 Netlify。
跨多个 Notion 信息源检索并整合,生成带引用的结构化文档与报告。
连接 Figma 获取设计上下文与资源,并将节点高效转换为生产代码。
安全审查并安装社区技能,展示原始说明后经用户批准再落盘
帮助用户创建或更新技能,扩展 Codex 的知识、流程与工具能力
帮助用户从 GitHub 导入并本地管理 Markdown 技能,便于安装、查看和移除。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
在 Codex、Copilot 与 Claude Code 间校验并同步技能与配置
提供经过安全审计的 AI 技能市场,支持一键安装并快速扩展助手能力。