PII Redactor (Agent Skill)
An agent runs a bundled Python skill that redacts emails, phone numbers, card numbers, and SSNs from text before it is shared.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
3 nodes · Free & source-available
PII Redactor (Agent Skill)
Scrub sensitive identifiers before text leaves your workflow. This Heym Agent Skill redacts emails, phone numbers, card-like numbers, and SSN-like numbers using deterministic Python patterns, then returns the cleaned text and a count of what was removed.
What this workflow does
- rawText holds the text to scrub
- redactionAgent calls the bundled pii_redactor skill
- The skill replaces matches with labeled placeholders and counts each type
- redactedResult returns the cleaned text and counts
Why a skill
Redaction runs in Python with explicit patterns, so it is repeatable and does not depend on the model deciding what is sensitive. No API key required.
Setup
Open redactionAgent, pick an LLM credential, paste text, and run. This is a helpful first pass, not a compliance guarantee — review output for context-specific identifiers.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Legal & ComplianceGoverned Web Research Agent (MCP)Let an Agent fetch and summarize web pages through a Fetch MCP server routed behind the Arc Gate MCP governance proxy.
- Legal & ComplianceContract Risk Review QueueSummarize pasted contract text, flag risky clauses, and send review-needed items to Slack for legal follow-up.
- Legal & ComplianceContract Renewal & Expiry TrackerScan a contract register on a schedule, flag agreements nearing renewal or auto-renew notice deadlines, and alert owners in Slack.
- Legal & ComplianceGDPR Data Subject Request (DSAR) RouterClassify an incoming data subject request, compute the statutory deadline, and escalate sensitive cases to the DPO in Slack.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- Customer SupportIMAP Support Inbox TriageWatch a shared mailbox, summarize incoming support email, and route urgent messages to Slack.
- Document OpsJina Web FetcherFetch clean, LLM-ready text from any URL using the Jina Reader API.
- Dev & IT OpsCursor Post NotifierMonitor the Cursor blog on a schedule and Slack-notify your team when a new post goes live.
- Marketing & SEOGemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- Document OpsPDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.