Install
openclaw skills install claw-negotiateAPOA-constrained SAFE negotiation on OpenClaw. Two OpenClaws negotiate within user-approved bounds, stream offers in Telegram, and finalize with human-approved sshsign signatures.
openclaw skills install claw-negotiateAPOA-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.
GO./bind INV-XXXXX.Live negotiation for Series Seed SAFE with Nora Vassileva at SD Capital.
Cap: $20M-$30M post.
Check: $500k-$1M.
Pro rata: required.
Discount: 0%
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./tmp/claw-negotiate/<chat.id>.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.