← 返回 Skills 市场
plgonzalezrx8

OpenClaw Healthcheck Cron

作者 Pedro Gonzalez · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1105
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-healthcheck-cron
功能描述
Create and run a reusable OpenClaw deep healthcheck automation using a cron job plus a script. Use when setting up scheduled OpenClaw health audits, standard...
安全使用建议
This appears to do what it claims: run local OpenClaw checks and write a summary to /tmp. Before installing: 1) Review how your platform handles delivery.mode 'announce' (it may publish results to dashboards/notifications). If you don't want external announcements, use 'none' or handle reporting inside the script. 2) Fix the script logic bug: failures increment 'warn' but the 'fail' counter is never increased, so 'NEEDS_ATTENTION' will never be produced; adjust check_cmd to increment fail when appropriate. 3) Confirm file permissions and retention for /tmp/openclaw-healthcheck (sensitive logs may be written there), and sanitize any outputs as SKILL.md suggests. 4) Run the script manually and verify output format before scheduling. If you require higher assurance, request provenance for the skill (author/homepage) and test in an isolated environment first.
功能分析
Type: OpenClaw Skill Name: openclaw-healthcheck-cron Version: 1.0.0 The OpenClaw Healthcheck Cron skill is benign. Its purpose is to create a scheduled health check for an OpenClaw agent. The `SKILL.md` provides clear instructions for setting up a cron job and executing `scripts/healthcheck.sh`. The `healthcheck.sh` script performs read-only checks using `openclaw` commands, writes logs and a summary JSON to a temporary directory (`/tmp/openclaw-healthcheck`), and uses environment variables for configurable paths and exclusions. There is no evidence of data exfiltration, malicious execution, persistence mechanisms beyond its stated purpose (cron job), prompt injection attempts against the agent, or obfuscation. All actions are aligned with a standard health check utility.
能力评估
Purpose & Capability
Name/description match the included files and behavior: the script runs local OpenClaw checks (command -v openclaw, openclaw gateway status, openclaw status) and writes read-only artifacts under /tmp. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md stays on-topic: it instructs creating a cron agentTurn that executes bash scripts/healthcheck.sh, writing artifacts to a local output dir, and sanitizing local identifiers. One notable point: the example cron payload uses delivery.mode 'announce' — depending on your platform, that may cause the agent to broadcast the summary outside the host (e.g., into dashboards or notifications). Verify what 'announce' does in your environment before enabling automatic runs. Otherwise the script does not read other system files or network endpoints.
Install Mechanism
No install spec; skill is instruction-only with a small helper script. Nothing is downloaded or written outside the artifact directory (/tmp) created at runtime.
Credentials
No required env vars, credentials, or config paths are declared. The script optionally respects HEALTHCHECK_OUTPUT_DIR, HEALTHCHECK_EXCLUDE, and OPENCLAW_HEALTH_TZ environment variables as documented — these are reasonable and proportional.
Persistence & Privilege
always is false and the skill is user-invocable. The skill doesn't request persistent system-wide changes or access to other skills' configs. It writes only to its own artifact directory under /tmp.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-healthcheck-cron
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-healthcheck-cron 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial sanitized release: reusable cron + script healthcheck workflow.
元数据
Slug openclaw-healthcheck-cron
版本 1.0.0
许可证
累计安装 4
当前安装数 3
历史版本数 1
常见问题

OpenClaw Healthcheck Cron 是什么?

Create and run a reusable OpenClaw deep healthcheck automation using a cron job plus a script. Use when setting up scheduled OpenClaw health audits, standard... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1105 次。

如何安装 OpenClaw Healthcheck Cron?

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

OpenClaw Healthcheck Cron 是免费的吗?

是的,OpenClaw Healthcheck Cron 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Healthcheck Cron 支持哪些平台?

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

谁开发了 OpenClaw Healthcheck Cron?

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

💬 留言讨论