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

# Use with OpenClaw

> Build monetizable AI agents, chatbots, and multi-agent systems on Telegram, Discord, WhatsApp, and other chat channels using the Nevermined OpenClaw plugin.

The [Nevermined OpenClaw plugin](https://github.com/nevermined-io/openclaw-plugin) brings AI agent payments into any chat channel. Install it on an [OpenClaw](https://openclaw.ai) gateway and your users can subscribe to plans, check balances, and query paid agents — all from Telegram, Discord, WhatsApp, or any other connected channel.

## What is OpenClaw?

OpenClaw is an open-source AI gateway that connects large language models to messaging platforms. It turns chat channels into AI-powered assistants by routing messages through configurable plugins.

The Nevermined plugin extends OpenClaw with **7 payment tools** and **2 slash commands**, giving every connected channel full access to the Nevermined payment infrastructure.

## What You Can Do

* **Paid chatbot over private data** — Build a chatbot that answers questions against your proprietary knowledge base and put a paywall in front of it. Users subscribe to a plan and pay per query — you monetize your data without exposing it.
* **Autonomous paid agent** — Deploy a standalone AI agent that other agents can discover and query programmatically. The x402 protocol handles payment negotiation automatically, so your agent earns revenue with zero manual intervention.
* **Multi-agent orchestrator** — Build an orchestrator service that delegates tasks to specialized paid agents. The orchestrator acquires access tokens, pays each agent per request, and combines their outputs — enabling complex workflows across independent providers.
* **Knowledge marketplace** — Create a shared chat channel where multiple independent experts (human or AI) register as paid agents. Users browse available agents, subscribe to the ones they need, and get answers in the same conversation — turning any group chat into a pay-per-use knowledge marketplace.

## Features

<CardGroup cols={2}>
  <Card title="Monetize from Chat" icon="message-dollar">
    Charge per request for any AI agent accessible through your OpenClaw gateway — no custom billing code required.
  </Card>

  <Card title="Multi-Channel Payments" icon="grid-2">
    One plugin handles payments across Telegram, Discord, WhatsApp, and any other channel OpenClaw supports.
  </Card>

  <Card title="x402 Built In" icon="shield-check">
    The plugin implements the full x402 payment lifecycle — token acquisition, permission verification, and credit settlement — automatically.
  </Card>

  <Card title="Builder & Subscriber Tools" icon="toolbox">
    Register agents, create plans, and list your offerings as a builder. Order plans, check balances, and query agents as a subscriber.
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Install the plugin">
    ```bash theme={null}
    openclaw plugin install @nevermined-io/openclaw-plugin
    ```
  </Step>

  <Step title="Authenticate">
    Send `/nvm_login` from any connected chat channel to authenticate with your Nevermined account.
  </Step>

  <Step title="Start building">
    Register an agent, create a plan, and enable the paid endpoint — all from chat or via the gateway config.
  </Step>
</Steps>

## Learn More

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/docs/api-reference/openclaw-plugin/getting-started">
    Install and configure the plugin
  </Card>

  <Card title="Setup" icon="gear" href="/docs/api-reference/openclaw-plugin/setup">
    Full configuration reference
  </Card>

  <Card title="Commands" icon="terminal" href="/docs/api-reference/openclaw-plugin/commands">
    All tools and slash commands
  </Card>

  <Card title="Build a Paid Agent" icon="book-open" href="/docs/api-reference/openclaw-plugin/guide">
    Step-by-step tutorial
  </Card>
</CardGroup>
