> For the complete documentation index, see [llms.txt](https://docs.byreal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.byreal.io/byreal-agent-stack/byreal-perps-agent-skills/installation.md).

# Installation

## Install as a standalone CLI

To install Byreal Perps Agent Skills as a command-line tool, run:

```bash
npm install -g @byreal-io/byreal-perps-cli
```

{% hint style="info" %}
This requires Node.js 18 or higher. Once installed, the `byreal-perps-cli` command is available globally in your terminal.
{% endhint %}

## Install as an AI agent skill

If you are using RealClaw or OpenClaw, install it as a skill so your AI agent can discover and use all available capabilities automatically:

```bash
npx skills add byreal-git/byreal-perps-cli
```

## Keeping it up to date

Run `byreal-perps-cli update check` to see if a newer version is available. Run `byreal-perps-cli update install` to upgrade to the latest version.
