npx claudepluginhub centminmod/claude-kokori-tts[filename] <text> [--voice <voice>] [--quiet]# 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`.
/exportExports issues to JSONL format (one object per line), sorted by ID for readable git diffs. Supports -o output-file and --status filter.
/exportExports research findings from latest or specified session to knowledge-intake compatible markdown file saved to docs/research/export-{session}.md.
/exportExports personal instincts to a timestamped .tar.gz file in .claude/homunculus/exports/ for sharing. Optionally includes metadata manifest with count and domains.
/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.
/exportExports project memories from .nemp/memories.json to CLAUDE.md. Appends/updates Nemp section by default; --replace overwrites entire file.
/exportExport PR/FAQ LaTeX (.tex) to Word (.docx) via pandoc without TeX install. Specify [filename.tex] or auto-detects prfaq.tex.
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.