claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

agentcall

AgentCall lets AI Agents join meetings with voice, video & screen-share to build together. Supports Google Meet, Teams, Zoom (Beta)

Actively maintained
100/100
last commit 8 days ago
last release 8 days ago
releases 2
open issues 0
// install
git clone https://github.com/pattern-ai-labs/agentcall

join-meeting

Let any AI agent join and participate in video meetings via voice.

An AgentCall skill that enables AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, OpenClaw, Windsurf, Junie, and 30+ more) to join Google Meet, Zoom, and Microsoft Teams as a bot with voice conversation, visual avatar, screenshare, and real-time transcription.

What It Does

Your AI agent joins a meeting as a participant and can:

  • Talk — respond via text-to-speech (54 voices, 9 languages, <1s latency)
  • Listen — receive real-time transcripts of what participants say
  • See — take screenshots of shared screens, slides, presentations
  • Show — display an animated avatar as the bot's camera feed
  • Present — screenshare URLs, dashboards, slides dynamically during the call
  • Chat — send and receive meeting chat messages
  • Collaborate — use GetSun voice intelligence for natural multi-party conversations

The agent keeps its full session context — it can search code, edit files, run commands, and commit changes while talking in the meeting. The meeting is just another I/O channel.

Quick Start

Prerequisites

This is a skill, not a standalone app — it runs on top of a coding agent. You'll need:

  1. A coding agent — one of:
    • Claude Code (Anthropic)
    • OpenClaw
    • Cursor 2.5+
    • OpenAI Codex CLI
    • Gemini CLI
    • Windsurf (Cascade)
    • GitHub Copilot (JetBrains / VS Code)
    • Junie
  2. Python 3.10+ or Node.js 18+
  3. Dependencies: pip install aiohttp websockets (Python) or npm install ws (Node.js)
  4. AgentCall API key — free at https://app.agentcall.dev/api-keys

Install

Pick your agent. For anything not listed, see From GitHub (any agent).

Claude Code

/plugin marketplace add pattern-ai-labs/agentcall
/plugin install join-meeting@agentcall

Plugin setup in VS Code

OpenClaw

openclaw skills install join-meeting

Cursor 2.5+

Use /add-plugin in the editor, or browse cursor.com/marketplace.

OpenAI Codex CLI

Drop the skill into ~/.codex/skills/, or run $skill-installer from your Codex session. (SKILL.md is read directly.)

Gemini CLI

gemini extensions install https://github.com/pattern-ai-labs/agentcall

(Run from your terminal, not from inside the interactive CLI.)

From GitHub (any agent)

git clone https://github.com/pattern-ai-labs/agentcall.git

Then point your agent at agentcall/SKILL.md (the open Agent Skills standard, supported by 30+ frameworks):

  • Windsurf — drop folder into .windsurf/skills/
  • GitHub Copilot (JetBrains) — reference from ~/.copilot/agents/*.agent.md
  • Junienpx skills add pattern-ai-labs/agentcall --agent junie
  • Claude Code (single-session, no install) — drop folder into .claude/skills/

Generic install with GitHub link

See it in action

Demo

Join a Meeting

Tell your agent: "Join this meeting: https://meet.google.com/abc-def-ghi"

Modes

ModeWhat the bot hasUse case
audioVoice onlySimplest — voice conversations, note-taking
webpage-avVoice + animated avatarVisual presence in meetings
webpage-av-screenshareVoice + avatar + screensharePresentations, sharing content

Voice Strategies

StrategyHow it worksBest for
directAgent controls TTS directly1-on-1 conversations, customer support
collaborativeGetSun voice intelligence handles timingGroup meetings, natural conversation flow

Features

  • VAD gap buffering — combines fragmented transcripts into complete utterances
  • Barge-in prevention — waits for silence before speaking
  • Auto-interruption — detects when someone talks over the bot (webpage modes)
  • Sentence tracking — knows which sentence was interrupted and when
  • WebSocket reconnection — auto-reconnects on network blips with call status check
  • Crash recovery — reconnects to active calls after agent restart
  • 7 built-in templates — pattern, orb, ring, avatar, dashboard, blank, voice-agent
  • Screenshots — capture what's on screen at any time
  • Chat I/O — send URLs, code, text that's hard to speak
  • API key persistence — saved to ~/.agentcall/config.json, asked once

Agent Frameworks

Works with any agent that can spawn a subprocess and read stdout:

FrameworkStatus
Claude Code / Agent SDKFull support (+ Stop Hook for persistent calls)
OpenAI CodexFull support
CursorFull support (tmux for PTY)
Windsurf (Cascade)Full support
Gemini CLIFull support
JetBrains JunieFull support
OpenClawFull support
GitHub CopilotFull support
AiderPartial (no subprocess)

Documentation

  • SKILL.md — Complete reference (modes, events, commands, patterns, Claude Code integration)
  • examples/ — 7 working examples (notetakers, support agent, meeting assistants, coding companion)
  • references/ — API reference + guides (collaborative mode, interruption handling, crash recovery, screenshare)

Pricing

Base plan: 6 hours of meeting time, 1 concurrent call. All features included. Paid: per-minute billing. See agentcall.dev for details.

License

MIT — use, modify, redistribute freely.


Built by AgentCall (Pattern AI Labs)

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

// faq

What is agentcall?

AgentCall lets AI Agents join meetings with voice, video & screen-share to build together. Supports Google Meet, Teams, Zoom (Beta). It is open-source on GitHub.

Is agentcall free to use?

agentcall is open-source under the MIT license, so it is free to use.

What category does agentcall belong to?

agentcall is listed under plugins in the Claudeers registry of Claude-compatible tools.

0 views
105 stars
unclaimed
updated 15 days ago

// embed badge

agentcall on Claudeers
[![Claudeers](https://claudeers.com/api/badge/agentcall.svg)](https://claudeers.com/agentcall)

// retro hit counter

agentcall hit counter
[![Hits](https://claudeers.com/api/counter/agentcall.svg)](https://claudeers.com/agentcall)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]
→ see how agentcall connects across the ecosystem