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

Bypassing NemoClaw Sandbox Isolation for Local Nemotron 9B Agent
A developer bypassed NemoClaw's sandbox isolation to run a fully local agent using Nemotron 9B with tool calling on a single RTX 5090. The approach involved iptables configuration, a custom TCP relay, and real-time tool call translation.

Spectyra Plugin for OpenClaw: Real-Time AI Cost Optimization by Analyzing Full Request Flow
Spectyra plugin reduces AI API costs by surfacing hidden waste like repeated calls, excessive context, and expensive model misuse in real time.

Solo developer builds cross-platform desktop AI agent with mobile remote control in 3 weeks, ships to 40+ countries
A solo developer built Skales, a native desktop AI agent with 139+ tools and a mobile companion app for remote control — all in 3 weeks using Claude. The app runs on macOS, Windows, and Linux, is local-first and free, and already has active users in 40+ countries.

OpenHelm: A Local Background Scheduler for Claude Code with Self-Correcting Retry Logic
OpenHelm is a Tauri-based application that runs Claude Code tasks in the background on a schedule, stores all state locally in SQLite, and includes a self-correcting retry loop that adjusts prompts after failures.