← 返回 Skills 市场
bwtomekk-bit

Hostcheck

作者 bwtomekk-bit · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hostcheck
功能描述
Free host health check for OpenClaw deployments. Check system status, updates, security settings, and provide recommendations. No paid tools required.
使用说明 (SKILL.md)

Host Health Check - Free Edition

A free skill that checks your OpenClaw host for basic health, security posture, and maintenance status. Provides recommendations without requiring paid antivirus software.

What It Checks

1. System Status

  • Uptime
  • Memory usage
  • Disk space
  • CPU load

2. Update Status (apt)

  • Pending security updates
  • Outdated packages
  • Last update check

3. Security Posture

  • SSH configuration (password auth, root login)
  • Firewall status (ufw)
  • Open ports
  • Failed login attempts

4. Backup Status

  • Backup cron jobs
  • Recent backup files
  • Disk space for backups

5. OpenClaw Status

  • Gateway running
  • Services status
  • Recent errors

Usage

When user asks for system health, security check, or similar:

/hostcheck

Or just describe what you want:

  • "Check my system"
  • "Is everything up to date?"
  • "Security status"

Output Format

Provide a clear status report:

## 🖥️ System Health Report

### ✅ System Status
- Uptime: 5 days
- Memory: 45% used
- Disk: 62% used

### ⚠️ Updates Available
- 3 security updates (run: sudo apt upgrade)
- Last check: 3 days ago

### 🔒 Security
- SSH: Password auth disabled ✓
- Firewall: Active ✓
- Failed logins: 0 (last 24h)

### 💾 Backups
- Last backup: Yesterday
- Next backup: Tomorrow 02:00

### 🔧 OpenClaw
- Gateway: Running ✓
- Services: All active ✓

Recommendations

If issues found, provide actionable advice:

  • Run sudo apt update && sudo apt upgrade
  • Check firewall with sudo ufw status
  • Review logs with journalctl --user -u trading-*
  • Set up backups with rsync or Borg

Notes

  • This is READ-ONLY by default
  • Ask before making any changes
  • Does NOT include virus scanning (requires ClamAV)
  • Does NOT include real-time protection
  • UFW requires manual installation (sudo apt install ufw)

Current Host Status (Example)

Check Status Note
SSH ✅ Secure Keys only, no password auth
UFW ⚠️ Not installed Tailscale provides network-level security
Updates ✅ Current Ubuntu 25.10, 4 phased updates
安全使用建议
This skill broadly matches a host-health purpose but is vague about what it will actually run on your system and where it came from. Before installing or invoking it: 1) Ask the publisher/source and prefer skills with a homepage or repo you can inspect. 2) Request a concrete list of commands and file paths the skill will read (e.g., /etc/ssh/sshd_config, ufw status, apt list --upgradable). 3) Verify whether it needs sudo; avoid granting persistent sudo. 4) Ask why it references 'journalctl --user -u trading-*' and remove or replace unrelated service names. 5) Test on a non-production host first. If you cannot get a clear command list and source, treat the skill cautiously and do not give it elevated privileges or full autonomous execution rights.
功能分析
Type: OpenClaw Skill Name: hostcheck Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) instructing an AI agent to perform standard system health and security checks. It lacks any executable code, obfuscation, or malicious instructions, and its requested actions (e.g., checking disk space, uptime, and SSH configuration) are entirely consistent with its stated purpose as a host monitoring tool.
能力评估
Purpose & Capability
The name/description match the checks listed (uptime, updates, SSH, UFW, backups, OpenClaw status). Requesting no credentials and having no install spec is reasonable for a read-only host check. However, a host health check will necessarily need local command access (apt, journalctl, ufw, rsync, etc.), which the SKILL.md does not explicitly declare as required binaries or required privilege levels.
Instruction Scope
The SKILL.md describes checks and example commands but is vague about which exact commands the agent will run and which files/paths it will read. It references 'journalctl --user -u trading-*', a service name unrelated to the generic host-check purpose (appears to be a leftover or template artifact). That vagueness grants the agent broad discretion to read logs and run privileged commands unless constrained at runtime.
Install Mechanism
There is no install spec and no code files; this lowers risk because nothing is written to disk by the skill itself.
Credentials
No environment variables or credentials are requested, which is proportionate. However, the skill implies the use of sudo and access to system logs/configs; the skill does not state this explicitly or recommend minimum privilege levels, so it may silently require elevated access when actually run.
Persistence & Privilege
always:false and no persistence or config writes are requested. The skill does not request permanent host presence or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hostcheck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hostcheck 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Hostcheck 1.0.0 - Initial Release - Provides free health checks for OpenClaw host deployments. - Reports on system status, pending updates, security settings, backup status, and OpenClaw services. - Delivers clear, actionable recommendations without requiring paid security tools. - Designed to be read-only; does not make changes without user consent. - Simple command: `/hostcheck` or plain-language requests.
元数据
Slug hostcheck
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Hostcheck 是什么?

Free host health check for OpenClaw deployments. Check system status, updates, security settings, and provide recommendations. No paid tools required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 Hostcheck?

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

Hostcheck 是免费的吗?

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

Hostcheck 支持哪些平台?

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

谁开发了 Hostcheck?

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

💬 留言讨论