Home / Workflows / Turn a voice memo into a posted update
Media Generationintermediate3-step workflow~18 min

Turn a voice memo into a posted update

Transcribe a voice memo, check its text stats for length, then post the cleaned-up update to Telegram.

Workflow

Step 1 of 3

Voice Transcribe

Transcribe the voice memo into text.

voice_transcribe({"audio_url": "https://example.com", "audio_b64": "example", "content_type": "example"})
Step 2 of 3

Text Statistics Analyzer

Check word count and reading time before posting.

text_stats({"text": "hello from an agent"})
Step 3 of 3

Post Telegram

Post the finished update to a Telegram chat.

post_telegram({"bot_token": "example", "chat_id": "example-id", "text": "hello from an agent"})

Install

One command wires up every tool below for Claude Code:

claude mcp add --transport http wingman https://wingmanprotocol.com/mcp

Claude Desktop, Cursor and Continue configs are on /install. A free key (500 calls/month, no card) is on /pricing; beyond that it is x402 pay-per-call in USDC on Base.