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

radiology-image-quiz

Use when creating radiology educational quizzes, preparing board exam questions, or studying medical imaging cases. Generates interactive quizzes with X-ray, CT, MRI, and ultrasound images for medical education.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aipoch-ai/radiology-image-quiz
Or

What This Skill Does

The radiology-image-quiz skill is an OpenClaw AI agent utility designed to streamline the creation of high-quality, educationally rigorous medical imaging quizzes. It focuses on the generation of interactive content for X-ray, CT, MRI, and ultrasound modalities. By leveraging a structured execution path via scripts/main.py, it ensures that quiz questions are mapped against standardized medical knowledge, making it an essential tool for medical students, radiology residents, and clinicians preparing for high-stakes board examinations. The skill enforces a systematic approach to question design, ensuring that each generated quiz item includes a clearly defined clinical vignette, the associated imaging findings, and an evidence-based explanation for the correct answer.

Installation

To integrate this skill into your OpenClaw environment, ensure you have Python 3.10 or higher installed. Use the following command in your terminal: clawhub install openclaw/skills/skills/aipoch-ai/radiology-image-quiz Once installed, you can verify the integrity of the package by running python -m py_compile scripts/main.py within the skill's directory.

Use Cases

  • Board Exam Preparation: Generate high-yield questions for USMLE or board certification exams by specifying the target organ system and modality.
  • Case-Based Learning: Create interactive study sessions for medical school small-group discussions using de-identified radiology datasets.
  • Faculty Curriculum Development: Quickly draft consistent quiz sets for residency teaching files.

Example Prompts

  1. "Generate a 5-question quiz focused on chest X-ray findings for community-acquired pneumonia, including differential diagnoses and follow-up recommendations."
  2. "Create an interactive CT scan challenge for an abdominal emergency case, focusing on the diagnosis of acute appendicitis vs. diverticulitis."
  3. "Prepare a board-style case study using a brain MRI image; provide a clinical vignette, 4 multiple-choice options, and a detailed explanation of the findings."

Tips & Limitations

To maximize the utility of this skill, always define your target audience and the specific anatomical area before execution. Remember that the output quality depends on the clarity of your constraints; the more specific you are about the medical pathology, the better the final quiz content will be. Note that the script relies on local file management and code execution; ensure that your input files follow the expected structure located in the references/ folder. This skill is meant for educational support and should not replace professional clinical decision-making or official diagnostic interpretation tools.

Metadata

Author@aipoch-ai
Stars4473
Views0
Updated2026-05-01
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-radiology-image-quiz": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#radiology#medical-education#quiz-generator#imaging#healthcare
Safety Score: 4/5

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