什麼是 output-sanitizer?
在顯示之前清理 OpenClaw 代理輸出。從回應中刪除洩漏的憑證、PII、內部路徑和敏感資料。 來源:useai-pro/openclaw-skills-security。
在顯示之前清理 OpenClaw 代理輸出。從回應中刪除洩漏的憑證、PII、內部路徑和敏感資料。
透過命令列快速安裝 output-sanitizer AI 技能到你的開發環境
來源:useai-pro/openclaw-skills-security。
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 |
在顯示之前清理 OpenClaw 代理輸出。從回應中刪除洩漏的憑證、PII、內部路徑和敏感資料。 來源:useai-pro/openclaw-skills-security。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizer在顯示之前清理 OpenClaw 代理輸出。從回應中刪除洩漏的憑證、PII、內部路徑和敏感資料。 來源:useai-pro/openclaw-skills-security。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/useai-pro/openclaw-skills-security --skill output-sanitizer 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/useai-pro/openclaw-skills-security