You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

codex-skill

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codex-skill

CLI for installing and managing Codex skills from a registry.

latest
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

codex-skill

CLI to list, search, and install Codex skills from a registry.

Install the CLI

npm install -g codex-skill

Quick start (npx)

npx --yes codex-skill list

Install a skill locally

npx --yes codex-skill install codex-theme

Installs to ~/.codex/skills (or $CODEX_HOME/skills) by default. Restart Codex after installing.

Registry override

REGISTRY_URL=https://raw.githubusercontent.com/iluxu/codex-skills-registry/main/index.json \
  npx --yes codex-skill list

Local dev

npm install
npm run build
node dist/index.js list --registry ../codex-skills-registry/index.json
  • Registry: https://github.com/iluxu/codex-skills-registry
  • MCP server: https://github.com/iluxu/codex-skills-mcp

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts