chat-integrator

Insert audio transcriptions and image summaries into chat.md chronologically.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually integrating audio transcriptions and image summaries into daily chat logs is time-consuming and prone to errors, especially when needing to maintain chronological order. This skill automates that process, ensuring all media content is correctly placed and saving you valuable time.

Core Features & Use Cases

  • Automated Media Integration: Scans for processed audio (.json) and image (.md) files within specified folders.
  • Chronological Merging: Extracts timestamps from filenames and intelligently inserts content into chat.md at the correct chronological position, preserving existing entries.
  • Use Case: After a day of active WhatsApp conversations with numerous voice notes and images, simply run this skill to automatically update your chat.md with all processed media, perfectly ordered by time, without any manual effort.

Quick Start

To integrate media for today, simply ask: Integrate media into chat. To integrate media for a specific date (e.g., 24.10), ask: Integrate media for 24.10.

Frequently Asked Questions about chat-integrator

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

FAQPage Schema
How do I automatically merge audio transcriptions and image summaries into chat logs?

This skill automates merging processed media into chat.md by scanning for audio transcriptions in JSON and image summaries in Markdown, extracting timestamps from filenames, and inserting content chronologically. It eliminates manual integration and ordering errors.

Can I integrate WhatsApp voice notes and images into daily chat logs by timestamp?

Yes. The skill scans specified folders for processed audio and image files, extracts timestamps from filenames, and inserts each piece into chat.md at the correct chronological position, maintaining existing entries without duplication.

What file formats does this skill accept for media integration?

The skill processes audio transcriptions stored as JSON files and image summaries stored as Markdown files, extracting timestamps from filenames to determine insertion order in your chat log.

How do I run media integration for a specific date?

Ask the skill to integrate media for a specific date using the format 'Integrate media for [date]' (e.g., 'Integrate media for 24.10'). For today's media, simply request 'Integrate media into chat.'

Does this skill handle duplicate detection and backups?

Yes. The skill includes robust duplicate detection to prevent content from being inserted twice and creates backups during integration, ensuring data safety and preventing accidental overwrites.

What happens if timestamps are missing or malformed in filenames?

The skill includes error handling for timestamp extraction failures. It processes files with valid timestamps while managing edge cases gracefully, though precise behavior for malformed filenames depends on your folder structure and naming conventions.