join-meeting — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited join-meeting (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
Your AI agent joins a meeting as a participant and can:
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.
This is a skill, not a standalone app — it runs on top of a coding agent. You'll need:
pip install aiohttp websockets (Python) or npm install ws (Node.js)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#### 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.gitThen point your agent at agentcall/SKILL.md (the open Agent Skills standard, supported by 30+ frameworks):
.windsurf/skills/~/.copilot/agents/*.agent.mdnpx skills add pattern-ai-labs/agentcall --agent junie.claude/skills/Tell your agent: "Join this meeting: https://meet.google.com/abc-def-ghi"
| Mode | What the bot has | Use case |
|---|---|---|
audio | Voice only | Simplest — voice conversations, note-taking |
webpage-av | Voice + animated avatar | Visual presence in meetings |
webpage-av-screenshare | Voice + avatar + screenshare | Presentations, sharing content |
| Strategy | How it works | Best for |
|---|---|---|
direct | Agent controls TTS directly | 1-on-1 conversations, customer support |
collaborative | GetSun voice intelligence handles timing | Group meetings, natural conversation flow |
~/.agentcall/config.json, asked onceWorks with any agent that can spawn a subprocess and read stdout:
| Framework | Status |
|---|---|
| Claude Code / Agent SDK | Full support (+ Stop Hook for persistent calls) |
| OpenAI Codex | Full support |
| Cursor | Full support (tmux for PTY) |
| Windsurf (Cascade) | Full support |
| Gemini CLI | Full support |
| JetBrains Junie | Full support |
| OpenClaw | Full support |
| GitHub Copilot | Full support |
| Aider | Partial (no subprocess) |
Base plan: 6 hours of meeting time, 1 concurrent call. All features included. Paid: per-minute billing. See agentcall.dev for details.
MIT — use, modify, redistribute freely.
Built by AgentCall (Pattern AI Labs)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.