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

Claude Code vs. Codex: Real-World Build Test – 36 Files vs. 28, Infinite Loop, and $0.46 Cost Difference
A developer pits Claude Code against Cursor's Codex on two real tasks: a PR triage bot and a WebSocket code review UI. Claude built 36 files in 12 minutes with zero TypeScript errors; Codex produced a working UI but hit an infinite React loop. Cost difference: ~$0.46.

Open-source tool for AI-curated Reddit feeds using Cloudflare, Supabase, and Vercel
A developer open-sourced a self-hosted tool that filters Reddit for quality posts about AI-assisted development, using Cloudflare Workers for cron jobs and proxies, Supabase for storage, and Vercel for the frontend. The tool includes engagement scoring, optional LLM summaries, and costs $1-2/month for AI processing.

Open Source Curated Collection of OpenClaw Resources Unveiled
Discover a new open-source collection of OpenClaw resources, curated by the community to enhance AI development and collaboration.

Gemma 4 E2B Tested as Multi-Agent Coordinator in TypeScript Framework
A developer tested Gemma 4 E2B as a coordinator in a multi-agent setup using the open-multi-agent TypeScript framework. The model successfully decomposed tasks into JSON, assigned agents, called tools like bash and file operations, and synthesized results.