concept-explainer

Uses analogies to explain complex medical concepts in accessible terms.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "concept-explainer" with this command: npx skills add aipoch-ai/concept-explainer

Concept Explainer

Explains medical concepts using everyday analogies.

Features

  • Analogy generation
  • Concept simplification
  • Multiple explanation levels
  • Visual description support

Parameters

ParameterTypeDefaultRequiredDescription
--concept, -cstring-YesMedical concept to explain
--audience, -astringpatientNoTarget audience (child, patient, student)
--list, -lflag-NoList all available concepts
--output, -ostring-NoOutput JSON file path

Usage

# Explain thrombosis to a patient
python scripts/main.py --concept "thrombosis"

# Explain to a child
python scripts/main.py --concept "immune system" --audience child

# Explain to a medical student
python scripts/main.py --concept "antibiotic resistance" --audience student

# List all available concepts
python scripts/main.py --list

Output Format

{
  "explanation": "string",
  "analogy": "string",
  "key_points": ["string"]
}

Risk Assessment

Risk IndicatorAssessmentLevel
Code ExecutionPython/R scripts executed locallyMedium
Network AccessNo external API callsLow
File System AccessRead input files, write output filesMedium
Instruction TamperingStandard prompt guidelinesLow
Data ExposureOutput files saved to workspaceLow

Security Checklist

  • No hardcoded credentials or API keys
  • No unauthorized file system access (../)
  • Output does not expose sensitive information
  • Prompt injection protections in place
  • Input file paths validated (no ../ traversal)
  • Output directory restricted to workspace
  • Script execution in sandboxed environment
  • Error messages sanitized (no stack traces exposed)
  • Dependencies audited

Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • Successfully executes main functionality
  • Output meets quality standards
  • Handles edge cases gracefully
  • Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
    • Performance optimization
    • Additional feature support

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

智美人AI实战课

《智美人AI Agent实战课》配套技能——从0到1搭建AI Agent的完整课程体系。第01节:AI Agent基础概念+工具链搭建。课程内容含数字人讲解视频、实战代码、课后练习。覆盖:OpenClaw配置、技能安装、MCP工具、多Agent协同、变现实战。

Registry SourceRecently Updated
General

A-Level Physics CIE 9702

Generate structured answer templates for CIE A-Level Physics (9702) exam questions. Fine-tuned Qwen3-4B LoRA model: question type, given/required, formulae,...

Registry SourceRecently Updated
1740Profile unavailable
General

Study Buddy

Interactive study assistant that creates flashcards, quizzes, and spaced repetition reviews from any source material (notes, PDFs, photos, text, URLs). Use w...

Registry SourceRecently Updated
2750Profile unavailable
General

NotebookLM Studio

Import sources (URLs, YouTube, files, text) into Google NotebookLM and generate user-selected artifacts: podcast, video, report, quiz, flashcards, mind map,...

Registry SourceRecently Updated
2861Profile unavailable