Clawhub Skill Smart Cron

PassAudited by ClawScan on May 10, 2026.

Overview

This is a disclosed scheduling skill that can create recurring OpenClaw jobs, but users should review what gets scheduled because the implementation is not included in the artifacts.

Before installing or using this skill, confirm the `smart-cron` command comes from a trusted source, schedule only clear and bounded tasks, periodically review active jobs and logs, and be careful with alert channels because failure messages can include sensitive task details.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

Scheduled jobs may continue running after the original request until the user pauses or removes them.

Why it was flagged

The skill is explicitly designed to create recurring cron-based OpenClaw executions. This is persistent automation, but it is disclosed and aligned with the scheduler purpose.

Skill content
"Zero external dependencies" — uses system cron + OpenClaw orchestration
Recommendation

Review scheduled jobs with `smart-cron list`, check logs, and pause or remove jobs that are no longer needed.

What this means

A poorly specified or overly broad scheduled task could repeatedly perform unintended actions.

Why it was flagged

The skill accepts user-provided task text and schedule expressions, including custom cron passthrough. This is expected for a scheduler, but broad task text can have significant impact if the user schedules destructive or sensitive actions.

Skill content
`smart-cron add <schedule> --task <task>` | Schedule a new task
Recommendation

Only schedule explicit, bounded tasks, preview next run times, and avoid recurring jobs that delete, publish, or modify important data unless you have reviewed them carefully.

What this means

The skill may not work as documented unless a compatible `smart-cron` command already exists, and that command’s provenance is not verified by this package.

Why it was flagged

The reviewed package does not include or install the documented `smart-cron` implementation. If the command is used, its actual source would need to be verified outside these artifacts.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Install or run only a trusted `smart-cron` implementation, and verify the referenced repository before relying on the commands.

What this means

Local logs may retain information about tasks such as email summaries, reports, server checks, or failures.

Why it was flagged

The skill stores persistent job configuration and execution logs locally. This is disclosed and purpose-aligned, but scheduled task names, errors, and outputs may contain sensitive context.

Skill content
All job configs and logs stored locally at `~/.openclaw/workspace/smart-cron-data/`. SQLite, no telemetry.
Recommendation

Review the log retention setting and avoid putting secrets or sensitive content directly into scheduled task descriptions.

What this means

Failure messages may reveal task names, timing, and error details to the configured messaging channel.

Why it was flagged

The skill may send failure notifications to an external messaging channel. This is disclosed and fits the alerting feature, but the artifacts do not detail what credentials or message boundaries are used.

Skill content
Failure alerts — WhatsApp/Telegram alert if a job fails
Recommendation

Configure alerts only for trusted channels and avoid including sensitive information in scheduled task names or outputs.