npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
transcribe audio files using openai's gpt-4o-mini-transcribe model.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
transcribe audio files using openai's gpt-4o-mini-transcribe model.
when receiving voice memos (especially via whatsapp), just run:
uv run /Users/darin/clawd/skills/voice-transcribe/transcribe <audio-file>
then respond based on the transcribed content.
if darin says a word was transcribed wrong, add it to vocab.txt (for hints) or replacements.txt (for guaranteed fix). see sections below.
# transcribe a voice memo
transcribe /tmp/voice-memo.ogg
# pipe to other tools
transcribe /tmp/memo.ogg | pbcopy
/Users/darin/clawd/skills/voice-transcribe/.env:
OPENAI_API_KEY=sk-...
add words to vocab.txt (one per line) to help the model recognize names/jargon:
Clawdis
Clawdbot
if the model still gets something wrong, add a replacement to replacements.txt:
wrong spelling -> correct spelling