← 返回 Skills 市场
nighty35628

Safe Share

作者 nighty35628 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install safe-share
功能描述
Sanitize 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...
安全使用建议
This skill appears to do what it says: local deterministic sanitization with tests and no network calls or required credentials. Before installing or using it: (1) review the included sanitize_text.py to ensure its regex rules match your needs, (2) avoid using 'mask' mode when sanitizing very sensitive secrets because it preserves fragments, (3) run the smoke tests locally on representative samples, and (4) do not feed the sanitizer text you cannot disclose to local tooling unless you control the environment. If you want additional protections, add custom high-confidence patterns for any project-specific identifiers you need removed.
功能分析
Type: OpenClaw Skill Name: safe-share Version: 1.0.0 The safe-share skill is a utility designed to sanitize sensitive information like API keys, tokens, and PII from text before public sharing. The implementation in scripts/sanitize_text.py uses deterministic regular expressions and local processing without any external network calls, data exfiltration, or obfuscation. The instructions in SKILL.md and the supporting documentation are well-aligned with the stated security-focused purpose.
能力评估
Purpose & Capability
Name, description, SKILL.md, reference docs, tests, and the sanitize_text.py implementation all align: the skill's purpose is local sanitization of text before public sharing and the included code performs that function without requesting unrelated access.
Instruction Scope
SKILL.md instructs the agent to run the included scripts on the user-provided text and explicitly disallows sending text to external services or scanning unrelated files; the implementation follows that. Note: the sanitizer will read a file path if provided or stdin otherwise — it will not enumerate repositories unless the agent is explicitly asked to provide broader input scope.
Install Mechanism
No install spec or external downloads are present. This is an instruction-first skill with small local Python scripts and test files only, which is low-risk from an install/execution perspective.
Credentials
The skill requires no environment variables or credentials. One caution: the 'mask' mode intentionally preserves the first/last few characters of values, which can leak partial secret fragments; the SKILL.md documents mode choices, but users should avoid 'mask' for highly sensitive secrets.
Persistence & Privilege
The skill does not request persistent presence or elevated platform privileges (always:false). It does not modify other skills or system configuration and runs as a local script when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install safe-share
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /safe-share 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: local-first text sanitization for safe public sharing.
元数据
Slug safe-share
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Safe Share 是什么?

Sanitize 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Safe Share?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install safe-share」即可一键安装,无需额外配置。

Safe Share 是免费的吗?

是的,Safe Share 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Safe Share 支持哪些平台?

Safe Share 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Safe Share?

由 nighty35628(@nighty35628)开发并维护,当前版本 v1.0.0。

💬 留言讨论