Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AI / MLMédio

Speech Generation Skill

poropenai·openai· v1.0.0 · atualizado em 2026-04-10
83
Score

Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.

text-to-speechspeech-generationopenai-apiaudio-generationvoiceovertts
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdspeech/workflow
1. Decide intent: single vs batch (see decision tree above).
2. Collect inputs up front: exact text (verbatim), desired voice, delivery style, format, and any constraints.
3. If batch: write a temporary JSONL under tmp/ (one job per line), run once, then delete the JSONL.
4. Augment instructions into a short labeled spec without rewriting the input text.
5. Run the bundled CLI (`scripts/text_to_speech.py`) with sensible defaults (see references/cli.md).
6. For important clips, validate: intelligibility, pacing, pronunciation, and adherence to constraints.
7. Iterate with a single targeted change (voice, speed, or instructions), then re-check.
8. Save/return final outputs and note the final text + instructions + flags used.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comAudio Transcribe
85%
Hebbian Synapse
Composite0.850
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aPrompt Optimizer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
60
Similar aEmbedding Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
90
Similar aToken Counter
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aScreenshot Capture
65%
Hebbian Synapse
Composite0.650
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aAudio Transcribe
65%
Hebbian Synapse
Composite0.650
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Image Generation Skill
65%
Hebbian Synapse
Composite0.650
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Sora Video Generation Skill
65%
Hebbian Synapse
Composite0.650
w = 0.3·α + 0.5·β + 0.2·γ
81
Co-executedToken Counter
49%
Hebbian Synapse
Composite0.494
w = 0.3·α + 0.5·β + 0.2·γ
84
Co-executedAudio Transcribe
50%
Hebbian Synapse
Composite0.501
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Speech Generation Skill
speech
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers8
generate speech from textcreate a voiceovernarrate the textconvert text to audiogenerate audio promptsperform text-to-speechcreate audio narrationgenerate spoken audio

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download speech
$ synaptic skills detail speech
$ synaptic skills live speech

Links

GitHub Repository