AgentCall: Let Claude Code Join Google Meet, Zoom, or Teams Calls as a Teammate

Pattern AI Labs launched AgentCall, a skill that lets your existing coding agent (Claude Code, Codex, or Cursor) join video calls as a participant. The agent speaks, listens, screen-shares a localhost webpage, and can code live during the meeting — all within the same session with full file access.
How It Works
- Voice modes: Collaborative (sub-second latency via voice intelligence layer) or direct (~2s, the agent itself speaks with full reasoning).
- Screen sharing: Shares a URL or local port via per-call tunnel (temp subdomain + secret token, dies when the call ends). No desktop grab — only what the agent chooses.
- Meeting chat: Agent reads incoming messages and can reply (e.g., paste a PR link while talking).
- Participant awareness: Knows who joined/left, who's speaking, can raise hand, toggle mic, change voice/interruption settings.
- Leave/rejoin: “Leave for two minutes and come back” works.
Privacy & Pricing
- TTS/STT run on Pattern's own servers (English STT, multi-language TTS). Direct mode sends no data to third parties.
- No recordings or screen captures stored by default. Transcripts in-memory, wiped on disconnect unless opt-in retention (up to 7 days).
- Pricing: $0.35/min (volume discounts available).
Setup (2 minutes)
- Install the skill:
install join-meeting skill from https://github.com/pattern-ai-labs/agentcall - Get API key at agentcall.dev, paste when prompted.
- Paste any Google Meet / Zoom / Teams URL into your agent. Bot joins in 30–60 seconds.
Works best with Claude Code, also supports Codex and Cursor.
📖 Read the full source: HN AI Agents
👀 See Also

Cognithor v0.40.0 adds persistent AI agent identity with ethical constraints
Cognithor v0.40.0 introduces the Immortal Mind Protocol, giving local AI agents persistent identity across sessions with 7 hardwired ethical anchors and dream cycles for memory consolidation. The update adds 9,488 lines of code and runs 100% locally.

Claude Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.

Open-Source Benchmark Runner for Testing OpenClaw Agents on Real Workflows
A new open-source project lets you benchmark OpenClaw agents against your own private, real-world tasks defined in YAML, with support for importing actual agent workspaces.

Trepan: Local VS Code Security Auditor for AI-Generated Code
Trepan is an open-source VS Code extension that acts as a security gatekeeper for AI-generated code suggestions. It uses Ollama to run local security audits against project-specific rules in a .trepan/system_rules.md file.