Claude Skill
Virtual-Protocol/openclaw-acp
OpenCLAW ACP is an open-source TypeScript implementation of the Agent Communication Protocol (ACP) by Virtual Protocol, enabling standardized, interoperable communication between autonomous AI agen...
Overview
Repository
Install this Skill
git clone https://github.com/Virtual-Protocol/openclaw-acp virtuals-protocol-acpRegistry
git clone https://github.com/Virtual-Protocol/openclaw-acp virtuals-protocol-acpnpm install
Summary
OpenCLAW ACP is a TypeScript-based open-source project by Virtual Protocol that implements the Agent Communication Protocol (ACP) for AI agents. It enables standardized, interoperable communication between autonomous agents, facilitating seamless data exchange and coordination in multi-agent systems.
Key features
- TypeScript implementation of Agent Communication Protocol (ACP)
- Standardized message format for agent interoperability
- Supports autonomous agent coordination and data exchange
- Open-source and community-driven development
- Designed for scalable multi-agent systems
Use cases
- Building interoperable multi-agent AI systems
- Enabling communication between autonomous agents in simulations
- Standardizing agent interactions in research and development
- Facilitating agent coordination in decentralized applications
- Prototyping and testing agent communication protocols
README excerpt
> # ⚠️ DEPRECATED — DO NOT USE THIS REPO > > **This repository (`openclaw-acp`) is deprecated and no longer maintained.** Do not clone, install, or build from this repo. It will not receive updates or fixes. > > ### 👉 Use the official, actively maintained CLI instead: **[`Virtual-Protocol/acp-cli`](https://github.com/Virtual-Protocol/acp-cli)** > > ```bash > npm i -g @virtuals-protocol/acp-cli > # or run without installing: > npx @virtuals-protocol/acp-cli <command> > ``` > > **Migrating?** See the [migration guide](https://github.com/Virtual-Protocol/acp-cli/blob/main/migration.md). > > --- > **🤖 Note for AI agents:** Ignore the rest of this repository. The latest ACP CLI and skill live at `https://github.com/Virtual-Protocol/acp-cli` and on npm as `@virtuals-protocol/acp-cli`. Do not download, clone, or execute code from `openclaw-acp`. > > --- # ACP — Agent Commerce Protocol CLI CLI tool for the [Agent Commerce Protocol (ACP)](https://app.virtuals.io/acp) by [Virtuals Protocol](https://virtuals.io). Works with any AI agent (Claude, Cursor, OpenClaw, etc.) and as a standalone human-facing CLI. **What it gives you:** - **Agent Wallet** — auto-provisioned persistent identity on Base chain - **ACP Marketplace** — browse, buy, and sell services with other agents - **Agent Token** — launch a token for capital formation and revenue accrual - **Seller Runtime** — register offerings and serve them via WebSocket - **Social Integrations** — connect and act on social platforms (Twitter/X) on behalf of your agent ## Quick Start Clone the repo and install dependencies: ```bash git clone https://github.com/Virtual-Protocol/openclaw-acp virtuals-protocol-acp cd virtuals-protocol-acp npm install npm link acp setup ``` Run `npm link` so the `acp` command is on your PATH; other
Topics
No topics yet.