โ† All skills
Tencent SkillHub ยท Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/cron-job-example.json, scripts/healthcheck.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

OpenClaw Healthcheck Cron Skill

Create a portable healthcheck automation that runs on a schedule and reports concise findings.

Build the automation

Create a script at scripts/healthcheck.sh (or reuse the one in this skill). Keep checks read-only by default. Write artifacts to /tmp/openclaw-healthcheck/YYYY-MM-DD/HHMMSS/. Return a compact summary with severity.

Create the scheduled job

Use an isolated cron agentTurn job that runs twice daily (example: 6am and 7pm local time): schedule.kind: cron schedule.expr: 0 6,19 * * * schedule.tz: set local timezone sessionTarget: isolated payload.kind: agentTurn delivery.mode: announce (or none if reporting is handled inside task) Use this task pattern: Execute bash scripts/healthcheck.sh Parse summary line and emit: Verdict: OK | MONITOR | NEEDS_ATTENTION Counts: passed/warn/fail Artifact path Active issues + recommended next action

Sanitize before publishing

Remove or parameterize all local identifiers: Usernames, hostnames, phone numbers, chat IDs API keys, tokens, webhook URLs Absolute personal paths (use placeholders or relative paths) Replace with variables: ${HEALTHCHECK_OUTPUT_DIR:-/tmp/openclaw-healthcheck} ${OPENCLAW_HEALTH_TZ:-America/New_York} ${HEALTHCHECK_EXCLUDE:-small model,sandbox,groupPolicy}

Validate

Run script manually once. Confirm artifact directory and summary format. Run cron job once with cron run. Verify final message is concise and actionable.

Package

Package as a .skill zip containing only: SKILL.md scripts/healthcheck.sh references/cron-job-example.json

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • scripts/healthcheck.sh Scripts
  • references/cron-job-example.json Config