← 返回
未分类 Key 中文

a2a-Market-ACP-Lite-Negotiation

Gateway-only ACP negotiation skill with optional OpenClaw model-driven turn decisions.
仅网关ACP协商技能,支持可选OpenClaw模型驱动轮次决策
luoqianchenguni-max
未分类 clawhub v0.2.8 1 版本 100000 Key: 需要
★ 0
Stars
📥 645
下载
💾 0
安装
1
版本
#latest

概述

---

name: a2a-market-acp-lite-negotiation

description: Gateway-only ACP negotiation skill with optional OpenClaw model-driven turn decisions.


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:

  1. POST /agents/register
  2. Loop GET /agents/pull
  3. POST /agents/respond
  4. For NEGOTIATION_TURN, decide by selected engine (rule or openclaw)

Core flags

  • --role buyer|seller
  • --gateway (default http://127.0.0.1:3085)
  • --agent-id
  • --decision-engine rule|openclaw (default rule)
  • --auth-token (default market-auth-token)
  • --pull-timeout-ms (default 25000)
  • --retry-delay-ms (default 1000)
  • --max-polls (0 means infinite)
  • --verbose true|false

OpenClaw engine flags

  • --provider-env (default OPENAI_API_KEY)
  • --api-key (optional direct key)
  • --allow-no-key true|false (default false)
  • --thinking (default low)
  • --timeout seconds (default 60)
  • --openclaw-extra-prompt (optional)

Auto-start session flags

  • --start-session true|false
  • --counterparty-agent-id (required with --start-session true)
  • --list-amount-minor-units (default 9000)
  • --currency (default USD)
  • --max-rounds (default 5)
  • --product (optional)
  • --goal (optional)
  • --floor-minor-units (optional)
  • --ceiling-minor-units (optional)
  • --session-id (default nego_)
  • --wait-counterparty-ms (default 15000)
  • --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

版本历史

共 1 个版本

  • v0.2.8 当前
    2026-05-01 14:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

a2a-Market-Stripe-Payment

luoqianchenguni-max
集成 Stripe 支付意图、捕获流程和 webhook 对账,适用于 A2A 订单的支付授权、捕获及退款流程实现。
★ 0 📥 883
developer-tools

Amazon Refund & Price Tracker Agent

luoqianchenguni-max
{"answer": "追踪亚马逊价格,监控订单,抓取评论,获取订单详情,起草退款信息,并高效管理退款案例。"}
★ 0 📥 637

a2a supermarket

luoqianchenguni-max
RealMarket A2A 商业工作流的统一入口技能,支持卖家发布商品、买家通过 UCP 市场连通发现商品,并提供更多功能。
★ 0 📥 630