← 返回 Skills 市场
System Hardener
作者
bytesagain1
· GitHub ↗
· v2.0.1
· MIT-0
199
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install system-hardener
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for System Hardener concepts, best practices, and implementation patt...
安全使用建议
This skill appears to be a harmless, self-contained reference tool: it only prints builtin documentation and does not access the network or secrets. If you plan to run the bundled script, you can safely inspect scripts/script.sh locally (it is plain shell with heredocs) before invoking. Note the small non-security issues: metadata version (2.0.1) does not match the script's VERSION (2.0.0) and the help heredoc uses single quotes so $VERSION will not expand — both are benign maintenance issues. If you require absolute assurance, request the maintainer to bump the embedded VERSION to match the package and confirm there are no planned updates that would introduce external network or credential usage.
功能分析
Type: OpenClaw Skill
Name: system-hardener
Version: 2.0.1
The 'system-hardener' skill bundle is a documentation reference tool that provides static text information about security best practices. The primary script (scripts/script.sh) only outputs plain-text documentation via heredocs and contains no network activity, file system modifications, or credential access. The SKILL.md instructions are consistent with the script's functionality and lack any indicators of prompt injection or malicious intent.
能力评估
Purpose & Capability
The name/description (reference for System Hardener concepts) aligns with the included materials (plain-text reference outputs). There is a minor metadata vs. script mismatch (package version 2.0.1 vs. script VERSION=2.0.0) but this appears to be a benign bookkeeping inconsistency.
Instruction Scope
SKILL.md explicitly states the commands output plain-text docs and require no network or credentials. The runtime script only emits heredoc text and uses basic shell control flow; it does not read files, access environment secrets, make network calls, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only behavior). A single helper script is bundled but it does not perform downloads, extraction, or write outside its own execution — low install risk.
Credentials
The skill requests no environment variables or credentials and the script does not reference any secret env vars or config paths. No disproportionate access is requested.
Persistence & Privilege
The skill does not request permanent presence (always=false) and does not modify agent or system configurations. It can be invoked autonomously by the agent (default), which is expected for skills, but there are no additional privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install system-hardener - 安装完成后,直接呼叫该 Skill 的名称或使用
/system-hardener触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
常见问题
System Hardener 是什么?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for System Hardener concepts, best practices, and implementation patt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 199 次。
如何安装 System Hardener?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install system-hardener」即可一键安装,无需额外配置。
System Hardener 是免费的吗?
是的,System Hardener 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
System Hardener 支持哪些平台?
System Hardener 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 System Hardener?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.1。
推荐 Skills