Clinical anonymization
Skill elisaterumi-ai/agent-skills-in-practice/examples/clinical-anonymization
Learn what AI skills are and how to design, structure, and use them in real-world agent systems.
npx -y skills add elisaterumi-ai/agent-skills-in-practice --skill clinical-anonymizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Removes sensitive data from clinical text while preserving meaning. Use for healthcare data.
SKILL.md
0.4 KB, as published. Nobody here has run it
Instructions
-
Identify sensitive data:
- Names
- Dates
- Locations
- IDs
-
Replace with placeholders:
- [NAME]
- [DATE]
- [LOCATION]
- [ID]
-
Preserve clinical meaning
Output Format
- Anonymized text