Skip to main content

Getting Started

The Nevermined OpenClaw plugin exposes AI agent payment operations as gateway tools callable from any OpenClaw channel — Telegram, Discord, WhatsApp, and more.

Prerequisites

Installation

Install the plugin from your OpenClaw gateway:
openclaw plugin install @nevermined-io/openclaw-plugin

Authentication

Use the /nvm_login command from any connected chat channel:
/nvm_login
This opens a browser window where you authenticate with Nevermined. The API key is captured automatically and stored in your gateway config. To target the live environment:
/nvm_login live

Option B: Manual configuration

Add your API key directly to openclaw.json:
{
  "plugins": {
    "entries": {
      "nevermined": {
        "enabled": true,
        "config": {
          "nvmApiKey": "sandbox:eyJhbG...",
          "environment": "sandbox"
        }
      }
    }
  }
}
You can obtain an API key from the Nevermined App under Settings > API Keys. See the Get Your API Key guide for details.

Quick Test

After authenticating, verify the plugin is working:
  1. Check your balance — from any chat channel, the agent can call nevermined_checkBalance to verify connectivity.
  2. List plans — call nevermined_listPlans to see available payment plans.

Next Steps

  • Setup — full configuration reference
  • Commands — all available tools and slash commands