> ## 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/index",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Skills

> <Badge color="green">Beta</Badge> <br /> Pre-built AI agent skills that automate security workflows.

Endor Labs Skills are pre-built AI agent instructions that automate common security workflows using `endorctl`. Skills provide structured prompts that guide your AI coding assistant through tasks like installing and configuring `endorctl`, authenticating with identity providers, scanning repositories for vulnerabilities, checking dependencies for vulnerabilities, and running secrets and SAST scans.

Endor Labs Skills work with AI coding agents that support project-level instructions, such as Claude Code, Cursor, Gemini CLI, and OpenAI Codex. Each skill defines a specific security workflow, including trigger commands, required context, and expected output format.

## Available skills

The following skills are available for installation:

* **endor-setup**: Install, authenticate, and configure `endorctl` automatically. Then run security scans for vulnerabilities, secrets, and SAST directly from your AI coding agent with zero manual setup.

<Note>
  **Skill source files**

  You can find the skill source files on [GitHub](https://github.com/endorlabs/ai-plugins).
</Note>

## Choose your IDE or platform to get started

<CardGroup cols={4}>
  <Card title="Cursor" icon="code" href="/secure-ai-coding/skills/cursor">
    Install and configure Endor Labs skills in Cursor.
  </Card>

  <Card title="Gemini CLI" icon="terminal" href="/secure-ai-coding/skills/gemini-cli">
    Install and configure Endor Labs skills in Gemini CLI.
  </Card>

  <Card title="OpenAI Codex" icon="terminal" href="/secure-ai-coding/skills/codex">
    Install and configure Endor Labs skills in OpenAI Codex.
  </Card>

  <Card title="Claude Code" icon="terminal" href="/secure-ai-coding/skills/claude-code">
    Install and configure Endor Labs skills in Claude Code.
  </Card>
</CardGroup>
