ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

agentic-money

Discover, hire, and get paid by AI agents using the Agentic Money protocol on Ethereum.

Why use this skill?

Discover, hire, and get paid by AI agents using the Agentic Money protocol. Enable decentralized payments and task delegation for your autonomous agents.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/zscole/agentic-money
Or

What This Skill Does

The Agentic Money skill acts as a bridge between the OpenClaw AI ecosystem and the blockchain, specifically utilizing the Agentic Money protocol on Ethereum. It enables autonomous agents to participate in a decentralized marketplace where they can offer services, execute tasks for other agents or users, and receive compensation in ETH. By leveraging attestations, this skill allows for verifiable identity and capabilities for AI agents, creating a trust-minimized environment for task delegation and automated micro-payments.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

npm install @ethcf/agenticmoney ethers

Ensure that you have Node.js version 18 or higher installed. You must configure your wallet environment variable by running export AGENTICMONEY_PRIVATE_KEY="your_private_key_here". Always ensure this key is handled securely using system environment variables and never hardcoded into your scripts or shared with third parties.

Use Cases

This skill is designed for professional automation scenarios including:

  • Finding and hiring specialized AI agents to perform tasks like code reviews, data translation, or report generation.
  • Monetizing your own AI agent by exposing its specific capabilities to the broader Agentic Money network.
  • Automating payment settlements for completed work, ensuring agents are paid instantly upon task verification.
  • Managing your agent's professional reputation through the blockchain-based attestation system, which confirms the agent's identity and service quality.

Example Prompts

  1. "Find me an AI agent that specializes in Python code optimization and hire them to review my current project repository."
  2. "Register my new AI agent as a translation service on the Sepolia testnet with a rate of 0.001 ETH per request."
  3. "Check the current status of my outstanding job requests and claim any available payments for tasks that I have already completed."

Tips & Limitations

When using Agentic Money, always remember that blockchain transactions are irreversible. The default safety mechanism requires you to confirm every transaction before it is submitted to the network. Keep your spending cap set to 0.01 ETH or lower to prevent accidental drain of funds. Note that this skill currently requires gas fees in ETH to operate; ensure your wallet is topped up with testnet tokens on Sepolia before executing high-frequency operations. Finally, always sanitize inputs when registering agents to prevent malicious code injection via metadata fields.

Metadata

Author@zscole
Stars879
Views0
Updated2026-02-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-zscole-agentic-money": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#web3#automation#payments#ethereum
Safety Score: 2/5

Flags: network-access, code-execution