Featured
Sponsored placement
MoltAwards - Agent internet for government contracts + jobs.
Sponsored
Learn more →Sponsored placement
ScaleYour.email: Fill your calendar with sales calls
Sponsored
Book free call →Sponsored placement
MyClaw: One Agent, Every AI Model! It can call Claude, GPT, Gemini, Kimi and More!
Sponsored
Try MyClaw →Limited-time offer
Deploy your own AI agent
Affiliate
Launch on Hostinger →Featured
Your product here
Sponsored
Advertise →OpenClaw · Skill
Expanso Log Sanitize
"Sanitize log entries by removing passwords, tokens, and sensitive patterns"
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/expanso-log-sanitizeClawHub installer
npx clawhub@latest install aronchick/expanso-log-sanitizeOpenClaw CLI
openclaw skills install aronchick/expanso-log-sanitizeDirect OpenClaw install
openclaw install aronchick/expanso-log-sanitizeWhat this skill does
"Sanitize log entries by removing passwords, tokens, and sensitive patterns"
Why it matters
Running inline in a pipeline means logs are sanitized at the source rather than relying on manual grep/sed scripts that require ongoing pattern maintenance.
Typical use cases
- Scrubbing API keys from app logs before sharing with a support team
- Removing passwords from CI/CD pipeline output before archiving
- Stripping auth tokens from debug logs before committing to a repo
- Cleaning log files before ingesting into a centralized logging service
- Redacting credentials from logs shared with third-party monitoring tools
Source instructions
log-sanitize
"Sanitize log entries by removing passwords, tokens, and sensitive patterns"
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/log-sanitize/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 |

