cron

Create, list, pause, resume, and delete cron jobs with explicit agent targeting.

3|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/yuexps/QwenPaw-FNOS --skill cron-yuexps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/yuexps/QwenPaw-FNOS/tree/main/app/server/src/qwenpaw/agents/skills/cron-zh
Command: npx skills add https://github.com/yuexps/QwenPaw-FNOS --skill cron-yuexps

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It streamlines the management of scheduled tasks by enabling precise setup and control of future and recurring executions, reducing manual intervention and missed deadlines.

Core Features & Use Cases

  • Scheduled Task Automation: Create and manage time-based or periodic tasks for reminders, notifications, or data collection.
  • Flexible Control: List, query status, pause, resume, and delete scheduled jobs easily.
  • Use Case: Schedule daily report generation at 8 AM and automatically notify a team channel without manual intervention.

Quick Start

Use this skill to set up a task that sends a weekly summary to your team every Monday at 9 AM.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule automated recurring tasks and reminders?

You can schedule recurring tasks and reminders by creating automated cron jobs that execute periodic data collection or notifications at specified times. This reduces manual intervention and prevents missed deadlines.

How do I set up a daily scheduled notification for a team channel?

Setting up a daily scheduled notification requires creating a periodic cron job targeted to execute at a specific time like 8 AM. The task automatically triggers the notification workflow without requiring manual execution.

Can I pause, resume, and delete scheduled tasks?

Yes, you can flexibly control scheduled tasks by listing, querying status, pausing, resuming, and deleting them. This provides precise control over cron job execution and complex planning workflows.

Do I need Python and croniter to parse cron expressions?

Yes, you need Python and the croniter dependency to parse cron expressions for scheduling tasks. This library provides the precise time-based parsing required to manage future and recurring executions.

What is the best way to manage periodic data collection for reports?

The best way to manage periodic data collection is using scheduled task automation to create periodic cron jobs. This handles complex planning workflows and automatically generates reports at set times.