ワンクリックで
tts
Convert text to speech with ElevenLabs voiceover. Use when generating speech audio or browsing available voices.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Convert text to speech with ElevenLabs voiceover. Use when generating speech audio or browsing available voices.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build a brand-perfect PowerPoint deck via the master-template renderer. Use when the user asks to create a deck or presentation.
Generate Excalidraw diagrams from a compact DSL with brand-resolved colors. Use for boxes/arrows flow diagrams.
Generate SVG diagrams from a compact DSL with brand-resolved colors. Use for charts, flows, and schematic 2D graphics.
Generate AI images via Replicate or Gemini. Use to create illustrations, photos, or graphics from a text prompt.
Use when authoring a CLI session recording for the cli-recorder skill. Translates a user's intent ("video of installing kubectl") into a valid recipe.toml through interactive Q&A.
Editing a pre-recorded video into a brand-themed cut — authors edit_plan.json with overlay beats, captions, and audio score; probe/transcribe/lint/preview/final pipeline. Use when the user provides footage and asks to edit, enhance, or caption it.
| name | tts |
| description | Convert text to speech with ElevenLabs voiceover. Use when generating speech audio or browsing available voices. |
feinklang is a command on your PATH — no file paths, no cd, no
${CLAUDE_PLUGIN_ROOT}. Requires ELEVENLABS_API_KEY (an export, or a line in
~/.env). Default voice: Hale.
feinklang tts --text "Hello, this is a test." --out voiceover.mp3
See references/parameters.md for all flags, models, and format options.
Key options: --voice-id (name or ID), --model-id, --format, --stability,
--similarity-boost, --speed, --play. Write outputs into the project
(e.g. a beats directory under ${CLAUDE_PROJECT_DIR}) so downstream plugins
can consume them.
feinklang voices # all voices
feinklang voices --category professional # cloned | professional | premade
feinklang voices --search Mike # search by name
Call feinklang tts --text "…" --out <project-path> and read the resulting
file. Do not reference feinklang's internal files; the CLI is the entire
contract. If feinklang is not on PATH, ask the user for the audio instead.
references/parameters.md — full flag reference, models, output formats, and examples