| name | faq-generator |
| description | Generates FAQ lists from complex medical policies or protocols. Trigger when user provides medical documents, policies, or protocols and requests FAQ generation, patient education materials, or simplified explanations. |
| version | 1.0.0 |
| category | Info |
| tags | ["faq","policy","patient-education","protocol","medical-documents"] |
| author | AIPOCH |
| license | MIT |
| status | Draft |
| risk_level | Medium |
| skill_type | Tool/Script |
| owner | AIPOCH |
| reviewer | null |
| last_updated | 2026-02-06T00:00:00.000Z |
FAQ Generator
Creates FAQ lists from medical documents.
Features
- Automatic Q&A generation
- Policy interpretation
- Patient-friendly language
- Structured formatting
Parameters
| Parameter | Type | Default | Required | Description |
|---|
--input, -i | string | - | Yes | Source document file path |
--audience, -a | string | general | No | Target audience (patients, researchers, general) |
--output, -o | string | stdout | No | Output file path |
--format, -f | string | json | No | Output format (json, markdown, text) |
Output Format
{
"faqs": [{"question": "", "answer": ""}],
"topic": "string"
}
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|
| Code Execution | No scripts included | Low |
| Network Access | No external API calls | Low |
| File System Access | Read-only within workspace |