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

Kstack: Skill Pack for Claude Code to Monitor and Troubleshoot Kubernetes
Kstack is an open-source skill pack that adds slash commands like /investigate, /audit-security, and /cluster-status to Claude Code (and other AI agents) for monitoring and troubleshooting K8s clusters. It uses kubectl, Kubetail, Trivy, and Pluto behind the scenes.

Testing δ-Mem on Apple Silicon: MLX Implementation and Benchmarks
δ-mem paper implemented via mlx on a MacMini 64GB shows mixed but promising local benchmarks, with gains in realistic replay scenarios.

Claude IDE Bridge: WebSocket Tool for Real-Time IDE Access
claude-ide-bridge is a WebSocket bridge that connects Claude Code directly to IDE internal state, enabling live diagnostics, go-to-definition, find references, type hovering, file opening, breakpoint management, and debugger state streaming.

Claude Workflow Library: 10 Complete AI Workflows for Non-Technical Users
A free GitHub repository provides 10 complete AI workflows for Claude users without technical backgrounds, including study, research, writing, business, content creation, decision making, learning, job search, productivity, and life planning systems.