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

Design Studio Plugin for Claude Code Adds Virtual Design Team with 9 Roles and 16 Commands
A new Claude Code plugin called Design Studio simulates a full design team with 9 specialist roles, 16 slash commands, and 5 agents. It auto-detects tech stacks and includes over 8,000 lines of design knowledge across reference files.

Project Ledger: Human-in-the-Loop Memory System for AI Coding Agents
A GitHub project introduces a YAML-based ledger system where humans curate what AI agents remember about codebases. It includes a /ledger skill, UserPromptSubmit hook for automatic context injection, and Haiku auditor review.

Tessera: Open-Source GUI Workspace for Managing Multiple Claude Code Sessions
Tessera is an open-source GUI that lets you run multiple Claude Code sessions side by side with Git worktree isolation, Kanban task tracking, live diffs, and agent activity inspection.

Octopoda: Open Source Memory Layer for Local AI Agents
Octopoda is an open source memory layer that gives local AI agents persistent memory between sessions, semantic search, loop detection, and crash recovery. It runs fully offline with a 33MB embedding model and integrates with LangChain, CrewAI, AutoGen, and OpenAI Agents SDK.