← 返回 Skills 市场
Local Healthcheck
作者
fedrov2025
· GitHub ↗
· v1.0.0
· MIT-0
312
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install local-healthcheck
功能描述
Simple local security check (firewall, updates, ssh status) without external dependencies.
使用说明 (SKILL.md)
Local Healthcheck Skill
This skill provides a minimal security audit that can run on any macOS/Linux system without pulling external code.
How to run
openclaw local-healthcheck run
It will:
- Check if the firewall is enabled.
- List open ports.
- Verify that system software updates are up‑to‑date.
- Show the status of the SSH daemon.
- Write a short report to
memory/healthcheck-$(date +%F).md. "}
安全使用建议
This skill appears to do what it says: run local checks and write a report to memory/healthcheck-<date>. Before installing or running: review the script (it is short and readable), be aware it may prompt for sudo to run commands that require root (listing ports, checking apt updates), and note the report is written to a memory/ subdirectory under the run directory. It does not contact the network or request credentials. If you are uncomfortable granting sudo, run the script manually in a controlled environment or remove the sudo calls where appropriate.
功能分析
Type: OpenClaw Skill
Name: local-healthcheck
Version: 1.0.0
The skill performs a local security audit by checking firewall status, open ports, system updates, and SSH service status using standard system utilities (e.g., ufw, lsof, softwareupdate). The logic in check.sh is transparent, aligns with the description in SKILL.md, and lacks any indicators of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description (local security checks) align with the included script and instructions. The script runs local commands to check firewall status, open ports, updates, and SSH — all consistent with the declared purpose. No unexpected services or credentials are requested.
Instruction Scope
SKILL.md limits behavior to running the checks and writing a report to memory/healthcheck-<date>. The script only reads local system state (commands like firewallctl/socketfilterfw, lsof/ss, apt/softwareupdate, pgrep) and writes a single local report file. It does not contact external endpoints or read unrelated files.
Install Mechanism
No install spec. This is an instruction-only skill with a single bundled script (check.sh). Nothing is downloaded or installed from external URLs.
Credentials
The skill declares no required env vars or credentials, which matches the script. The script does use sudo for some commands (ufw, ss, lsof, apt) which is appropriate for listing system ports and package updates on many systems; this is a privilege requirement, not a hidden credential request.
Persistence & Privilege
always is false and the skill does not attempt to modify agent configuration or other skills. It writes reports to a local memory/ subpath within the current working directory only. The agent-autonomy default is allowed but not unusual; combined with the limited scope this does not raise special persistence concerns.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install local-healthcheck - 安装完成后,直接呼叫该 Skill 的名称或使用
/local-healthcheck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
local-healthcheck 1.0.0
- Initial release.
- Provides a simple security audit for macOS and Linux systems.
- Checks firewall status, lists open ports, verifies software updates, and shows SSH daemon status.
- Generates a concise report in the memory directory.
- Runs entirely locally with no external dependencies.
元数据
常见问题
Local Healthcheck 是什么?
Simple local security check (firewall, updates, ssh status) without external dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 312 次。
如何安装 Local Healthcheck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-healthcheck」即可一键安装,无需额外配置。
Local Healthcheck 是免费的吗?
是的,Local Healthcheck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Local Healthcheck 支持哪些平台?
Local Healthcheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Local Healthcheck?
由 fedrov2025(@fedrov2025)开发并维护,当前版本 v1.0.0。
推荐 Skills