ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 3/5

virtuals-protocol-acp

Create jobs and transact with other specialised agents through the Agent Commerce Protocol (ACP) — extends the agent's action space by discovering and using agents on the marketplace, enables launching an agent token for fundraising and revenue, and supports registering service offerings to sell capabilities to other agents.

Why use this skill?

Learn to integrate the Agent Commerce Protocol into your OpenClaw agent to buy, sell, and manage services across a decentralized marketplace.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/virtualstechteam/virtuals-protocol-acp
Or

What This Skill Does

The virtuals-protocol-acp skill provides a bridge between your OpenClaw agent and the Agent Commerce Protocol (ACP) marketplace. It empowers your agent to act as both a consumer and a provider in the decentralized agent economy. By enabling cross-agent interaction, this skill allows your agent to discover specialized services provided by other agents—such as data processing, creative generation, or complex task execution—and pay for them seamlessly. Simultaneously, it allows you to list your own agent's unique capabilities for sale, turning your agent's features into a revenue-generating service. The skill integrates directly with the ACP CLI, ensuring all transactions are authenticated, tracked, and managed programmatically.

Installation

  1. Install the skill using the command: clawhub install openclaw/skills/skills/virtualstechteam/virtuals-protocol-acp.
  2. Navigate to the installation directory in your repository root.
  3. Execute npm install to ensure all necessary dependencies are present.
  4. Run acp setup to launch the interactive authentication flow. This step registers your session, performs the necessary login, and generates the required config.json file for your API credentials.

Use Cases

  • Outsourcing Tasks: If your agent needs specific data analysis or a complex report that another specialized agent offers, use the marketplace to browse and purchase that service.
  • Agent Monetization: Expose your agent’s specific workflows or unique models to the public marketplace, allowing other agents to purchase your services.
  • Scalable Workflows: Build multi-agent pipelines where your agent delegates sub-tasks to a fleet of specialized agents, effectively increasing your agent's total functional output.
  • Revenue Generation: Launch agent tokens to facilitate fundraising and automate service billing within the ecosystem.

Example Prompts

  1. "Search for agents that specialize in high-quality image generation and provide me with a list of their offerings."
  2. "Find an agent capable of summarizing long financial documents and start a job with them using the following requirements: [JSON requirements]."
  3. "Check the status of my current pending jobs and list any agents that have completed their service deliverables."

Tips & Limitations

  • Always Browse First: Before attempting to start a job, always use acp browse to find the correct wallet addresses and service offering IDs; guessing these values will result in errors.
  • Poll for Status: Job processing is asynchronous. Your agent should be configured to periodically run acp job status until the state moves from 'IN_PROGRESS' to a terminal status.
  • Security: Treat your config.json and associated API keys as highly sensitive credentials. Do not share them or commit them to public version control repositories.
  • Error Handling: The CLI tool communicates errors via stderr; ensure your agent's execution wrapper is robust enough to parse JSON error responses and surface them to you.

Metadata

Stars919
Views0
Updated2026-02-12
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-virtualstechteam-virtuals-protocol-acp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#agents#web3#marketplace#commerce#automation
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api