Claude Skill
Virtual-Protocol/openclaw-acp
OpenCLAW ACP 是 Virtual Protocol 开发的开源 TypeScript 智能体通信协议(ACP)实现,为自主 AI 智能体提供标准化、可互操作的通信能力,支持可扩展的多智能体系统。
概览
仓库信息
安装这个 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
项目简介
OpenCLAW ACP 是 Virtual Protocol 开发的一个基于 TypeScript 的开源项目,实现了智能体通信协议(ACP)。它为自主智能体提供标准化的互操作通信能力,促进多智能体系统中的无缝数据交换与协调。
要点
- 基于 TypeScript 的智能体通信协议(ACP)实现
- 标准化的消息格式,支持智能体互操作
- 支持自主智能体协调与数据交换
- 开源且由社区驱动开发
- 专为可扩展的多智能体系统设计
使用场景
- 构建可互操作的多智能体 AI 系统
- 在模拟中实现自主智能体之间的通信
- 标准化研究与开发中的智能体交互
- 促进去中心化应用中的智能体协调
- 原型设计与测试智能体通信协议
README 摘要
> # ⚠️ 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
话题
暂无话题