a2a-Market-ACP-Lite-Negotiation
/install a2a-market-acp-lite-negotiation
a2a-Market ACP Lite Negotiation
This skill is now gateway-only. Single-turn local decision mode has been removed.
Gateway Loop Mode (only mode)
Start one participant in one terminal:
node src/cli/index.js --role buyer --agent-id buyer-openclaw --gateway http://127.0.0.1:3085
Flow:
POST /agents/register- Loop
GET /agents/pull POST /agents/respond- For
NEGOTIATION_TURN, decide by selected engine (ruleoropenclaw)
Core flags
--role buyer|seller--gateway(defaulthttp://127.0.0.1:3085)--agent-id--decision-engine rule|openclaw(defaultrule)--auth-token(defaultmarket-auth-token)--pull-timeout-ms(default25000)--retry-delay-ms(default1000)--max-polls(0means infinite)--verbose true|false
OpenClaw engine flags
--provider-env(defaultOPENAI_API_KEY)--api-key(optional direct key)--allow-no-key true|false(defaultfalse)--thinking(defaultlow)--timeoutseconds (default60)--openclaw-extra-prompt(optional)
Auto-start session flags
--start-session true|false--counterparty-agent-id(required with--start-session true)--list-amount-minor-units(default9000)--currency(defaultUSD)--max-rounds(default5)--product(optional)--goal(optional)--floor-minor-units(optional)--ceiling-minor-units(optional)--session-id(defaultnego_\x3Ctimestamp>)--wait-counterparty-ms(default15000)--stop-on-session-end true|false
Single terminal: run skill + model + auto-kickoff
node src/cli/index.js \
--role buyer \
--agent-id buyer-openclaw \
--gateway http://127.0.0.1:3085 \
--decision-engine openclaw \
--start-session true \
--counterparty-agent-id seller-openclaw \
--list-amount-minor-units 9000 \
--currency USD \
--max-rounds 5 \
--wait-counterparty-ms 30000
Executable Entrypoint
node src/cli/index.js
```\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a2a-market-acp-lite-negotiation - After installation, invoke the skill by name or use
/a2a-market-acp-lite-negotiation - Provide required inputs per the skill's parameter spec and get structured output
What is a2a-Market-ACP-Lite-Negotiation?
Gateway-only ACP negotiation skill with optional OpenClaw model-driven turn decisions. It is an AI Agent Skill for Claude Code / OpenClaw, with 296 downloads so far.
How do I install a2a-Market-ACP-Lite-Negotiation?
Run "/install a2a-market-acp-lite-negotiation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is a2a-Market-ACP-Lite-Negotiation free?
Yes, a2a-Market-ACP-Lite-Negotiation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does a2a-Market-ACP-Lite-Negotiation support?
a2a-Market-ACP-Lite-Negotiation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created a2a-Market-ACP-Lite-Negotiation?
It is built and maintained by luoqianchenguni-max (@luoqianchenguni-max); the current version is v0.2.8.