Agent Plugins Marketplace
All plugins

analyst-companion

v0.3.3

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

CodexClaude Code3 Skills

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

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add analyst-companion@paat-plugins

Paste 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-marketplaceanalyst-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-plugins

Clone 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

plugins/analyst-companion/
├── .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

analyst-companion-meeting-end-workflowskills/analyst-companion-meeting-end-workflow/SKILL.md

Run /meeting-end workflow from analyst-companion; alias /analyst-companion:meeting-end.

analyst-companion-meeting-start-workflowskills/analyst-companion-meeting-start-workflow/SKILL.md

Run /meeting-start workflow from analyst-companion; alias /analyst-companion:meeting-start.

meeting-companionskills/meeting-companion/SKILL.md

Use during /meeting-start live customer meetings to read transcript ticks, handle voice commands, update questions, and write console feeds.

Plugin manifests2

plugins/analyst-companion/.codex-plugin/plugin.json
{
  "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/"
}
plugins/analyst-companion/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)