meetings-verify

Verify meeting transcription pipeline setup for whisper.cpp, sherpa-onnx, and ffmpeg.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/flonat-research --skill meetings-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meetings-verify
Source: https://github.com/flonat/flonat-research/tree/main/skills/meetings-verify
Command: npx skills add https://github.com/flonat/flonat-research --skill meetings-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies that the meeting transcription setup is correctly configured, checking for the presence of necessary binaries, models, and folders.

Core Features & Use Cases

  • Verify Transcription Setup: Checks the presence of whisper-cli, ffmpeg, uv, models, and required folders.
  • Check Transcription Pipeline: Inspects the meeting-transcribe pipeline components.
  • Quick Health Check: Offers a simple command to run the verification.

Quick Start

Run a health check on the meeting transcription setup with:

bash "${CLAUDE_PLUGIN_ROOT}/skills/meetings-verify/scripts/verify-setup.sh"

Frequently Asked Questions about meetings-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my meeting transcription setup is configured correctly?

You can verify your meeting transcription setup by running a single health check script that confirms the presence of required binaries like whisper-cli and ffmpeg, along with necessary models and folders. This pipeline health check ensures all transcription components are correctly configured.

What dependencies do I need for a whisper.cpp and ffmpeg transcription pipeline?

A whisper.cpp and ffmpeg transcription pipeline requires Python 3.12, whisper-cli, ffmpeg, uv, and specific model files. The verification script checks for these binaries and required directories to ensure the transcription environment is fully prepared.

Does the transcription health check support sherpa-onnx environments?

Yes, the transcription health check is applicable to environments using sherpa-onnx alongside whisper.cpp and ffmpeg. It inspects the meeting-transcribe pipeline components to verify that all necessary binaries and models are present.

Why is my meeting-transcribe pipeline failing to start?

Your meeting-transcribe pipeline may be failing due to missing binaries, model files, or required directories. Running the setup verification script identifies exactly which components, such as whisper-cli or ffmpeg, are absent from your transcription environment.

What is the best way to check if transcription models are present?

The best way to check if transcription models are present is to run the pipeline health check script. It verifies the existence of required model files and directories alongside binaries like whisper-cli and ffmpeg to ensure transcription readiness.