npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Local audio transcription using faster-whisper in Docker.
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.
Local audio transcription using faster-whisper in Docker.
cd /path/to/skills/transcribe/scripts
chmod +x install.sh
./install.sh
This builds the Docker image whisper:local and installs the transcribe CLI.
transcribe /path/to/audio.mp3 [language]
es (Spanish)auto for auto-detectiontranscribe /tmp/voice.ogg # Spanish (default)
transcribe /tmp/meeting.mp3 en # English
transcribe /tmp/audio.m4a auto # Auto-detect
mp3, m4a, ogg, wav, webm, flac, aac
transcribe <path>scripts/transcribe - CLI wrapper (bash)scripts/install.sh - Installation script (includes Dockerfile inline)small (fast) - edit install.sh for large-v3 (accurate)