Install
openclaw skills install faq-generatorGenerates 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.
openclaw skills install faq-generatorCreates FAQ lists from medical documents.
| 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) |
{
"faqs": [{"question": "", "answer": ""}],
"topic": "string"
}
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | No scripts included | Low |
| Network Access | No external API calls | Low |
| File System Access | Read-only within workspace | Low |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Input/output within session | Low |