analyst-companion
v0.3.3Real-time in-person meeting analyst — live transcription with speaker diarization via self-hosted WhisperLiveKit, surfaces live clarifying questions on a Tailscale-only console, answers voice commands using the on-screen Chrome context, and creates reviewed Plane work items at meeting end
By Andre PaatLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install analyst-companion for Codex and Claude Code
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add analyst-companion@paat-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “analyst-companion” remain stable.
- Codex:
analyst-companion@agent-plugin-marketplace→analyst-companion@paat-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/paat/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/analyst-companion/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/analyst-companion-meeting-end-workflow/SKILL.md├── skills/analyst-companion-meeting-start-workflow/SKILL.md└── skills/meeting-companion/SKILL.md
Included Skills3
Run /meeting-end workflow from analyst-companion; alias /analyst-companion:meeting-end.
Run /meeting-start workflow from analyst-companion; alias /analyst-companion:meeting-start.
Use during /meeting-start live customer meetings to read transcript ticks, handle voice commands, update questions, and write console feeds.
Plugin manifests2
{
"name": "analyst-companion",
"version": "0.3.3",
"description": "Real-time in-person meeting analyst — live transcription with speaker diarization via self-hosted WhisperLiveKit, surfaces live clarifying questions on a Tailscale-only console, answers voice commands using the on-screen Chrome context, and creates reviewed Plane work items at meeting end",
"author": {
"name": "Andre Paat"
},
"interface": {
"displayName": "Analyst Companion",
"shortDescription": "Real-time in-person meeting analyst — live transcription with speaker diarization via self-hosted WhisperLiveKit, surfaces live clarifying questions on a Tailscale-only console, answers voice commands using the on-screen Chrome context, and creates reviewed Plane work items at meeting end",
"longDescription": "Real-time in-person meeting analyst — live transcription with speaker diarization via self-hosted WhisperLiveKit, surfaces live clarifying questions on a Tailscale-only console, answers voice commands using the on-screen Chrome context, and creates reviewed Plane work items at meeting end",
"developerName": "Andre Paat",
"category": "Productivity",
"capabilities": [
"Skills",
"Scripts"
],
"defaultPrompt": "Use the analyst-companion plugin for this task.",
"websiteURL": "https://github.com/paat/claude-plugins"
},
"homepage": "https://github.com/paat/claude-plugins",
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"meetings",
"transcription",
"whisper",
"plane",
"requirements",
"analyst",
"chrome",
"estonian"
],
"skills": "./skills/"
}{
"name": "analyst-companion",
"version": "0.3.3",
"description": "Real-time in-person meeting analyst — live transcription with speaker diarization via self-hosted WhisperLiveKit, surfaces live clarifying questions on a Tailscale-only console, answers voice commands using the on-screen Chrome context, and creates reviewed Plane work items at meeting end",
"author": {
"name": "Andre Paat"
},
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"meetings",
"transcription",
"whisper",
"plane",
"requirements",
"analyst",
"chrome",
"estonian"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[analyst-companion on Agent Plugins Marketplace](https://pluginsmp.com/plugins/analyst-companion)