OpenClaw · Skill
Expanso Pii Redact
"Redact PII from text, replacing sensitive data with placeholders"
CLI Utilities
v1.0.0
VirusTotal: Suspicious
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/expanso-pii-redactClawHub installer
npx clawhub@latest install aronchick/expanso-pii-redactOpenClaw CLI
openclaw skills install aronchick/expanso-pii-redactDirect OpenClaw install
openclaw install aronchick/expanso-pii-redactWhat this skill does
"Redact PII from text, replacing sensitive data with placeholders"
Why it matters
Runs redaction locally via Expanso Edge without sending raw sensitive data to a third-party API.
Typical use cases
- Sanitizing customer support tickets before sharing with external vendors
- Cleaning log files that contain real user data before shipping to analytics
- Anonymizing test datasets that include production user information
- Removing personal details from bug reports before filing in public trackers
- Scrubbing API response payloads before writing to non-secure storage
Source instructions
pii-redact
"Redact PII from text, replacing sensitive data with placeholders"
Requirements
- Expanso Edge installed (
expanso-edgebinary in PATH) - Install via:
clawhub install expanso-edge
Usage
CLI Pipeline
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
MCP Pipeline
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
Deploy to Expanso Cloud
expanso-cli job deploy https://skills.expanso.io/pii-redact/pipeline-cli.yaml
Files
| File | Purpose |
|---|---|
skill.yaml | Skill metadata (inputs, outputs, credentials) |
pipeline-cli.yaml | Standalone CLI pipeline |
pipeline-mcp.yaml | MCP server pipeline |