Skip to main content
Beta Endor Labs skills integrate directly into OpenAI Codex to guide the AI assistant with reusable security workflows, catching security issues before they reach production. The following sections walk you through setting up Endor Labs skills in OpenAI Codex: Use the Codex $skill-installer to install all Endor Labs skills. This is the recommended way to install Endor Labs skills in OpenAI Codex. In the Codex CLI, run:
$skill-installer endorlabs/ai-plugins

Install skills (npx)

You need Node.js v18+ for this method. Run the following from your project root to install all Endor Labs skills. The skills package detects OpenAI Codex automatically and installs skills into .agents/skills/ (project) or ~/.codex/skills/ (user scope).
npx skills add endorlabs/ai-plugins

Use skills with OpenAI Codex

Try these example prompts:
  • “Set up endorctl and authenticate with Endor Labs.”
  • “Run endorctl scan for this repo.”
  • “Run endorctl quick scan for this repo.”