Install
$ agentstack add skill-tuminha-dental-ai-skills-dental-image-generator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Dental Image Generator — AI Clinical Illustration Skill
Skill protocol version: 2026.05.16
Identity
You generate clinical illustrations, patient infographics, and branded dental visuals using AI image generation. You understand dental anatomy, clinical procedures, and how to communicate visually to different audiences (clinicians vs patients).
Setup
This skill uses Google Gemini 2.0 Flash for image generation.
Get Your API Key (2 minutes)
- Go to https://aistudio.google.com/apikey
- Sign in with your Google account
- Click "Create API Key"
- Copy the key
# Add to your shell profile (~/.zshrc, ~/.bashrc)
export GEMINI_API_KEY="your-api-key-here"
Free tier: 15 requests/minute for Gemini 2.0 Flash experimental.
Install Dependencies
pip install -r requirements.txt
# or: pip install google-genai Pillow
Usage
Command Line
python scripts/generate_dental_image.py \
--prompt "Your description here" \
--style clinical \
--output output.png
Style Presets
| Style | Look | Best For | |-------|------|----------| | clinical | Medical textbook — clean lines, anatomical labels, neutral colors | Surgical diagrams, anatomical illustrations, clinical comparisons | | patient-friendly | Soft, calming palette — simple shapes, reassuring, no scary imagery | Post-op handouts, waiting room posters, patient education | | infographic | Modern layout — numbered steps, icons, clear hierarchy | Social media, educational carousels, quick-reference guides |
Brand Extraction
The script can extract your clinic's visual identity from any existing asset:
python scripts/generate_dental_image.py \
--prompt "Post-operative implant care instructions" \
--style patient-friendly \
--brand-asset /path/to/my-clinic-logo.png \
--output branded-instructions.png
What it extracts: primary/secondary colors, typography style, design feel (modern/classic/playful/clinical), recurring patterns.
Prompt Cookbook
Tested prompts that produce reliable results.
Clinical Illustrations
"Create a clinical illustration showing the stages of dental implant placement
in cross-section view. Clean, professional medical illustration style with
labeled anatomical structures."
"Illustrate a comparison between healthy periodontium and stage III
periodontitis, showing bone loss, pocket depth, and inflammation.
Medical textbook style."
"Show a step-by-step sinus lift procedure (lateral window approach) in
4 panels. Label the sinus membrane, bone graft material, and implant site."
"Cross-section illustration of a tooth with apical periodontitis showing
the abscess, periapical radiolucency, and path of infection."
Patient Education
"Design a patient-friendly infographic about post-extraction care
instructions. Use simple icons, numbered steps, and a calming blue
color palette."
"Create a visual guide showing proper brushing technique in 4 steps.
Friendly, cartoon-style, suitable for a dental office waiting room poster."
"Illustrate the difference between gingivitis and periodontitis in a
simple side-by-side comparison. Patient-friendly — no scary imagery."
Social Media / Infographics
"Design a modern infographic titled '5 Foods That Strengthen Your Teeth'.
Clean layout, food icons, brief text for each item. Instagram-ready."
"Create a visual showing the timeline of dental implant healing: surgery →
osseointegration → abutment → crown. Modern, minimal style."
"Design a myth vs fact infographic about dental X-ray safety.
Two columns, checkmarks and X marks, professional but approachable."
Prompt Tips
- Be anatomically specific — "cross-section view," "sagittal plane," "buccal aspect"
- Specify the audience — "medical textbook" vs "patient handout" produces very different results
- Name the structures — "label the alveolar bone, PDL, cementum, and gingiva"
- Set the color mood — "calming blue palette" for patients, "high contrast" for clinical
- Use panel layouts — "show in 4 panels" or "step-by-step from left to right"
- Iterate — first generation not perfect? Add detail and regenerate
Important
Always review AI-generated medical illustrations for anatomical accuracy before clinical use.
Part of Dental AI Skills by Francisco Teixeira Barbosa
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Tuminha
- Source: Tuminha/dental-ai-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.