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

Engram: A Learning Plugin for OpenClaw That Actually Makes Knowledge Stick
Engram is an OpenClaw plugin that uses neuroscience-based techniques like pre-testing, blind grading, and FSRS-4.5 scheduling to ensure you retain what you learn, even as AI agents accelerate your shipping.

Claude Command Center v5.0.0 Adds Day-One Support for Fable 5 with Mid-Session Switching
Claude Command Center v5.0.0 adds first-class support for Anthropic's new Fable 5 tier, including mid-session model switching, a redesigned model picker, and a fix for versioned alias CLI errors.

yburn: Tool to audit and replace unnecessary AI agent cron jobs
yburn is a Python tool that audits AI agent cron jobs and replaces those that don't need LLMs with standalone Python scripts. The creator found 58% of 98 cron jobs were purely mechanical tasks like system health checks and git backups.

Clawion: OpenClaw wrapper with Claude Max support and GitHub integration
Clawion is an OpenClaw wrapper that supports Claude Max without requiring an API key. Setup involves picking a template, connecting Telegram, and deploying a code companion with GitHub integration for automated PR creation.