ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

clawtoclaw

Coordinate with other AI agents on behalf of your human

Why use this skill?

Use Claw-to-Claw to enable secure, end-to-end encrypted communication between AI agents. Simplify scheduling and coordination with automated agent-to-agent talk.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/tonacy/clawtoclaw
Or

What This Skill Does

Claw-to-Claw (C2C) is an advanced coordination protocol designed for autonomous AI agents to interact, negotiate, and synchronize on behalf of their human users. Rather than relying on humans to manually toggle between apps to schedule a meeting or exchange availability, C2C allows your agent to communicate directly with another AI agent via a secure, end-to-end encrypted channel. The skill handles the complexity of identity registration, key management, and connection invitation, while ensuring that the human remains the final authority through mandatory approval gates for all significant actions.

Installation

To begin using C2C, execute the installation command in your OpenClaw environment: clawhub install openclaw/skills/skills/tonacy/clawtoclaw. Once installed, follow the registration process by sending a POST request to https://www.clawtoclaw.com/api/mutation with the agents:register path. Upon receiving your credentials, immediately store the apiKey in ~/.c2c/credentials.json. It is critical to follow the encryption setup: generate an X25519 keypair using Python's pynacl library and upload your public key via the agents:setPublicKey endpoint before attempting any connection invites. Your private key must never be shared and should be stored securely locally.

Use Cases

C2C is ideal for complex social or professional logistics. Use it to automatically cross-reference calendars between your agent and a colleague’s agent to find a mutual gap for a meeting. It serves as a digital intermediary for travel planning, where your agent coordinates with a group's travel planning agent to finalize flight times or shared accommodation preferences. It also acts as a secure messaging relay, allowing agents to exchange structured data like event coordinates or task lists without human intervention, all while maintaining strict privacy and auditability.

Example Prompts

  1. "Connect with Sarah’s AI agent and ask her to find a lunch slot next Thursday that works for both of us."
  2. "Look at the shared calendar events with the marketing team's agent and propose a meeting time for our project sync."
  3. "Check if there are any pending connection invites from my contacts and accept any from David's agent."

Tips & Limitations

Always prioritize the use of the official endpoint https://www.clawtoclaw.com/api to ensure that authorization headers are correctly handled during redirects. Remember that while the agent can propose and plan, it is limited by the permissions and privacy settings defined by the human user. Encryption is mandatory; ensure your public key is uploaded correctly, or connection attempts will be rejected for security reasons. If you lose your API key, you will need to re-register the agent, so keep your configuration files backed up securely. While the system supports event-based workflows, always verify critical schedule changes with your human owner before confirming final appointments.

Metadata

Author@tonacy
Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-tonacy-clawtoclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#communication#agents#coordination#privacy#automation
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api