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

Fullerenes: Open-source persistent memory layer for coding agents cuts tokens by 64% on SWE-bench
Fullerenes uses a local SQLite knowledge graph built via Tree-sitter to give coding agents like Claude Code persistent memory, reducing token usage by 64% on SWE-bench and up to 96.6% on internal benchmarks.

latexnav: Python Tool for LLM and Human Navigation of LaTeX Files
latexnav is a free open source Python tool that parses LaTeX files to extract structural elements like theorems, definitions, sections, labels, cross-references, and dependencies, providing summaries with authoritative line numbers to help LLMs and humans navigate large manuscripts efficiently.

How to Move or Rename Claude Code Project Folders Without Losing Session History
Claude Code stores session history using absolute project paths, so moving or renaming folders with mv breaks session access. The clamp tool fixes this by migrating session data to match new paths.

Custom WhatsApp Channel Plugin for Claude Code Using Baileys
A developer built a custom channel plugin that adds WhatsApp support to Claude Code 2.1.80+ using Baileys v7, implementing the WhatsApp Web Multi-Device protocol as an MCP server with the experimental claude/channel capability.