# Akash Network AI Agent Skills

Akash Network publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 Akash Network repository, with install commands and source links.

Official page: https://skillscout.sh/official/akash-network/
Markdown page: https://skillscout.sh/official/akash-network/akash-network_skills_skillscout.md
Vendor website: https://akash.network/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/akash-network/akash-network_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Akash Network skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### akash-network/akash-skill

Includes 3 official skills: akash, akash-node, akash-provider.

Install:

```bash
npx skills add akash-network/akash-skill -y
```

Source: https://github.com/akash-network/akash-skill

## Individual skills

### akash

Official Akash Network skill from akash-network/akash-skill.

Install:

```bash
npx skills add akash-network/akash-skill@akash -y
```

Package: akash-network/akash-skill
Source: https://github.com/akash-network/akash-skill/tree/main/skills/akash

### akash-node

Official Akash Network skill from akash-network/akash-skill.

Install:

```bash
npx skills add akash-network/akash-skill@akash-node -y
```

Package: akash-network/akash-skill
Source: https://github.com/akash-network/akash-skill/tree/main/skills/akash-node

### akash-provider

Official Akash Network skill from akash-network/akash-skill.

Install:

```bash
npx skills add akash-network/akash-skill@akash-provider -y
```

Package: akash-network/akash-skill
Source: https://github.com/akash-network/akash-skill/tree/main/skills/akash-provider

## akash-network/akash-skill package overview

Includes 3 official skills: akash, akash-node, akash-provider.

### Top skills in this package

- akash: Official Akash Network skill from akash-network/akash-skill.
- akash-node: Official Akash Network skill from akash-network/akash-skill.
- akash-provider: Official Akash Network skill from akash-network/akash-skill.

### Install

Install the full package:

```bash
npx skills add akash-network/akash-skill -y
```

Install a specific skill:

```bash
npx skills add akash-network/akash-skill@akash -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/akash-network/akash-skill#readme
