> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Endor Labs skills in Claude Code

> <Badge color="green">Beta</Badge> <br /> Install and configure Endor Labs skills in Claude Code.

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 as Claude plugin (recommended)](#install-as-claude-plugin-recommended)
* [Install skills (npx)](#install-skills-npx)
* [Use skills with Claude Code](#use-skills-with-claude-code)

## Install as Claude plugin (recommended)

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:

   ```text theme={null}
   /plugin marketplace add endorlabs/ai-plugins
   ```

2. Then run:

   ```text theme={null}
   /plugin install ai-plugins@endorlabs
   ```

## Install skills (npx)

You need [Node.js](https://nodejs.org/) v18+ for this method. Run the following from your project root to install all Endor Labs skills. The `skills` package detects Claude Code and installs skills into `.claude/skills/` (project).

```bash theme={null}
npx skills add endorlabs/ai-plugins
```

## Use skills with Claude Code

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."
