ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aipoch-ai/anatomy-quiz-master
Or

Anatomy Quiz Master

Overview

Comprehensive anatomy education tool that generates interactive quizzes covering gross anatomy, neuroanatomy, and clinical anatomy with adaptive difficulty and detailed explanations.

Key Capabilities:

  • Regional Quizzes: Head/neck, thorax, abdomen, pelvis, limbs
  • Multiple Question Types: Identification, function, clinical correlation
  • Adaptive Difficulty: Basic, intermediate, advanced levels
  • Image Integration: Label identification with anatomical images
  • Progress Tracking: Performance analytics and weak area identification
  • Exam Mode: Timed simulations for USMLE-style preparation

When to Use

✅ Use this skill when:

  • Medical students preparing for anatomy practical exams
  • Self-assessment after anatomy lectures or dissections
  • Identifying weak anatomical regions for focused study
  • Creating practice questions for study groups
  • Remediation for students who failed anatomy assessments
  • Preparing for USMLE Step 1 anatomy questions
  • Teaching assistants generating quiz materials for labs

❌ Do NOT use when:

  • Primary learning resource for anatomy → Use textbooks/atlas first
  • Substitute for cadaver lab attendance → Use for supplemental practice only
  • Pathology or physiology questions → Use specialized skills for those topics
  • Board exam registration or scheduling → Use official NBME resources

Integration:

  • Upstream: usmle-case-generator (clinical context), anki-card-creator (flashcard export)
  • Downstream: study-limitations-drafter (weakness analysis), performance-tracker (progress monitoring)

Core Capabilities

1. Regional Anatomy Quizzes

Generate focused quizzes by body region:

from scripts.quiz_generator import QuizGenerator

generator = QuizGenerator()

# Generate thorax quiz
quiz = generator.generate_quiz(
    region="thorax",
    topics=["heart", "lungs", "mediastinum", "thoracic_wall"],
    difficulty="intermediate",
    n_questions=20
)

# Export for LMS
quiz.export(format="json", filename="thorax_quiz.json")

Supported Regions:

RegionSubtopicsQuestion Types
Head & NeckSkull, cranial nerves, triangles, visceraIdentification, pathways, clinical
ThoraxHeart, lungs, mediastinum, pleuraRelations, auscultation, imaging
AbdomenGI tract, retroperitoneum, vesselsPeritoneal reflections, vascular supply
PelvisOrgans, perineum, wallsGender differences, clinical correlations
Upper LimbShoulder, arm, forearm, handMuscle actions, innervation, clinical
Lower LimbHip, thigh, leg, footGait, compartments, clinical exams
BackVertebral column, spinal cord, musclesLevels, landmarks, clinical

2. Neuroanatomy Pathway Tracing

Specialized quizzes for neural pathways:

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-anatomy-quiz-master": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.