lay-summary-gen

Converts complex medical abstracts into plain language summaries for patients, caregivers, and the general public. Ensures readability while maintaining scientific accuracy.

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 "lay-summary-gen" with this command: npx skills add ewankeynes/lay-summary-gen

Lay Summary Gen

Generates plain-language summaries of medical research for non-expert audiences.

Features

  • Complex to simple language conversion
  • Jargon elimination
  • Reading level optimization (Grade 6-8)
  • Key takeaways extraction
  • EU CTR compliance support

Input Parameters

ParameterTypeRequiredDescription
abstractstrYesOriginal medical abstract
target_audiencestrNo"patients", "public", "media"
max_wordsintNoMaximum word count (default: 250)

Output Format

{
  "lay_summary": "string",
  "reading_level": "string",
  "key_takeaways": ["string"],
  "word_count": "int",
  "jargon_replaced": [{"term": "plain"}]
}

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.

General

Concrete Language Rewriter

Rewrite abstract, theoretical, or jargon-heavy passages into sensory, schema-based language the audience can already picture — using three named techniques (...

Registry SourceRecently Updated
960Profile unavailable
Security

Curse Of Knowledge Detector

Diagnose a draft for the Curse of Knowledge — the expert blind spot that makes insiders write copy full of unexplained jargon, buried assumptions, strategy-l...

Registry SourceRecently Updated
850Profile unavailable
General

Story Plot Selector

Pick the right story plot (Challenge / Connection / Creativity) and structure it so it drives the specific action you need — and decide whether to deliver it...

Registry SourceRecently Updated
2390Profile unavailable
General

Emotional Appeal Selector

Choose the emotional lever that will make an audience actually care about a message — and strip out the analytical priming that kills charity before the emot...

Registry SourceRecently Updated
800Profile unavailable