OpenClaw · Skill
Expanso Pii Detect
Detect personally identifiable information (PII) in text
Coding Agents & IDEs
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-detectClawHub installer
npx clawhub@latest install aronchick/expanso-pii-detectOpenClaw CLI
openclaw skills install aronchick/expanso-pii-detectDirect OpenClaw install
openclaw install aronchick/expanso-pii-detectWhat this skill does
Detect personally identifiable information (PII) in text
Why it matters
Runs locally via Expanso Edge, so text data stays in your environment rather than being sent to a third-party cloud API for analysis.
Typical use cases
- Scanning application logs for accidentally captured email addresses or phone numbers
- Checking customer support transcripts before storing or sharing externally
- Auditing exported database records for compliance review
- Filtering user-generated content before indexing or downstream analysis
- Validating API responses to catch personal data leaking through
Source instructions
pii-detect
Detect personally identifiable information (PII) in text
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-detect/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 |