← 返回 Skills 市场
bytesagain3

Secret Sealer

作者 bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
176
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install secret-sealer
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Secret Sealer concepts, best practices, and implementation patterns.
安全使用建议
This skill appears to be a safe, local documentation helper that only prints static text. Before installing, you can: (1) review the script contents yourself (it is included and short), (2) verify the project/homepage if you need provenance, and (3) run it in a sandbox or non-privileged environment if you prefer. The only oddities are a small version-string mismatch (script shows v2.0.0 while registry lists v2.0.1) and a harmless quoting issue in the help output — neither affects safety but may indicate the package wasn't fully synchronized.
功能分析
Type: OpenClaw Skill Name: secret-sealer Version: 2.0.1 The 'secret-sealer' skill bundle is a purely informational reference tool. The primary script (scripts/script.sh) consists entirely of static text output via heredocs for documentation purposes, with no network access, file system manipulation, or credential handling. There are no signs of prompt injection, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
The name/description promise a reference for Secret Sealer and the provided assets (SKILL.md + a small shell script that prints documentation) match that purpose. There is a minor metadata inconsistency: registry version is 2.0.1 while the script's VERSION is 2.0.0 and the help text uses a literal $VERSION due to quoting — this looks like a minor packaging bug, not malicious behavior.
Instruction Scope
SKILL.md explicitly states commands output heredoc text with no external API calls. The shipped script only emits embedded documentation and does not read arbitrary files, access environment variables, perform network I/O, or transmit data. The script does not prompt for or require credentials.
Install Mechanism
There is no install spec (instruction-only skill) and the only included executable is a small bash script. Nothing is downloaded or extracted at install time.
Credentials
The skill declares no required environment variables, no credentials, and the runtime code does not reference env vars or secret files. No disproportionate credential requests are present.
Persistence & Privilege
The skill is not set to always: true and does not request persistent system configuration or modify other skills. Default autonomous invocation is allowed (platform default) but the skill itself has no elevated privileges or persistent behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install secret-sealer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /secret-sealer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
Slug secret-sealer
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Secret Sealer 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Secret Sealer concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。

如何安装 Secret Sealer?

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

Secret Sealer 是免费的吗?

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

Secret Sealer 支持哪些平台?

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

谁开发了 Secret Sealer?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。

💬 留言讨论