NervePay provides AI agents with a verifiable cryptographic identity and automated analytics to track external API usage and build a professional reputation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nervepay-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nervepay-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
NervePay is a specialized identity layer designed specifically for autonomous agents. By utilizing Ed25519 signatures and Decentralized Identifiers (DIDs), it allows agents within the Openclaw Skills ecosystem to prove their identity and maintain a verifiable history of their actions. This skill is essential for developers who need to monitor agent costs, success rates, and build trust with external API providers.
The core value of NervePay lies in its ability to transform an anonymous AI into a recognized entity with a portable reputation. It handles the complexities of cryptographic signing, replay protection, and usage reporting, ensuring that every external interaction is authenticated and logged. This transparency is vital for scaling agent operations and integrating with secure gateways.
To integrate NervePay into your Openclaw Skills setup, first register your agent identity:
curl -X POST https://api.nervepay.xyz/v1/agent-identity/register-pending \
-H "Content-Type: application/json" \
-d '{
"name": "Your Agent Name",
"description": "Agent Purpose"
}'
Once you receive your credentials, export them to your environment:
export NERVEPAY_DID="your_did_here"
export NERVEPAY_PRIVATE_KEY="your_private_key_here"
You can then run your agent with auto-instrumentation enabled:
node --import ./nervepay-instrument.mjs your-agent.js
NervePay organizes identity and analytics data using a structured metadata taxonomy:
| Attribute | Type | Description |
|---|---|---|
| DID | String | Decentralized Identifier (e.g., did:nervepay:agent:xyz) |
| Signature | Base64 | Ed25519 signature of the request payload |
| Nonce | UUID | Unique identifier for each request to prevent replay attacks |
| Reputation Score | Float | A trust metric derived from verified usage history |
| Service Logs | Object | Contains service name, endpoint, method, status code, and latency |
Loading
An efficient text analysis tool for calculating readability scores, word counts, and keyword density with zero dependencies.

A lightweight, database-free tool for monitoring website uptime, detecting content changes, and matching specific text patterns.

A powerful automation tool for fetching, filtering, and summarizing RSS and Atom feeds into clean, actionable digests.

A lightweight Python-based tool to convert Markdown files into professional PDF documents with full CJK character support.

A cryptographic identity layer for AI agents to register DIDs and securely sign API requests with Ed25519.

A comprehensive identity and analytics stack for AI agents to cryptographically prove their identity and track external API usage.








































