Endor Labs skills in Claude Code

Install and configure Endor Labs skills in Claude Code.
Beta

Endor Labs skills integrate directly into Claude Code 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 Claude Code:

Install the Endor Labs plugin from the Claude Code (Terminal) plugin marketplace. This is the recommended way to get the full plugin experience.

  1. In Claude Code, run:

    /plugin marketplace add endorlabs/ai-plugins
    
  2. Then run:

    /plugin install ai-plugins@endorlabs
    

You need Node.js v18+ for this method. From your project root, run the following to install only the skills (without the full plugin). The skills package detects Claude Code and installs skills into .claude/skills/. This method is only useful if you want skills alone.

npx skills add endorlabs/ai-plugins
  • “Set up endorctl and authenticate with Endor Labs.”
  • “Run endorctl scan for this repo”
  • “Run endorctl quick scan for this repo”