anon
De-identify a session transcript (file or folder) by redacting PII LOCALLY before any sharing or cloud use. Produces a redacted GREEN copy with unique reserved-sentinel placeholders ([CONFIDE_PERSON_0001], [CONFIDE_EMAIL_0001], [CONFIDE_DATE_0002]...) plus a counts-only stats summary, and a local secret <name>.map.json (0600, gitignored) that enables confide:rehydrate to restore real values after a cloud analysis. Use when the user says "anonymize this transcript", "redact PII", "de-identify session", "make safe to share", "strip personal data", "anonymize notes before sending to an LLM", or points at a transcript/folder that should be scrubbed. Local-only by default — raw text never leaves the machine; the map is the only artifact with originals and stays local; nothing printed is PII; human review is still required before sharing.
适合你,如果需要在分享或使用云端分析前从对话记录中移除所有个人身份信息
npx oh-my-skill add glebis/claude-skills/anoncurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- glebis/claude-skills/anonnpx oh-my-skill verify glebis/claude-skills/anon怎么用
商店整理自技能原文 · 版本 2482fd1 · 表述以原文为准当用户要求匿名化转录文件或文件夹时,Claude会在本地使用正则、Natasha和本地LLM识别PII,替换为唯一占位符,生成绿色副本和统计,同时创建一个映射文件用于后续恢复原始值。原始数据始终不离开本地。
当用户说“anonymize this transcript”、“redact PII”或“de-identify session”等关键词,或指向需要清理的转录/文件夹时触发。