← 返回 Skills 市场
nickjlamb

Redacta

作者 Nick Lamb · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
615
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install redacta
功能描述
Redacta pseudonymises medical documents — replacing patient identifiers (NHS numbers, dates of birth, postcodes, phone numbers, hospital numbers) with labell...
安全使用建议
This skill appears coherent and lightweight, but check the following before using on real patient data: 1) Model/data handling: the SKILL.md says processing is "local" but actual text may be sent to whatever language model you use—confirm your model provider's data processing and retention policies or run models on-prem if required. 2) Clinician/institution names: the default preserves clinician and hospital names; if your policy requires removing staff or institutional identifiers, instruct the agent to redact them or change the rule. 3) Review outputs: the skill admits it cannot guarantee 100% detection — always manually review pseudonymised text and the redaction report before sharing. 4) Test first: run the skill on representative non-sensitive examples to validate regex/context rules (especially NHS check-digit behaviour and date-context decisions). 5) Scope limits: v1 is text-only (no PDFs/images). If you need stronger guarantees or audit logging, consider integrating with a vetted de-identification pipeline rather than relying solely on instruction-driven redaction.
功能分析
Type: OpenClaw Skill Name: redacta Version: 1.0.0 The OpenClaw skill 'redacta' is designed to pseudonymise medical documents by replacing patient identifiers with tokens. The `SKILL.md` instructions explicitly state that the skill does not store or transmit patient data, and it instructs the AI agent to never output original patient identifiers. There are no instructions for data exfiltration, unauthorized command execution, network calls beyond the stated purpose, or any form of prompt injection against the agent to perform malicious actions. The skill's behavior is clearly aligned with its stated privacy-preserving purpose.
能力评估
Purpose & Capability
The name/description (pseudonymise medical documents) matches the SKILL.md instructions. No unrelated binaries, env vars, or installs are requested and the detection rules and output format align with the stated purpose.
Instruction Scope
The instructions are narrowly scoped to text pseudonymisation and list precise regex and contextual rules. Two design choices merit user attention: (1) clinician and institutional names are preserved by default (may leak staff/institution PII in some contexts) and (2) the SKILL.md asks the agent to process text "locally within your AI agent session" but also acknowledges underlying language-model processing; the skill cannot enforce local-only model hosting — platform/model choices determine actual data flow.
Install Mechanism
Instruction-only skill with no install steps or code files; nothing is written to disk or downloaded as part of the skill itself.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or permissions.
Persistence & Privilege
No elevated persistence requested (always:false). The skill does not attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install redacta
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /redacta 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1: Regex-based pseudonymisation for NHS numbers, DOBs, postcodes, phones, emails, hospital numbers, NI numbers. Agent reasoning for patient names, addresses, ages. Labelled tokens, redaction reports.
元数据
Slug redacta
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Redacta 是什么?

Redacta pseudonymises medical documents — replacing patient identifiers (NHS numbers, dates of birth, postcodes, phone numbers, hospital numbers) with labell... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 615 次。

如何安装 Redacta?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install redacta」即可一键安装,无需额外配置。

Redacta 是免费的吗?

是的,Redacta 完全免费(开源免费),可自由下载、安装和使用。

Redacta 支持哪些平台?

Redacta 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Redacta?

由 Nick Lamb(@nickjlamb)开发并维护,当前版本 v1.0.0。

💬 留言讨论