rehydrate
Put the real values back into an analysis that was produced from GREEN (placeholder) text — LOCALLY, using the user's own reversible map. Completes the confide round-trip (redact -> cloud-analyze the green -> rehydrate locally). Use when the user says "rehydrate", "restore real names", "unmask the analysis", "put the names back", "de-redact this output", "reverse the placeholders", or hands you an analysis full of [CONFIDE_PERSON_0001]/[CONFIDE_DATE_0002] plus a *.map.json. Runs only on the user's own map; the map never leaves the machine; nothing fetched or transmitted. Prints counts only — never echoes restored PII. Warns on placeholders not in the map (possible LLM hallucination).
适合你,如果需要对云端分析结果进行本地脱敏还原
npx oh-my-skill add glebis/claude-skills/rehydratecurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- glebis/claude-skills/rehydratenpx oh-my-skill verify glebis/claude-skills/rehydrate怎么用
商店整理自技能原文 · 版本 2482fd1 · 表述以原文为准装上后,Claude 可以把包含占位符(如 [CONFIDE_PERSON_0001])的分析文本恢复成真实值。恢复过程使用你自己的映射文件,只输出恢复成功的数量,不泄露隐私信息。
当你要求“rehydrate”“恢复真实姓名”“取消掩码”等,或提供包含占位符的分析文件和映射文件时触发。