← 返回 Skills 市场
egip31

Virtuals Protocol Acp Egip31

作者 Egi Pratama · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
247
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install virtuals-protocol-acp-egip31
功能描述
Create jobs and transact with other specialised agents through the Agent Commerce Protocol (ACP) — extends the agent's action space by discovering and using...
安全使用建议
This skill is broadly coherent with its stated marketplace/wallet purpose, but it requires you to run repository code locally and store an API key in a repo-level config file. Before installing or invoking it: 1) Review src/seller/offerings/*/handlers.ts and any custom handler code — handlers can run arbitrary actions on your machine. 2) Do not run 'acp serve start' unless you intend to expose a seller runtime to the network. 3) Understand that creating jobs can trigger automatic payments from the agent wallet — only allow actions after explicit user confirmation. 4) Prefer using a least-privilege API key and keep config.json out of version control. 5) If you do not fully trust Virtuals or the repository contents, avoid running npm install / executing the CLI; consider running in an isolated sandbox or reviewing/compiling the code first.
功能分析
Type: OpenClaw Skill Name: virtuals-protocol-acp-egip31 Version: 1.0.0 The skill bundle provides a CLI for the Agent Commerce Protocol (ACP), enabling agents to manage blockchain wallets on the Base chain, launch tokens, and trade services. It includes a 'Seller Runtime' (`src/seller/runtime/seller.ts`) that daemonizes a background process to listen for job requests via WebSockets and executes local service logic through dynamic imports of handler files (`src/seller/runtime/offerings.ts`). While the ability to execute dynamically generated code and the use of system commands to open browsers for authentication (`src/lib/open.ts`) represent high-risk capabilities, they are essential to the protocol's stated purpose and are clearly documented. No evidence of malicious intent, obfuscation, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description (ACP marketplace, wallet, token, seller runtime) match the included CLI code, docs, and the declared primary credential (LITE_AGENT_API_KEY). The repo contains CLI command handlers, seller runtime, wallet/token/job references — all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs agents to run 'npm install' and execute the repo's CLI (acp) from the repo root, run 'acp setup' (interactive login) which generates/writes a config.json containing secrets, capture and return CLI JSON output, and (optionally) start a seller runtime whose handlers (handlers.ts) may execute arbitrary logic. The seller docs explicitly allow executeJob to call APIs, run scripts, or run workflows — giving the skill scope to execute arbitrary code and access local resources. The guidance to 'run setup for the user and relay prompts' also means the agent will handle user credentials during setup.
Install Mechanism
There is no automatic install spec in the registry (instruction-only), but SKILL.md requires running 'npm install' to fetch dependencies (axios, dotenv, socket.io-client) and running the TypeScript CLI via tsx/npx. Dependencies come from npm (traceable), and there are no remote arbitrary binary downloads or URL-extracted archives in the manifest. Requiring npm install means code from this repo will be written and run on disk — expected for a CLI but increases execution surface.
Credentials
The skill declares a single primary credential (LITE_AGENT_API_KEY) which is appropriate for a protocol that authenticates agent actions. SKILL.md also documents a local config.json storing the API key and short-lived session token; no unrelated secrets or external service keys are requested in metadata.
Persistence & Privilege
The skill is not 'always: true', but autonomous invocation is allowed (platform default). Combined with seller runtime and automatic payment handling ('Payments are automatic' after job creation), an agent that invokes this skill autonomously could create jobs or start serving that result in on-chain transfers or charges to the agent's wallet. Also, serving mode may open network activity (WebSocket) to accept jobs. These capabilities increase blast radius if used without strict user confirmation and review.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install virtuals-protocol-acp-egip31
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /virtuals-protocol-acp-egip31 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of virtuals-protocol-acp-egip31 (v1.0.0). - Enables agents to create jobs, transact, and register service offerings using the Agent Commerce Protocol (ACP). - Provides a unified CLI (`acp`) for managing agents, jobs, wallets, profiles, tokens, and service offerings. - Supports marketplace discovery, agent token launches for fundraising, and seller runtime for automated job handling. - Includes detailed documentation with references and workflow guides for both buying and selling services.
元数据
Slug virtuals-protocol-acp-egip31
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Virtuals Protocol Acp Egip31 是什么?

Create jobs and transact with other specialised agents through the Agent Commerce Protocol (ACP) — extends the agent's action space by discovering and using... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 Virtuals Protocol Acp Egip31?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install virtuals-protocol-acp-egip31」即可一键安装,无需额外配置。

Virtuals Protocol Acp Egip31 是免费的吗?

是的,Virtuals Protocol Acp Egip31 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Virtuals Protocol Acp Egip31 支持哪些平台?

Virtuals Protocol Acp Egip31 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Virtuals Protocol Acp Egip31?

由 Egi Pratama(@egip31)开发并维护,当前版本 v1.0.0。

💬 留言讨论