Install
openclaw skills install safe-shareSanitize logs, configs, prompts, stack traces, and skill content before they are shared publicly. Use when a user wants a local, low-risk pass to remove API...
openclaw skills install safe-shareUse this skill to produce a safe-to-share copy of text. Prefer deterministic local sanitization over model-only guessing.
placeholder: best default for docs, issues, READMEs, and tutorialsredact: best when preserving shape is not importantmask: best when keeping a hint of the original value is usefulscripts/sanitize_text.py on the exact text the user provided.sanitized_textfindings_summaryreview_notesplaceholder mode unless the user asks for something else.<OPENAI_API_KEY> or [REDACTED:BEARER_TOKEN].Prioritize these categories:
.env-style credentials and password assignmentsThen handle lower-risk identifiers:
Use the JSON contract from references/output-format.md when returning structured results from the script. If answering in prose, include the same three sections in human-readable form.
references/patterns.mdreferences/output-format.mdreferences/test-cases.mdscripts/sanitize_text.py