cron

Create, list, and delete cron jobs with confirmation and validation.

33|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill cron-gaogg521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/gaogg521/1ONE-ClaudeCode/tree/main/.claude/skills/cron
Command: npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill cron-gaogg521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you orchestrate and control recurring tasks across conversations by providing a safe, structured workflow to create, query, and manage scheduled operations.

Core Features & Use Cases

  • Task lifecycle management: create, list, delete scheduled tasks with safety checks (e.g., one task per conversation, confirmation before deletion).
  • Deterministic execution: supports precise timing and repeatable automation for reminders, data updates, and maintenance.
  • Workflow guidance: enforces a multi-step process to avoid conflicts and ensure user intent.

Quick Start

Create a cron task that runs every day at 09:00 and outputs a status message.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I automate scheduled tasks across different conversations?

You can automate scheduled tasks across conversations using a structured workflow that creates, queries, and manages recurring operations with deterministic timing and safety checks.

Can I create multiple cron jobs within a single conversation?

No, a strict one-task-per-conversation policy is enforced to avoid conflicts and ensure user intent during the multi-step task creation and management process.

How do I safely delete a scheduled task without accidental removal?

Deleting a scheduled task requires explicit user confirmation through a multi-step workflow, ensuring controlled and safe removal of the cron job.

What is the best way to manage recurring reminders and data updates?

Managing recurring reminders and data updates is best handled by creating deterministic scheduled tasks that execute at precise times with validated repeatable automation.

How do I list all existing scheduled tasks in my workflow?

You can query and list all existing scheduled tasks through the task lifecycle management system, which validates and displays current cron jobs across conversations.

Does this scheduling approach work for maintenance tasks requiring precise timing?

Yes, the scheduling approach supports precise timing and repeatable automation, making it suitable for deterministic execution of maintenance tasks and data updates.