gastrohem-media-processor

Transcribe audio files and OCR images from Gastrohem WhatsApp folders.

Updated Oct 27, 2025
One-click install
npx skills add https://github.com/asapMaki/vozzy-whatsapp --skill gastrohem-media-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gastrohem-media-processor
Source: https://github.com/asapMaki/vozzy-whatsapp/tree/main/.claude/skills/gastrohem-media-processor
Command: npx skills add https://github.com/asapMaki/vozzy-whatsapp --skill gastrohem-media-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires insanely-fast-whisper, and includes scripts (resource) components.

What problem does it solve?

Manually transcribing audio and extracting information from images in daily WhatsApp folders is a slow and labor-intensive process. This skill automates media processing, saving significant time and ensuring no critical information is missed from your daily communications.

Core Features & Use Cases

  • Parallel Audio Transcription: Transcribes audio files (.mp3, .ogg, etc.) in parallel using insanely-fast-whisper, generating .json outputs for easy integration.
  • Intelligent Image OCR: Uses Claude's vision capabilities to perform OCR on images, creating natural language .md summaries focused on Gastrohem-relevant information.
  • Use Case: At the end of the day, run this skill to automatically process all voice notes and images from your team's WhatsApp conversations, getting structured text summaries ready for review and further action.

Quick Start

To process all media for today, simply ask: Process media. To process media for a specific date (e.g., 24.10), ask: Process media for 24.10.

Frequently Asked Questions about gastrohem-media-processor

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

FAQPage Schema
How do I transcribe audio files from WhatsApp conversations automatically?

Audio transcription converts voice notes to text using insanely-fast-whisper, processing files in parallel and outputting structured JSON transcripts. Run 'Process media' to transcribe all audio from today's WhatsApp folder, or specify a date with '--scan-date' to target a particular day.

Can I extract text from images using OCR and get summaries?

Claude Vision OCR extracts and summarizes image content into natural language Markdown files focused on relevant information. The Skill processes all images in your WhatsApp folders, generating `.md` summaries automatically without manual extraction.

What's the fastest way to process media files from daily WhatsApp folders?

Parallel processing with insanely-fast-whisper accelerates audio transcription across multiple files simultaneously, while Claude Vision handles image OCR. Process all media for a specific date or folder with a single command, skipping already-processed files automatically.

Do I need to set up anything before processing media with this Skill?

The Skill requires insanely-fast-whisper as a dependency and works with daily WhatsApp folders containing `.mp3`, `.ogg`, and image files. Default behavior processes today's date; use '--folder' or '--scan-date' flags to customize the input scope and location.

Can I process media for a specific date or folder instead of today?

Command-line controls like '--scan-date' and '--folder' let you target specific dates (e.g., '24.10') or directories. The Skill defaults to today but supports flexible scheduling across all Gastrohem departments for date-specific or folder-specific requests.

What output formats do transcripts and image summaries use?

Audio transcription generates per-file JSON transcripts for structured data integration, while image OCR produces Markdown summaries. Both formats are ready for review, further processing, or integration into downstream workflows.