How this command is triggered — by the user, by Claude, or both
Slash command
/claude-kokoro-tts:export [filename] <text> [--voice <voice>] [--quiet]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Export Audio Export speech to an audio file. ## Examples - `/claude-kokoro-tts:export "Hello world"` - Auto-generate filename - `/claude-kokoro-tts:export speech.mp3 "Hello world"` - Custom filename - `/claude-kokoro-tts:export --voice af_bella+af_sky "Blended voice"` - Export voice blend - `/claude-kokoro-tts:export --quiet "Hello world"` - Export without playback ## Supported Formats - WAV (default, best compatibility) - MP3 (compressed) - FLAC (lossless compression) - OPUS (high compression) Format is auto-detected from filename extension, or use `--format`.
Export speech to an audio file.
"${CLAUDE_PLUGIN_ROOT}/scripts/tts-wrapper.sh" export $ARGUMENTS
/claude-kokoro-tts:export "Hello world" - Auto-generate filename/claude-kokoro-tts:export speech.mp3 "Hello world" - Custom filename/claude-kokoro-tts:export --voice af_bella+af_sky "Blended voice" - Export voice blend/claude-kokoro-tts:export --quiet "Hello world" - Export without playbackFormat is auto-detected from filename extension, or use --format.
npx claudepluginhub centminmod/claude-kokori-tts/voicetest-exportExports voice agent definitions to formats like mermaid (flowchart), livekit (Python), retell, vapi, etc. Lists formats, saves output to file, supports platform operations.
/ffmpeg-audioProcesses audio files with FFmpeg for extraction from video, format conversion, volume normalization, and filters like compression or noise reduction. Outputs commands and recommendations.
/exportExports issues to JSON Lines format, outputting to stdout or a file with optional status filtering.
/exportExports personal instincts to a timestamped .tar.gz file in .claude/homunculus/exports/ for sharing. Optionally includes metadata manifest with count and domains.
/exportExports research findings from latest or specified session to knowledge-intake compatible markdown file saved to docs/research/export-{session}.md.
/exportExport Claude Code session history as CSV or JSON with optional --today, --week, --month, or --tag filters. Defaults to CSV, previews first 10 lines, suggests file redirect.