Agent Plugins Marketplace
All plugins

akash-network

v3.1.0

Akash Network skills bundle: deploy workloads to the decentralized cloud, run providers, and operate full nodes and validators.

CodexClaude Code3 Skills

By Akash NetworkLicense: MIT4 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install akash-network for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add akash-network@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/akash-network/akash-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

akash-network/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/akash/SKILL.md
├── skills/akash-node/SKILL.md
└── skills/akash-provider/SKILL.md

Included Skills3

akashskills/akash/SKILL.md

Build, validate, and deploy workloads to the Akash Network — the decentralized cloud marketplace. Covers SDL syntax & examples, choosing a deployment method (Console API, CLI, TypeScript/Go SDKs), authentication (API key, JWT, self-custody wallets), deployment lifecycle, fetching logs/events via the provider proxy, and fee grants/authz. Also covers AkashML — the managed inference surface for calling open-source LLMs on Akash compute via OpenAI/Anthropic-compatible APIs. Use for "deploy to Akash", "Akash SDL", "Akash Console API", "Akash CLI deploy", "Akash API key", "x-api-key", "Akash deploy logs", "stream Akash logs", "integrate Akash into my app", "@akashnetwork/chain-sdk", "@akashnetwork", "AkashML", "managed inference on Akash", "call an LLM on Akash", "playground.akashml.com", "api.akashml.com".

akash-nodeskills/akash-node/SKILL.md

Run an Akash Network full node or validator. Covers hardware and network requirements, full-node installation, state sync, becoming a validator, validator operations, slashing avoidance, key management (consensus key + operator key), monitoring, and sentry node patterns. Use for "Akash validator", "Akash full node", "Akash state sync", "Akash validator setup", "Akash sentry node", "Akash slashing", "Akash consensus key", "Akash node upgrade".

akash-providerskills/akash-provider/SKILL.md

Set up and operate an Akash Network provider — the supply side of the decentralized cloud. Covers Kubernetes prerequisites, provider installation, attributes and pricing configuration, bid engine tuning, monitoring, and troubleshooting. Use for "run an Akash provider", "set up Akash provider", "Akash provider Kubernetes", "Akash provider attributes", "Akash provider pricing", "Akash provider bid engine", "Akash provider not getting bids", "Akash provider audit", "provider lease monitoring".

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "akash-network",
  "version": "3.1.0",
  "description": "Akash Network skills bundle: deploy workloads to the decentralized cloud, run providers, and operate full nodes and validators.",
  "author": {
    "name": "Akash Network",
    "url": "https://akash.network"
  },
  "homepage": "https://github.com/akash-network/akash-skill",
  "repository": "https://github.com/akash-network/akash-skill",
  "license": "MIT",
  "keywords": [
    "akash",
    "decentralized-cloud",
    "kubernetes",
    "cosmos",
    "sdl",
    "deployment",
    "inference"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Akash Network",
    "shortDescription": "Akash deployment, provider, node, and validator skills",
    "longDescription": "Use Akash Network skills for SDL authoring, workload deployment, provider operations, and node or validator operations.",
    "developerName": "Akash Network",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://akash.network",
    "defaultPrompt": [
      "Deploy this workload on Akash.",
      "Write an Akash SDL for this app.",
      "Set up an Akash provider."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "akash-network",
  "description": "Akash Network skills bundle: deploy workloads to the decentralized cloud, run providers, and operate full nodes and validators.",
  "version": "3.5.0",
  "author": {
    "name": "Akash Network",
    "url": "https://akash.network"
  },
  "homepage": "https://github.com/akash-network/akash-skill",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[akash-network on Agent Plugins Marketplace](https://pluginsmp.com/plugins/akash-network)