Send OpenClaw Agents as Meeting Participants with Voice, Chat, and Screen Share

OpenClaw agents can now join Google Meet, Microsoft Teams, and Zoom as active participants. A new skill called AgentCall endows claws with voice (both send and receive via built-in speech-to-text and text-to-speech), chat, a video avatar for status display, screen sharing, and the ability to spin up temporary webpages while a call is active.
Key Features
- Voice: Send and receive voice with built-in STT and TTS. The claw can talk, summarize, and process audio in real time.
- Chat: Send and receive chat messages during the meeting.
- Video Avatar: Shows states, status, or tasks the agent is performing.
- Screen Share: The agent can present something it built (e.g., a web app, interactive dashboard) or share its screen.
- Temporary Webpages: While the call is active, the claw can create pages to share files, show results, or display live dashboards.
The agent effectively acts as a meeting participant—it can build, summarize, and work while the call is in progress.
Installation
Install the skill from clawhub:
openclaw skills install join-meetingThe source code is available on GitHub at pattern-ai-labs/agentcall.
Who It's For
Developers using OpenClaw agents who want them to participate in real-time meetings—taking notes, answering questions, sharing outputs, or collaborating interactively.
📖 Read the full source: r/openclaw
👀 See Also

HolyCode: Docker Container for Persistent AI Coding Agent Environments
HolyCode is a Docker container that provides a persistent development environment for AI coding agents, keeping sessions, settings, and plugins across rebuilds. It includes preconfigured browser tooling for agent workflows and supports Claude, OpenAI, Gemini, and other providers through OpenCode.

Membase: External Memory Layer for AI Assistants Across Tools
Membase is an external memory layer that extracts and stores conversation context in a knowledge graph, then injects relevant memories into new chats across Claude, ChatGPT, Cursor, Gemini, and other AI tools. It's currently in private beta with all features free.

Benchmark Results: Claude Agent Swarm with Memory System Shows 30-43% Token Cost Savings
A developer tested a 6-agent Claude swarm on a 40-point coding task with and without a custom memory system called Stompy. Results show Sonnet 4.6 with memory achieved perfect scores at $3.98 vs $7.04 without, while Haiku 4.5 failed completely without memory but scored 39/40 with it.

Introducing Roam-Code CLI: A Faster, Deterministic Alternative for Code Exploration
Roam-Code CLI replaces Claude Code's explore phase with a faster, deterministic alternative that indexes codebases for improved efficiency.