audio-script-writer
Convert written medical content into podcast or video scripts optimized for audio delivery. Transforms academic papers, reports, and educational materials into engaging spoken-word formats with pronunciation guides, timing markers, and audio-friendly structure.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/audio-script-writerAudio Script Writer
Overview
Content transformation tool that converts written medical and scientific materials into professionally structured audio scripts suitable for podcasts, educational videos, audiobooks, and voiceover narration.
Key Capabilities:
- Format Conversion: Research papers → podcast scripts
- Spoken Word Optimization: Sentence restructuring for listening
- Pronunciation Guides: Medical terminology phonetic spelling
- Timing Estimation: Duration calculations for production planning
- Multi-Format Output: Podcast, video, lecture, audiobook templates
- Voice Direction: Tone, pace, and emphasis cues for narrators
When to Use
✅ Use this skill when:
- Creating medical education podcasts from journal articles
- Converting conference presentations to video scripts
- Developing audiobook versions of medical textbooks
- Scripting patient education audio materials
- Producing research summary videos for social media
- Adapting written case reports for audio case studies
- Creating voiceover scripts for e-learning modules
❌ Do NOT use when:
- Live presentation without script → Use improvisation
- Highly visual content (surgery videos) → Use visual-focused tools
- Interactive audio (Q&A format) → Use dialogue scripting tools
- Music or sound design planning → Use audio production software
- Voice recording itself → This creates scripts, not audio
Integration:
- Upstream:
abstract-summarizer(content condensation),lay-summary-gen(patient-friendly language) - Downstream:
medical-translation(multi-language scripts),voice-cloning-tool(AI narration)
Core Capabilities
1. Spoken Word Transformation
Convert written text to conversational audio style:
from scripts.audio_writer import AudioScriptWriter
writer = AudioScriptWriter()
# Transform written content
script = writer.convert_to_audio(
source_text=research_paper,
format="podcast", # podcast, video, lecture, audiobook
target_audience="medical_students",
duration_minutes=15
)
print(script.spoken_text)
# Converts: "The pathophysiology of diabetes mellitus involves..."
# To: "So what exactly happens in diabetes? Well, it all starts when..."
Transformation Rules:
| Written Style | Audio Style | Example |
|---|---|---|
| "Furthermore" | "Plus" | Less formal transitions |
| " et al." | "and their colleagues" | Expand abbreviations |
| Numbers in text | Spoken numbers | "15%" → "15 percent" |
| Long sentences | 15-20 word max | Break into digestible chunks |
| Passive voice | Active voice | "was observed" → "we saw" |
| Citations | Omit or footnote | "(Smith et al., 2024)" → [reference tone] |
2. Pronunciation Guide Generation
Create phonetic spelling for medical terms:
# Generate pronunciation guide
pronunciation = writer.create_pronunciation_guide(
text=script,
include_phonetic=True,
include_syllables=True
)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-audio-script-writer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mechanism-flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
reference-style-sync
One-click synchronization and standardization of reference formats in literature management tools, intelligently fixing metadata errors.
clinical-data-cleaner
Use when cleaning clinical trial data, preparing data for FDA/EMA submission, standardizing SDTM datasets, handling missing values in clinical studies, detecting outliers in lab results, or converting raw CRF data to CDISC format. Cleans and standardizes clinical trial data for regulatory compliance with audit trails.
metagenomic-krona-chart
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
anatomy-quiz-master
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.