en un clic
talkback
// Configure TTS engine for the talkback plugin. Use when user types /talkback.
// Configure TTS engine for the talkback plugin. Use when user types /talkback.
Use when interacting with GitHub (issues, PRs, projects, repo exploration)
Manages Cloudflare zones via API. Use when purging cache, querying DNS records, or checking zone analytics.
Use when committing or creating branches
Browser automation. MUST invoke before calling Playwright. Use when browsing websites, checking UI, filling forms, or automating web workflows.
| name | talkback |
| description | Configure TTS engine for the talkback plugin. Use when user types /talkback. |
| user_invocable | true |
Configure the talkback plugin's TTS engine using structured prompts.
Use AskUserQuestion to ask which TTS engine to use:
If the user chose ElevenLabs, use AskUserQuestion to ask for:
You can combine both into one AskUserQuestion call with two questions.
Check the plugin's install scope in ~/.claude/plugins/installed_plugins.json under plugins["talkback@lineofflight"][0].scope.
~/.claude/settings.jsonTALKBACK_ENGINE to .claude/settings.json, but put ELEVENLABS_API_KEY in .claude/settings.local.json (gitignored) to avoid committing secrets.claude/settings.local.jsonSave under the env key in the appropriate settings file using the Edit tool.
After saving, tell the user to run /reload-plugins to apply.