openclaw-cron

Manage scheduled cron jobs for OpenClaw agents.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/pingshian0131/ai-agent-skill-collections-public --skill openclaw-cron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-cron
Source: https://github.com/pingshian0131/ai-agent-skill-collections-public/tree/main/openclaw/openclaw-cron
Command: npx skills add https://github.com/pingshian0131/ai-agent-skill-collections-public --skill openclaw-cron

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of scheduled tasks for OpenClaw agents, allowing for automated execution of agent actions at specific times or intervals, and ensuring timely delivery of results.

Core Features & Use Cases

  • Job Scheduling: Create one-shot or recurring cron jobs for agent tasks.
  • Task Management: Enable, disable, edit, and run jobs on demand.
  • Use Case: Set up a daily recurring job to summarize overnight activity from a specific agent and send the summary to a Telegram channel.

Quick Start

Use the openclaw-cron skill to list all scheduled jobs.

Frequently Asked Questions about openclaw-cron

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

FAQPage Schema
How do I schedule recurring cron jobs for agent tasks?

You can automate agent tasks by creating one-shot or recurring cron jobs that execute specific agent actions at defined times or intervals. This Skill manages the scheduling logic and ensures actions run automatically without manual intervention.

Can I edit or disable scheduled agent jobs on demand?

Yes, you can edit, enable, disable, and run scheduled agent jobs on demand. The Skill provides task management capabilities that allow you to dynamically control existing cron jobs and troubleshoot their execution behavior.

How does scheduled task automation handle output delivery for agent workflows?

Scheduled task automation handles output delivery by integrating with various communication channels for notifications. This ensures that when an agent workflow completes, the results and summaries are automatically delivered to your designated endpoints.

What is the best way to troubleshoot cron jobs not working for my agents?

The best way to troubleshoot cron jobs not working is to use the Skill's built-in debugging and task management features. You can disable problematic jobs, run them on demand to test, and review execution outputs to identify scheduling conflicts.