skills/integrations/f5-tts/SKILL.md
Use the local F5TTS-FASTAPI service for voice-cloned text-to-speech, voice discovery, and direct synthesis. Trigger when working with the user's local F5 TTS Docker service, listing available voice profiles, validating health or auth, generating speech in a specific cloned voice, or using the F5 API independently of Hermes' built-in text_to_speech provider.
npx skillsauth add helix4u/hermes-agent f5-ttsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the task is specifically about the user's local F5 TTS server or when you need to choose a voice profile directly instead of relying on Hermes' default text_to_speech configuration.
GET /health.tts.f5.base_url in ~/.hermes/config.yaml when available. Default to http://localhost:8081.F5TTS_SECRET_KEY when you need to authenticate directly.GET /api/v1/voices/list to discover valid voice_profile names instead of guessing.POST /api/v1/tts/synthesize with exact user text plus the selected voice_profile.MEDIA: tag as needed.text_to_speech tool when the user simply wants speech output and the configured default voice is fine.F5TTS_SECRET_KEY is already present in the environment.text up to 1000 characters per request./health fails, report that the local F5 container is unavailable before trying anything else.F5TTS_SECRET_KEY is already present in the environment and use it before asking the user for anything.F5TTS_SECRET_KEY matches the FastAPI container SECRET_KEY./api/v1/voices/list.references/api.md when you need exact endpoint shapes, token generation snippets, or direct request examples.development
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
development
Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.
development
Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.
development
Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).