Expanso Pii Redact
Skill by aronchick
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aronchick/expanso-pii-redactWhat This Skill Does
The Expanso Pii Redact skill, developed by aronchick, provides a robust solution for identifying and masking Personally Identifiable Information (PII) within unstructured text. By utilizing the Expanso Edge runtime, this skill scans input data for sensitive entities such as names, social security numbers, email addresses, and phone numbers, replacing them with generic placeholders. This ensures that downstream logs, datasets, or communication channels remain compliant with data privacy standards like GDPR and HIPAA.
Installation
To begin using this skill, ensure you have the expanso-edge binary available in your system path. The installation process is streamlined through the OpenClaw ecosystem. Run the following command in your terminal: clawhub install openclaw/skills/skills/aronchick/expanso-pii-redact. Once installed, you can trigger the skill via the CLI using expanso-edge run pipeline-cli.yaml or integrate it as an MCP server using pipeline-mcp.yaml for persistent pipeline interactions.
Use Cases
This skill is ideal for teams dealing with large volumes of customer support tickets, internal communication logs, or system audit trails. It allows developers to safely share debug logs by automatically stripping sensitive user information before storage. It is also highly effective for businesses preparing data for machine learning training sets where anonymization is a regulatory requirement.
Example Prompts
- "OpenClaw, please run the pii-redact skill on the following log file: [insert log content] to ensure all user emails and phone numbers are scrubbed."
- "Use the expanso-pii-redact pipeline to process the text from customer-support-ticket-442.txt and output a sanitized version."
- "Can you help me set up an MCP pipeline with the pii-redact skill so that my incoming chat logs are automatically redacted before they hit our database?"
Tips & Limitations
For best results, ensure your input data is clean and consistently formatted. While this skill is powerful, it is designed for PII detection in standard text formats and may require configuration adjustments for highly proprietary or non-standard data structures. Always verify the output of redacted files before sharing them publicly to ensure no sensitive data points were missed. For automated deployments, utilize the expanso-cli job deploy command to push configurations directly to the Expanso Cloud for enterprise-scale execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aronchick-expanso-pii-redact": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
expanso
Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally.
Expanso Yaml To Json
Skill by aronchick
Expanso Json Pretty
Skill by aronchick
Expanso Language Detect
Skill by aronchick
Expanso Sentiment Score
Skill by aronchick