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

# Skills and CLI

## Install the skills

Run this command in your voice agent repository:

```bash theme={"system"}
npx skills add egma/egma
```

Egma includes two skills:

1. `integrate-egma` registers your voice agent, connects it to Egma and starts test runs.
2. `write-egma-tests` writes voice agent tests as Markdown files from your agent's prompts, tools and code.

## Install the CLI

```bash theme={"system"}
npm install --global egma-cli
```

## Sign in

```bash theme={"system"}
egma login
```

The command opens your browser so you can sign in and select an Egma project.
