skill-installer
Install Codex Skills from GitHub
Finding and installing compatible skills manually takes time and risks incorrect placement. This skill lists available packages and installs selected GitHub skills into the configured Codex directory.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "skill-installer" from https://skillstore.io/skills/skill-installer.md and its manifest at https://skillstore.io/api/skills/skill-installer/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "skill-installer". List curated skills and show which packages are already installed.
Expected outcome:
- Available: spreadsheets
- Available: document-tools
- Already installed: imagegen
Using "skill-installer". Install the selected skill from its GitHub repository path.
Expected outcome:
Installed document-tools to the configured Codex skills directory.
Using "skill-installer". Install an internal skill from a private GitHub repository.
Expected outcome:
Installed internal-tools after authenticated GitHub access completed successfully.
Security Audit
High RiskThe skill intentionally uses GitHub networking, optional tokens, Git subprocesses, and filesystem writes to install skills. Most Markdown, SVG, path-string, and guarded archive findings are false positives. Arbitrary remote skill content is copied into the active skills directory without trust verification, creating a supply-chain risk.
Confirmed security concerns (2)
Capability review items (34)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (20)
๐ Env variables (5)
โ๏ธ External commands (15)
๐ Filesystem access (26)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/skill-installer/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/skill-installer?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/skill-installer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/skill-installer/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/skill-installer.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
openai. (2026). skill-installer security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/skill-installer/audits/9BibTeX citation
@techreport{openai-skill-installer-2026,
author = {openai},
title = {skill-installer security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/skill-installer/audits/9},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "skill-installer security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "openai"
date-released: "2026-08-17"
url: "https://skillstore.io/skills/skill-installer/audits/9"
identifiers:
- type: other
value: "skillstore:skill-installer:audit:9"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
skill-installer
2026-08-21
davila7-skill-installer
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Discover curated skills
List the default curated collection and identify packages that are already installed.
Install a team skill
Install an internal skill from a private GitHub repository using existing credentials or a token.
Provision multiple skills
Install several skill folders from one repository into a custom destination.
Try These Prompts
List skills from the default curated collection. Mark which skills are already installed.
Install the curated skill named [skill name]. Report the installed destination.
Install the skill at [repository path] from [owner/repository]. Use ref [branch, tag, or commit].
Install skills at [first path] and [second path] from [owner/repository]. Pin ref [commit], use Git mode, and report destinations.
Best Practices
- Review the repository and SKILL.md before installing any third-party skill.
- Pin third-party installations to an immutable commit whenever possible.
- Use a least-privileged GitHub token and remove it from the environment afterward.
Avoid
- Do not install from an unknown repository based only on the skill name.
- Do not use a broad GitHub token when read-only repository access is sufficient.
- Do not bypass an existing destination error without reviewing the installed copy.
Frequently Asked Questions
Where are skills installed?
Can this install skills from private repositories?
Does it overwrite existing skills?
Which repository hosts are supported?
Does the installer verify skill safety?
When is an installed skill available?
Developer Details
Author
openaiLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
bc37f12c64ad89ca965c1e90d44012af0469ec4e
Maintenance freshness
8/17/2026
Usage
143 downloads ยท 444 views
File structure
๐ agents/
๐ openai.yaml
๐ assets/
๐ skill-installer-small.svg
๐ skill-installer.png
๐ LICENSE.txt
๐ scripts/
๐ github_utils.py
๐ install-skill-from-github.py
๐ list-skills.py
๐ SKILL.md