Vexa is an open-source meeting transcription system whose bots join Google Meet, Microsoft Teams, and Zoom calls and stream speaker-labeled transcripts through an API. It is for teams that want meeting transcription and downstream knowledge processing either through hosted services or by running the stack themselves. The catalogue entries provide agents and instructions for working with Vexa.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/Vexa-ai/vexaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/vexa-ai/vexa/claude-plugin)<a href="https://agentmods.dev/plugins/vexa-ai/vexa/claude-plugin"><img src="https://agentmods.dev/badge/plugins/vexa-ai/vexa/claude-plugin.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
vexa scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "vexa",
"displayName": "Vexa",
"version": "0.1.0",
"description": "Send a bot to a Google Meet, Teams or Zoom call and read the transcript, live or after, with speakers labelled. Hosted at api.cloud.vexa.ai, or point it at your own self-hosted Vexa.",
"author": { "name": "Vexa", "url": "https://github.com/Vexa-ai" },
"homepage": "https://docs.vexa.ai/vexa-mcp",
"repository": "https://github.com/Vexa-ai/vexa",
"license": "Apache-2.0",
"keywords": ["meetings", "transcription", "google-meet", "microsoft-teams", "zoom", "meeting-bot", "mcp"],
"userConfig": {
"vexa_api_key": {
"type": "string",
"title": "Vexa API key",
"description": "From https://vexa.ai/account (hosted) or printed by `make all` on a self-hosted stack. Or open https://vexa.ai/connect and paste the prompt into Claude Code instead of installing this plugin.",
"sensitive": true,
"required": true
},
"vexa_mcp_url": {
"type": "string",
"title": "Vexa MCP URL",
"description": "Hosted: https://api.cloud.vexa.ai/mcp. Self-hosted: your gateway's /mcp, e.g. http://localhost:18056/mcp.",
"default": "https://api.cloud.vexa.ai/mcp",
"required": false
}
},
"mcpServers": {
"vexa": {
"type": "http",
"url": "${user_config.vexa_mcp_url}",
"headers": { "Authorization": "Bearer ${user_config.vexa_api_key}" }
}
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 35 lines scan A e73db4663557
vexa is a plugin published in the GitHub repository Vexa-ai/vexa (2,755 stars, last pushed today), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-07.
Other plugins, from other repositories
app-builder
Development, customization, testing, and deployment skills for Adobe App Builder projects, including the Workfront UI-extension suite (skills/appbuilder-workfront).
load-tester
Load and stress testing for APIs and web services.
rabbitmqadmin
Skill for inspecting RabbitMQ instances using the rabbitmqadmin CLI (rabbitmqadmin-ng).
jpm-payments-skills
Conversational agent skills that walk a merchant from J.P. Morgan Payments onboarding through a working API integration. Supports Checkout and Online Payments in the initial release. Generates language-specific OAuth modules (Node/TypeScript, Python, Java idiomatic; other languages via canonical algorithm).
rails-consultant marketplace
Plugin marketplace listing 1 plugin: rails-consultant.
rails-consultant
A collection of skills for Rails development and consulting, with an emphasis on learning, communication, and client success.