ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

drug-pronunciation

Provides correct pronunciation guides for complex drug generic names. Generates phonetic transcriptions using IPA and audio generation markers for medical terminology.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aipoch-ai/drug-pronunciation
Or

What This Skill Does

The drug-pronunciation skill is a specialized linguistic tool designed for healthcare professionals, students, and patients who need to master the pronunciation of complex pharmaceutical terminology. Many generic and brand-name drugs contain intricate phonetic structures that are not intuitive to non-native speakers or individuals without a medical background. This agent bridges that gap by providing high-fidelity IPA (International Phonetic Alphabet) transcriptions, clear syllable breakdowns, and emphasis indicators for correct inflection. Beyond simple text-based feedback, the tool generates SSML-compatible audio tags, allowing the agent to provide audible demonstrations of the drug names. By maintaining a database of over 1000 common medications, this skill ensures accuracy across a broad spectrum of pharmacotherapy, helping to reduce communication errors in clinical settings and pharmacy workflows.

Installation

To integrate this skill into your OpenClaw workspace, ensure you have the necessary environment configured. Run the following command in your terminal:

clawhub install openclaw/skills/skills/aipoch-ai/drug-pronunciation

Ensure that the dependencies listed in the requirements.txt file are installed via pip install -r requirements.txt. This skill operates primarily within your local workspace to maintain privacy and speed.

Use Cases

  • Clinical Training: Teaching medical residents how to correctly pronounce generic medication names to ensure patient safety during rounds.
  • Pharmacy Workflow: Providing quick reference for pharmacy technicians verifying complex drug orders.
  • Patient Education: Generating clear, spoken instructions for patients who may struggle with complex medication labels.
  • Medical Transcription: Validating the phonetic accuracy of drug names transcribed from audio files.

Example Prompts

  1. "How do I correctly pronounce 'levetiracetam'? Please provide the breakdown."
  2. "Show me the phonetic transcription and syllable breakdown for 'azithromycin' using the detailed format."
  3. "List all medications currently available in the database to verify if I can check 'metoprolol'."

Tips & Limitations

To get the most accurate results, always specify the -f detailed flag if you require emphasis markers, as the default setting may omit them for brevity. While the skill covers over 1000 common medications, it may not recognize extremely niche, newly approved, or experimental drug names. If a drug is not found, please check the spelling before retrying. Remember that the IPA output follows standard phonetic conventions, so ensure your environment supports rendering those specific character sets if you are piping the output into another application.

Metadata

Author@aipoch-ai
Stars3917
Views0
Updated2026-04-08
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aipoch-ai-drug-pronunciation": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#pharmacology#pronunciation#medical-terminology#education
Safety Score: 4/5

Flags: file-write, file-read, code-execution