agentcall

作者 pattern-ai-labs已验证

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

148
Stars
17
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/pattern-ai-labs/agentcall

快速入门

使用 agentcall 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

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. An AgentCall account — free, and the agent can create it for you. On first run with no key, the skill registers you via a one-time email code (or paste an existing key from https://app.agentcall.dev/api-keys). New accounts include free trial credits.

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)

常见问题

What is agentcall?

agentcall is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by pattern-ai-labs. AgentCall lets AI Agents join meetings with voice, video & screen-share to build together. Supports Google Meet, Teams, Zoom (Beta). It has 148 GitHub stars.

Is agentcall safe to use?

Yes. agentcall passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install agentcall?

Clone the repository with "git clone https://github.com/pattern-ai-labs/agentcall" and add it to your Claude Code skills directory (see the Installation section above). agentcall ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is agentcall written in?

agentcall is primarily written in Python. It is open-source under pattern-ai-labs on GitHub, so you can review or fork the full source.

Are there alternatives to agentcall?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agentcall against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情