cron-jobs-writer

Validate and update OpenClaw cron job configurations in jobs.json files.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/zinohome/zinoClaw --skill cron-jobs-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-jobs-writer
Source: https://github.com/zinohome/zinoClaw/tree/main/docker-customize/deskclaw-resources/skills/cron-jobs-writer
Command: npx skills add https://github.com/zinohome/zinoClaw --skill cron-jobs-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openclaw, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents broken OpenClaw cron configurations by validating, repairing, and safely updating jobs.json files before changes are applied.

Core Features & Use Cases

  • Cron Configuration Validation: Checks jobs.json structure, required fields, and sessionTarget/payload compatibility before writes.
  • Safe Job Management: Creates and modifies scheduled tasks while preventing common JSON formatting and Gateway loading failures.
  • Use Case: When an OpenClaw user needs a daily reminder or reports that scheduled tasks are missing, use this Skill to inspect the cron store, fix configuration issues, and reload the Gateway safely.

Quick Start

Ask the cron-jobs-writer skill to create a new OpenClaw scheduled task and validate the jobs.json configuration before applying the change.

Frequently Asked Questions about cron-jobs-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate OpenClaw cron job configurations to prevent Gateway loading failures?

To validate OpenClaw cron job configurations, check the jobs.json structure, required fields, and sessionTarget and payload compatibility before applying writes to prevent Gateway loading failures.

Why are my scheduled tasks missing or not triggering in OpenClaw?

Scheduled tasks may be missing due to invalid jobs.json definitions. Inspecting the cron store for formatting issues and repairing configuration inconsistencies can fix missing OpenClaw automated agent tasks.

How do I safely add a new scheduled reminder to jobs.json without breaking the scheduler?

To safely add a scheduled reminder, validate the jobs.json structure and payload consistency before writing, then perform a controlled Gateway restart to apply the new cron configuration without breaking the scheduler.

Do I need the OpenClaw dependency to manage cron jobs with this configuration tool?

Yes, OpenClaw is a required dependency. The tool validates and updates OpenClaw cron job definitions specifically to prevent scheduled task errors and Gateway failures within that environment.

What is the best way to troubleshoot a broken jobs.json file for automated agent tasks?

The best way to troubleshoot a broken jobs.json file is to run schema validation checks to identify formatting errors and sessionTarget mismatches, then repair the definitions before reloading the Gateway.

What are the limitations when modifying scheduled task configurations in jobs.json?

Limitations include requiring strict schema validation and sessionTarget and payload consistency checks before any modifications, plus the need for controlled Gateway restarts after applying jobs.json configuration changes.