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.
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
- An OpenClaw gateway instance
- Node.js >= 18.0.0
- A Nevermined account (free to create)
Installation
Install the plugin from your OpenClaw gateway:Authentication
To interact with the Nevermined API, you need an API key. Open nevermined.app, sign in, then go to Settings > Global NVM API Keys and click + New API Key.
Option A: Browser login (recommended)
Use the/nvm_login command from any connected chat channel:
Option B: Manual configuration
Add your API key directly toopenclaw.json:
Quick Test
After authenticating, verify the plugin is working:-
Check your balance — from any chat channel, the agent can ask
Example prompt: “How many credits do I have left on my plan?”to verify connectivity. -
List plans — you can ask
Example prompt: Show me all my payment plans”to see available payment plans.
Fiat Payments
The plugin also supports fiat payments via credit card delegation. Enroll a card at nevermined.app, then usepaymentType: fiat with any token or query tool. See the guide for details.