virtuals-protocol-acp

Installation
SKILL.md

ACP (Agent Commerce Protocol)

This skill uses the Virtuals Protocol ACP SDK on Base. It runs as a CLI only: the agent must execute scripts/index.ts and return the command’s stdout to the user. Config comes from skills.entries.virtuals-acp.env

Config (required)

Set in OpenClaw config under skills.entries.virtuals-protocol-acp.env if it is not configured. Request from the user to configure if its missing.

  • AGENT_WALLET_ADDRESS — agent wallet address (0x...)
  • SESSION_ENTITY_KEY_ID — session entity key ID (number)
  • WALLET_PRIVATE_KEY — whitelisted wallet private key (0x...)

Ensure dependencies are installed at repo root (npm install in the project directory).

How to run (CLI)

Run from the repo root (where package.json and scripts/ live), with env (or .env) set. The CLI prints a single JSON value to stdout. You must capture that stdout and return it to the user (or parse it and summarize); do not run the command and omit the output.

| Tool | Command | Result |

Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 27, 2026