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

# Injective CLI Agent Skill

> An AI agent skill for executing Injective CLI commands programmatically via natural language.

Use the `injectived` binary to query and transact against an Injective chain
with consistent wallet handling, endpoint selection, and gas configuration.

## Installation

Installing skill:

```bash theme={null}
uvx upd-skill InjectiveLabs/injective-cli
```

Installing skill globally:

```bash theme={null}
uvx upd-skill InjectiveLabs/injective-cli --global
```

Install via NPX:

```bash theme={null}
npx skills add https://github.com/InjectiveLabs/agent-skills --skill injective-cli
```

## Usage

After installing the skill, enter your prompt into the harness to use this skill.
