buzz-media-attachments

Installation
SKILL.md

Buzz Media Attachments

Use this workflow when a user asks to post a local media file into the current Buzz conversation and normal MEDIA:/path delivery fails.

Workflow

  1. Verify the source file exists and is readable. Use ffprobe for video metadata when relevant.

  2. Find the current Buzz channel UUID from the live gateway log rather than guessing:

    # Search ~/.hermes/logs/gateway.log for the user's latest inbound Buzz message.
    # The line contains: platform=buzz ... chat=<CHANNEL_UUID>
    
  3. Use Buzz's native attachment mechanism:

Installs
3
GitHub Stars
238
First Seen
Aug 3, 2026
buzz-media-attachments — tonbistudio/buzz-skills