← 返回
未分类

claw-negotiate

APOA-constrained SAFE negotiation on OpenClaw. Two OpenClaws negotiate within user-approved bounds, stream offers in Telegram, and finalize with human-approv...
基于APOA约束的SAFE协商,两个OpenClaw在用户批准的范围内谈判,在Telegram上实时推送报价,最终由人工批准完成。
juanfiguera juanfiguera 来源
未分类 clawhub v0.1.10 4 版本 99781.2 Key: 无需
★ 0
Stars
📥 456
下载
💾 0
安装
4
版本
#latest

概述

claw-negotiate

APOA-constrained SAFE negotiation for OpenClaw.

For the demo, a founder and an investor each use their own OpenClaw. Each person privately authorizes negotiation bounds, the two OpenClaws negotiate in a Telegram room, and the final SAFE is signed only after each human approves their own sshsign link.

The point is not that agents can chat. The point is that agents can act creatively while staying inside authority their users explicitly granted.

Demo

Watch the demo

What This Shows

  • Bounded AI-agent delegation through APOA authorizations.
  • Two independent OpenClaws negotiating on behalf of two humans.
  • Private negotiation bounds with public offer-by-offer visibility.
  • Human approval before any signature is completed.
  • Executed SAFE PDF with signatures and an sshsign audit trail.

Typical Flow

  1. The founder sends their OpenClaw a SAFE negotiation request with cap, check size, discount, and pro-rata limits.
  2. The founder reviews the authorization card and replies GO.
  3. The investor joins from their own OpenClaw with their own limits.
  4. The parties create a Telegram negotiation room and bind it with /bind INV-XXXXX.
  5. Both OpenClaws post offers in the group while APOA blocks out-of-bounds terms privately.
  6. If a deal is reached, each human receives a private sshsign approval link.
  7. After both humans sign, the executed SAFE is shared with the audit trail.

Example Founder Request

Live negotiation for Series Seed SAFE with Nora Vassileva at SD Capital.

Cap: $20M-$30M post.
Check: $500k-$1M.
Pro rata: required.
Discount: 0%

Runtime Commands

  • profile shows the saved founder or investor profile.
  • prepare reads a negotiation request and renders an authorization card.
  • negotiate mints the APOA authorization and runs the workflow after GO.
  • bind connects an INV-XXXXX negotiation to a Telegram group.
  • cancel revokes an in-progress negotiation.
  • doctor checks local OpenClaw, Telegram, sshsign, and env setup.

Security Model

  • User bounds are stored in a per-negotiation APOA authorization.
  • Offers are validated before they are displayed.
  • Signing links are private DM-only.
  • The SAFE is not executed unless each human signer personally approves in sshsign.
  • Use dedicated Telegram bots and sshsign keys for public or production testing.
  • Use a private per-chat work directory, such as /tmp/claw-negotiate/.

OpenClaw Instructions

Use this skill for SAFE negotiation requests, exact GO confirmations after a review card, profile setup messages, /bind ... in Telegram groups, and cancellation requests.

Write user-supplied Telegram or negotiation text to a per-chat file before invoking the runtime. Do not pass freeform Telegram text as an inline command argument.

Dispatch:

/bind ...
  write message to /tmp/claw-negotiate/<chat.id>/bind.txt
  python3 {baseDir}/negotiate_safe/run_safe.py bind --message-file /tmp/claw-negotiate/<chat.id>/bind.txt --chat-id <chat.id> --from-id <from.id>

/cancel, cancel, stop, abort
  python3 {baseDir}/negotiate_safe/run_safe.py cancel --output-dir /tmp/claw-negotiate/<chat.id> --chat-id <chat.id>

GO
  python3 {baseDir}/negotiate_safe/run_safe.py negotiate --output-dir /tmp/claw-negotiate/<chat.id> --chat-id <chat.id>

profile lookup
  python3 {baseDir}/negotiate_safe/run_safe.py profile

profile update or first-run identity setup
  write message to /tmp/claw-negotiate/<chat.id>/identity.txt
  python3 {baseDir}/negotiate_safe/run_safe.py setup --message-file /tmp/claw-negotiate/<chat.id>/identity.txt

new negotiation request or correction
  write message to /tmp/claw-negotiate/<chat.id>/request.txt
  python3 {baseDir}/negotiate_safe/run_safe.py prepare --message-file /tmp/claw-negotiate/<chat.id>/request.txt --output-dir /tmp/claw-negotiate/<chat.id>

For negotiate, use a long timeout. The runtime posts Telegram cards, signing links, status updates, and the executed PDF itself.

版本历史

共 4 个版本

  • v0.1.10 当前
    2026-05-11 04:38 安全 安全
  • v0.1.6
    2026-05-09 16:53 安全 安全
  • v0.1.4
    2026-05-09 04:05 安全
  • v0.1.3
    2026-05-08 13:34 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,394 📥 322,366
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,460 📥 514,037
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 834 📥 305,285