cron

Schedule and manage timed or periodic tasks with teampaw cron.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mrwyx12369/TeamPaw --skill cron-mrwyx12369
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/mrwyx12369/TeamPaw/tree/main/src/teampaw/agents/skills/cron-zh
Command: npx skills add https://github.com/mrwyx12369/TeamPaw --skill cron-mrwyx12369

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates scheduling and management of future timed or periodic tasks using teampaw cron. This enables teams to schedule reminders, reports, or automation that must run in the future rather than immediately.

Core Features & Use Cases

  • Supports both cron-based scheduling (recurring tasks) and scheduled run times (one-off or repeating after a start time).
  • Enforces explicit --agent-id on all cron commands and requires clear channel, target-user, and target-session context.
  • Provides a complete workflow from creation to list, state management, pause, resume, and delete for reliable task orchestration across channels and agents.

Quick Start

Create a cron task that runs daily by providing the required options and your agent-id.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule recurring tasks and reminders with cron?

You can schedule recurring tasks with cron by defining a cron expression and providing the required agent-id, channel, target-user, and target-session context to create reliable periodic reminders or automation.

What's the best way to schedule a one-off future task instead of a recurring one?

To schedule a one-off future task, use the scheduled run type instead of standard cron expressions so you can set a specific start time for your task rather than a repeating schedule.

Do I need an agent-id to manage scheduled tasks across channels?

Yes, an explicit agent-id is required on all cron commands so the system can correctly route and manage your scheduled tasks across different channels and target sessions.

Can I pause and resume scheduled tasks after they are created?

Yes, you can pause and resume scheduled tasks using the state management workflow so you can temporarily halt task execution without losing your original configuration.

What details are required to create a scheduled notification for a specific user?

Creating a scheduled notification requires specifying the channel, target-user, target-session, and an explicit agent-id so the system can reliably deliver the task to the correct destination.

How does scheduled task management handle state and deletion?

Scheduled task management provides a complete workflow from creation to list, state management, pause, resume, and delete so you can reliably orchestrate the full lifecycle of your tasks.