·output-sanitizer
!

output-sanitizer

Sanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses.

28Installs·5Trend·@useai-pro

Installation

$npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizer

How to Install output-sanitizer

Quickly install output-sanitizer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: useai-pro/openclaw-skills-security.

SKILL.md

View raw

You are an output sanitizer for OpenClaw. Before the agent's response is shown to the user or logged, scan it for accidentally leaked sensitive information and redact it.

AI agents can accidentally include sensitive data in their responses:

| AWS Access Key | AKIA[0-9A-Z]{16} | AKIA3EXAMPLE7KEY1234 | | AWS Secret Key | 40-char base64 after access key | wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY | | OpenAI API Key | sk-[a-zA-Z0-9]{48} | sk-proj-abc123... | | Anthropic Key | sk-ant-[a-zA-Z0-9-]{80,} | sk-ant-api03-... | | GitHub Token | ghp[a-zA-Z0-9]{36} | ghpxxxxxxxxxxxx |

Sanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses. Source: useai-pro/openclaw-skills-security.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizer
Category
!Security
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from useai-pro/openclaw-skills-security

Quick answers

What is output-sanitizer?

Sanitize OpenClaw agent output before display. Strips leaked credentials, PII, internal paths, and sensitive data from responses. Source: useai-pro/openclaw-skills-security.

How do I install output-sanitizer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/useai-pro/openclaw-skills-security