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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/secure-ai-coding/skills/cursor/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Endor Labs skills in Cursor

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

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

* [Install as Cursor plugin (recommended)](#install-as-cursor-plugin-recommended)
* [Install skills (npx)](#install-skills-npx)
* [Use skills with Cursor](#use-skills-with-cursor)

## Install as Cursor plugin (recommended)

Install the Endor Labs plugin from the [Cursor plugin marketplace](https://cursor.com/marketplace/endorlabs). This is the recommended way to get the full plugin experience.

## 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 Cursor automatically and installs skills into `.cursor/skills/` (project).

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

## Use skills with Cursor

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