Agent Skillssuperlinked/sie › redact-pii

redact-pii

GitHub

通过Superlinked MCP服务检测并替换文档中的个人身份信息(PII),支持多种文件格式,确保敏感数据脱敏后继续处理。

packages/sie_mcp/plugin/claude-code/redact-pii/SKILL.md superlinked/sie

Trigger Scenarios

用户要求对文档进行匿名化、去标识化或移除PII 需要清理文档中的敏感个人信息

Install

npx skills add superlinked/sie --skill redact-pii -g -y
More Options

Non-standard path

npx skills add https://github.com/superlinked/sie/tree/main/packages/sie_mcp/plugin/claude-code/redact-pii -g -y

Use without installing

npx skills use superlinked/sie@redact-pii

指定 Agent (Claude Code)

npx skills add superlinked/sie --skill redact-pii -a claude-code -g -y

安装 repo 全部 skill

npx skills add superlinked/sie --all -g -y

预览 repo 内 skill

npx skills add superlinked/sie --list

SKILL.md

Frontmatter
{
    "name": "redact-pii",
    "description": "Redact personal data from a document through the connected Superlinked MCP edge before working with the content. Use when the user asks to redact, anonymize, scrub, de-identify, or remove PII\/sensitive data from a document."
}

Redact PII with Superlinked MCP

Use the connected Superlinked MCP server to detect and replace PII on the SIE cluster through the MCP redact_pii tool.

Hard Rules

  • Do not open, view, attach, or read the source document into context before redaction.
  • After redaction, continue the user's task using only the redacted artifact.
  • The MCP tool intentionally does not return a placeholder-to-original map. Do not promise de-redaction from the MCP flow.

Steps

  1. Call the Superlinked MCP redact_pii tool:

    • For PDF, scan, image-of-text, DOCX, PPTX, XLSX, or HTML inputs, read raw bytes only, base64-encode them, and pass document_base64 plus filename.
    • For text or markdown inputs, read raw bytes only, base64-encode them, and pass content_base64.
    • Pass labels only if the user wants a custom PII/sensitive-data set.
    • Leave engine as auto unless the user explicitly asks to force a conversion engine.
  2. Write the returned redacted_text to processed/<source-stem>.redacted.md. Create processed/ if it does not exist.

  3. Your next message must begin with a short receipt:

    Redacted <span_count> spans from <source> -> processed/<source-stem>.redacted.md
    

    Include the label counts and the note that detection is model-based and best-effort, not a certified scrubber.

  4. Continue the user's actual task using only the redacted artifact.

Errors

If the MCP call fails, relay the tool error and do not retry blindly. For auth or connector errors, tell the user to reinstall the generated MCP plugin pack or rerun the generated claude mcp add ... --header 'Authorization: Bearer ...' command from INSTALL.md.

Version History

  • 1c7bbe8 Current 2026-09-08 17:34

Same Skill Collection

packages/sie_mcp/plugin/claude-code/extract-entities/SKILL.md
packages/sie_mcp/plugin/claude-code/parse-document/SKILL.md
packages/sie_mcp/plugin/claude-code/summarize-document/SKILL.md
packages/sie_mcp/plugin/SKILL.md

Metadata

Files
0
Version
d345bc0
Hash
19ab5510
Indexed
2026-09-08 17:34

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 07:00
浙ICP备14020137号-1 $방문자$