Habilidades skill-installer
📦

skill-installer

Riesgo bajo 🌐 Acceso a red⚙️ Comandos externos📁 Acceso al sistema de archivos🔑 Variables de entorno

从 GitHub 仓库安装和管理 Codex 技能

También disponible en: openai

手动管理和安装 Codex 技能可能既耗时又容易出错。此技能自动化了安装过程,允许您浏览精选的技能集合,并通过简单的命令直接从 GitHub 仓库安装技能。

Soporta: Claude Codex Code(CC)
⚠️ 67 Deficiente
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "skill-installer". Show me what skills are available to install

Resultado esperado:

Skills from openai/skills:
1. error-resolver
2. commit (already installed)
3. file-organizer
4. notion-knowledge-capture
5. skill-creator

Which ones would you like installed?

Usando "skill-installer". Install the error-resolver skill

Resultado esperado:

Successfully installed error-resolver to ~/.codex/skills/error-resolver

Restart Codex to pick up new skills.

Usando "skill-installer". Install skill from https://github.com/myorg/tools/tree/main/skills/custom-analyzer

Resultado esperado:

Downloading skill from myorg/tools...
Installed custom-analyzer to ~/.codex/skills/custom-analyzer

Restart Codex to pick up new skills.

Auditoría de seguridad

Riesgo bajo
v6 • 1/21/2026

This skill provides legitimate package management functionality for installing Codex skills from GitHub repositories. The static analyzer detected numerous false positives from JSON content. Network access and filesystem operations are appropriate for a skill installer. The skill references helper scripts that are not present in the directory, which may cause runtime errors but does not pose a security threat.

2
Archivos escaneados
607
Líneas analizadas
6
hallazgos
6
Auditorías totales
Problemas de riesgo bajo (2)
Missing Helper Scripts
The SKILL.md documentation references Python helper scripts in a scripts directory that are not present in the skill directory. This will cause runtime errors when the skill attempts to execute these scripts but does not pose a security threat.
GitHub Token Environment Variable Access
The skill documentation mentions accessing GITHUB_TOKEN or GH_TOKEN environment variables for private repository authentication. This is legitimate functionality for accessing private GitHub repositories but users should be aware of credential usage.

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
87
Contenido
21
Comunidad
86
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

浏览和安装精选技能

开发人员可以快速浏览精选技能集合,并安装推荐的技能来增强其 Codex 环境,无需手动管理文件。

从私有仓库安装自定义技能

团队可以使用现有身份验证凭据从私有 GitHub 仓库分发和安装专有技能。

批量安装开发工具链

DevOps 工程师可以在单次操作中自动设置多个相关技能,以标准化开发环境。

Prueba estos prompts

列出可用技能
Show me what skills are available to install
安装特定的精选技能
Install the error-resolver skill from the curated list
从自定义 GitHub 路径安装
Install the skill from https://github.com/myorg/codex-tools/tree/main/custom-skill
一次安装多个技能
Install the commit skill and the file-organizer skill from the curated list

Mejores prácticas

  • 在从不受信任的仓库安装之前,请查看技能文档和源代码
  • 尽可能使用官方集合中的精选技能,以获得更好的安全性和兼容性
  • 安装新技能后重启 Codex,以确保它们被正确加载和可用

Evitar

  • 在未检查目标目录中是否已存在技能的情况下安装技能
  • 在未重启 Codex 的情况下立即尝试使用已安装的技能
  • 在未查看源代码的情况下从未知仓库安装技能

Preguntas frecuentes

如果我尝试安装已存在的技能会发生什么?
安装将中止以防止覆盖现有技能。如果要重新安装或更新,必须先手动删除现有的技能目录。
我可以从私有 GitHub 仓库安装技能吗?
是的,该技能支持使用您现有的 git 凭据或通过提供 GITHUB_TOKEN 或 GH_TOKEN 环境变量进行身份验证来访问私有仓库。
安装技能后需要重启 Codex 吗?
是的,安装新技能后必须重启 Codex,以便识别它们并使其可用。
技能默认安装在哪里?
技能默认安装到 CODEX_HOME 目录,除非您指定不同的目标路径,否则默认为 ~/.codex/skills。
支持哪些安装方法?
该技能支持对公共仓库进行直接下载,并将 git 稀疏检出作为备用方法。它会自动选择适当的方法,或者您可以手动指定。
我可以一次安装多个技能吗?
是的,您可以在单个安装命令中指定多个技能路径,以在一次操作中安装多个技能。

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md