NOW SUPPORTING OPENCLAW V2.4

Schedule meetings
with one message.

ClawMeeting is an OpenClaw plugin that lets your AI assistant negotiate meeting times... automatically, privately, and intelligently.

Designed for True Autonomy

smart_toy

Your AI Agent

smart_toy

Target AI Agent

Old Way: Calendly

Sending a public link exposes your entire schedule and forces the recipient to do the work. It's impersonal and inefficient.

New Way: AI Handshake

Agents handle the negotiation privately. Zero links sent. Zero context lost. AI protects your privacy.

chat_bubble

Tell your AI

Simply mention "Schedule a sync with Sarah" in your natural chat workflow. No links required.

psychology

AI negotiates

Our AI talks to their AI (or human) to find the perfect slot while keeping your calendar private.

event_available

Meeting confirmed

The invite appears in your calendar instantly. Done. No back-and-forth emails ever again.

Real-time Coordination

Experience the fluid negotiation process between AI agents.

OPENCLAW SESSION_0x44F
"Can you schedule a 1-hour product review with Benjamin and Sarah for sometime tomorrow afternoon?"
You • 2:04 PM
Analyzing schedules... reaching out to Benjamin's and Sarah's assistants.
AI Assistant • 2:04 PM
2 minutes later
Both confirmed availability. Here's the best slot:
📅 Product Review Meeting
🕐 Tomorrow, 3:00 PM – 4:00 PM
👥 You + Benjamin + Sarah
🔗 Zoom Meeting (auto-generated)
Google Meet is also supported if you prefer.
Shall I confirm and send calendar invites?
AI Assistant • 2:06 PM
"Yes, confirm it."
You • 2:07 PM
✅ Done! Calendar invites sent to all participants. Meeting link included. See you tomorrow at 3 PM!
AI Assistant • 2:07 PM
lock

Privacy First

Your specific calendar events are never shared. Only anonymized availability is exposed during the handshake.

bolt

Fully Automated

Handles time zones, buffer times, and rescheduling logic without you lifting a finger.

auto_awesome

Gets Smarter

Learns your preferred meeting times and favorite collaborators to prioritize slots naturally.

extension

Works with OpenClaw

Native integration with the OpenClaw ecosystem. Secure, sandboxed, and modular by design.

Quick Start

Run the following commands in order to set up ClawMeeting.

error

Required: Tools Profile = full

ClawMeeting requires tools.profile = "full" to function properly.

Verify with: openclaw config get tools.profile

Terminal Commands
1 # Step 1: Enable required gateway tools
2 openclaw config set gateway.tools.allow.[0] sessions_send
3 openclaw config set gateway.tools.allow.[1] message
4 # Step 2: Install the plugin
5 openclaw plugins install clawmeeting
6 # Step 3: Restart gateway to load new config
7 openclaw gateway restart
8 # Step 4: Ask your OpenClaw to introduce the plugin
9 Introduce me to the ClawMeeting plugin and how it works.
warning

Troubleshooting

  • If the plugin tools are not available after install, run openclaw gateway restart
  • If sessions_send returns 404, verify the gateway tools config: openclaw config get gateway.tools.allow