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

# How to Install and Use ORIV AI Agent Skills Using AI Agents

> Install ORIV AI Agent Skills in Claude Code and manage your servers and sites in plain English. Free with your ORIV account, no API endpoints needed.

ORIV AI Agent Skills bring your ORIV infrastructure directly into AI assistants such as Claude Code. Instead of manually navigating dashboards and API documentation, you can simply ask your AI assistant to perform tasks using natural language.

With ORIV AI Agent Skills, you can discover servers, inspect sites, check WordPress updates, monitor infrastructure, and perform actions through conversational commands powered by the ORIV Public API.

For example, the “oriv:servers” skill lets you ask “find my servers” and get a clear list back, with the server name, status, public IP, and provisioning state. You do not need to know any API endpoints to get a useful result. The assistant makes the calls in the background and replies in plain language.

Follow this step-by-step guide to install the ORIV AI Agent Skills, connect them to your AI assistant, and start managing your ORIV resources with simple prompts. The entire setup process takes only a few minutes.

## 📸 Watch A Quick Walkthrough

[](https://oriv.cloud/wp-content/uploads/2026/06/oriv-Teaser-Agent-skill.mp4)

## Source

* The ORIV AI Agent Skills are open source and available on **[GitHub](https://github.com/ORIVDev/oriv-agent-skills)** for free\*\*.\*\*

## Prerequisites

Before you start, make sure you have:

* An active ORIV account
* Access to the ORIV Public API
* AI Agents installed

## Supported Tools

* Claude Code
* Grok Build
* Codex
* Cursor
* OpenCode
* GitHub Copilot
* Pi
* Devin

## Collect the ORIV API Token

### Step 1: Generate an ORIV API Token

First, go to your ORIV dashboard. Navigate to the left-hand sidebar menu, select Settings, and then click on the ‘Developers’ option from the left-hand menu and click on the ‘API Tokens’ option. Within the API tokens interface, click the Create New Token button.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

### Step 2: Configure Token Name and Permissions

A pop-up will appear. Enter a descriptive name for your token and select the appropriate permissions:

1. Full Access (all permissions)
2. read:servers
3. write:servers
4. read:sites
5. write:sites

Once configured, click Create Token.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

### Step 3: Copy and Store Your API Token

After creation, your token will be displayed. Copy and store it in a secure location immediately, as you will need it for future authentication

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

## Install the ORIV AI Agent Skills

### Step 4: Access the Agent Skills Repository

Then go to the Settings → Developers option from the ORIV dashboard. Now, click on the Agent Skills from the menu.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

You will be redirected to the ORIV Agent Skills documentation. You can go to the md file directly, download the md file of the skills, and use it according to your preferences.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Or, you can go to the repository; from here, you can visit our git repository to access the command to install on Claude Code.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

We are going to install it using ORIV’s Agent Skills Marketplace. So go to the GitHub repository and access the command for Claude code. Copy the installation commands. You will run them inside Claude Code in the next steps.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

## Configure the ORIV AI Agent Skills with Claude Chat

First, go to the Profile from your Claude, then choose Settings, and click on the Capabilities option from the menu

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Then, head over to the ‘Allowed Additional Domains’ and enter the ‘app.oriv.cloud’ domain in the dedicated field and click on the ‘Add. button.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Next, [download the agent skill](https://github.com/ORIVDev/oriv-agent-skills/releases/download/v3.0.0/oriv-agent-skill.zip,) (if you haven’t downloaded it already) zip file, then open The Claude Code and go to ‘Customize’ → ‘Skills’ and upload the downloaded file. It will automatically create the Skills in Claude.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Then go to the ‘Claude Chat’ and enter your ORIV Public API key. If you haven’t created it yet, [visit here](https://app.oriv.cloud/user/api-tokens) and create an API key.Go to the Claude Chat and start asking something like that ‘Give me a server and site lists”.

*Note: We recommend entering your ORIV API token in your env file rather than directly in your chat, since anything pasted into a conversation can persist in chat history. For the most secure experience, we recommend using Claude Code*

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

 After that, you will see the Agent Skills start working and giving you the results according to your instructions.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

And that’s it: this is how easily you can manage your ORIV site through AI Agents like Claude Code or Chat easily.

## Configure the ORIV AI Agent Skills with Claude Code

### Step 5: Open Claude Code and Add Your ORIV API Key

Launch Claude Code on your machine and open a new session. Then add the ORIV API key to your environment JSON file at \~/.claude/settings.json:

```
{ "env": { "ORIV_API_TOKEN": "your-token-here" } }
```

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

You can update the file manually, or simply ask Claude to add the ORIV API key to the JSON file for you.

### Step 6: Install the ORIV AI Agent Skills

Run the commands below to add the marketplace, install the plugin, and reload:

```
/plugin marketplace add ORIVDev/oriv-agent-skills
```

```
/plugin install oriv
```

```
/reload-plugins
```

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Once you run these commands, Claude loads the skills and connects them to the ORIV API. Restart Claude Code so it picks up the token, then confirms the connection by asking Claude, “Check my ORIV API connection.” After it finishes, your AI assistant gains access to ORIV capabilities.

### Step 7: Begin Interacting Using the AI Agent Skills

Once the skills have been installed, you can begin interacting with your ORIV infrastructure.

Ask Claude:

/oriv:servers, tell me my servers status

You can also just say “find my servers” in plain language, and Claude loads the matching skill for you.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Then the skill connects to the ORIV Public API and retrieves the servers available in your account.

Claude will return information such as:

* Server Name
* Server Status
* Public IP Address
* Provisioning Status
* Server Identifier

All data is retrieved directly from your ORIV account in real time.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

And that’s it; this is how easily you can install and set up ORIV AI Agent Skills. In just a few minutes, ORIV AI Agent Skills puts your servers, sites, and WordPress installations a single prompt away. From here, you can manage your infrastructure with plain language instead of clicks and menus. Load the skill you need, ask your question, and let the assistant handle the API calls. You can keep chatting in the same conversation to refine any result.

If you have any questions or are facing issues, feel free to reach out to our [**support team**](https://support.oriv.cloud/).

## Common Use Cases

ORIV AI Agent Skills can help you with the following tasks:

* **Server management.** List your servers, check status and details, track provisioning state, manage PHP and databases, and block an abusive IP through the firewall.
* **Site management.** List the sites on a server, retrieve site information, take backups, clear cache, and manage domains and SSH access.
* **WordPress management.** Check core, theme, and plugin updates, scan for vulnerabilities, review WordPress health, check page speed, and queue updates.
* **SSL management.** Set up HTTPS, issue a free Let’s Encrypt certificate, and renew certificates before they expire.
* **Monitoring.** Track background tasks, poll events, and follow update progress to completion.

## Do AI Agent Skills cost extra?

The skills use the ORIV Public API that comes with your account, so there is no extra ORIV charge to run them. Your AI assistant may have its own usage cost from its provider. Check your assistant’s plan for those details.

### 📑 Explore the Documentation

You can also visit this [**documentation**](https://app.oriv.cloud/agent/skills#description/introduction) to learn more and find more details about the ORIV AI Agent Skills.
