‹ 首页

anon

@glebis · 收录于 3 天前 · 上游提交 5 天前

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 安装 校验哈希
npx oh-my-skill add glebis/claude-skills/anon
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- glebis/claude-skills/anon
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify glebis/claude-skills/anon
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
330GitHub stars
~1.2K最小装载
~1.2K含声明引用
~4K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 2482fd1 · 表述以原文为准
它做什么

当用户要求匿名化转录文件或文件夹时,Claude会在本地使用正则、Natasha和本地LLM识别PII,替换为唯一占位符,生成绿色副本和统计,同时创建一个映射文件用于后续恢复原始值。原始数据始终不离开本地。

什么时候触发

当用户说“anonymize this transcript”、“redact PII”或“de-identify session”等关键词,或指向需要清理的转录/文件夹时触发。

装好后可以这样说
将生成绿色副本和映射文件。
处理目录下所有.md/.txt文件。
--layers regex选项,完全离线。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。