Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/superlinked/sie/redact-piinpx skills add superlinked/sie --skill redact-piigit clone --depth 1 https://github.com/superlinked/sieWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00053 | $0.00488 |
| Opus 5 | $0.00026 | $0.00244 |
| Sonnet 5 | $0.00011 | $0.00098 |
| Haiku 4.5 | $0.00005 | $0.00049 |
Grade A, and why
redact-pii scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
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
-
Call the Superlinked MCP
redact_piitool:- For PDF, scan, image-of-text, DOCX, PPTX, XLSX, or HTML inputs, read raw
bytes only, base64-encode them, and pass
document_base64plusfilename. - For text or markdown inputs, read raw bytes only, base64-encode them, and
pass
content_base64. - Pass
labelsonly if the user wants a custom PII/sensitive-data set. - Leave
engineasautounless the user explicitly asks to force a conversion engine.
- For PDF, scan, image-of-text, DOCX, PPTX, XLSX, or HTML inputs, read raw
bytes only, base64-encode them, and pass
-
Write the returned
redacted_texttoprocessed/<source-stem>.redacted.md. Createprocessed/if it does not exist. -
Your next message must begin with a short receipt:
Redacted <span_count> spans from <source> -> processed/<source-stem>.redacted.mdInclude the label counts and the note that detection is model-based and best-effort, not a certified scrubber.
-
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.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 51 lines · 53 tokens per session scan A 19ab55109524
redact-pii is a skill published in the GitHub repository superlinked/sie (2,940 stars, last pushed 5d ago), licensed Apache-2.0. It adds 53 tokens to every session and 488 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
esm
Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel…
vector-search-workflows
Vector search indexing and querying workflows using MCP Vector Search, including setup, reindexing, auto-index strategies, and MCP integration.
locus
npx @sylphx/locus --root=/absolute/path/to/project.
RAG Chunking Strategy Advisor
Given a document type and retrieval goal, recommends the optimal chunking strategy for a RAG pipeline to minimize retrieval failures.
check-memory-before-acting
Search this project's own memory before doing something it may already have opinions about. Use before running a build/test/deploy command, before choosing a library or approach, before changing configuration or CI, and before re-opening a decision that may already have been settled. Also use when a task resembles…
keep-memory-current
Load this project's memory when you start, and write back what you learned before you stop. Use at the beginning of a work session, when finishing a task or about to end a session, after debugging something non-obvious, after a decision that took argument to reach, and whenever you catch yourself thinking "I should…