scheduled-tasks

Manage Agentara scheduled tasks via REST API with curl commands.

496|59|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MagicCube/agentara --skill scheduled-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-tasks
Source: https://github.com/MagicCube/agentara/tree/main/user-home/.claude/skills/scheduled-tasks
Command: npx skills add https://github.com/MagicCube/agentara --skill scheduled-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to schedule and manage recurring tasks or one-off delayed actions, ensuring that important operations are executed automatically at specified times or intervals without manual intervention.

Core Features & Use Cases

  • Task Scheduling: Define tasks to run based on cron patterns or time intervals.
  • One-Shot Tasks: Schedule tasks to run once after a specified delay or at a specific time.
  • Contextual vs. Independent Sessions: Choose whether tasks share conversation history or run in isolation.
  • Use Case: Schedule a daily report generation at 9 AM, set a reminder to review a document in 30 minutes, or automate a weekly data sync.

Quick Start

Schedule a task to summarize today's top tech news every day at 9 AM.

Frequently Asked Questions about scheduled-tasks

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

FAQPage Schema
How do I schedule recurring tasks using cron patterns?

You schedule recurring tasks by sending curl commands to the REST API with defined cron patterns or time intervals, automating operations to execute automatically at specified times without manual intervention.

Can I schedule a one-shot delayed task instead of a recurring cronjob?

Yes, you can schedule one-shot tasks to run once after a specified delay or at a specific time via the REST API, alongside recurring intervals and immediate execution options.

What is the difference between contextual and independent sessions for scheduled tasks?

Contextual sessions share conversation history across task executions, while independent sessions run in isolation. You choose the mode that fits whether your task needs prior context or a clean execution state.

Do I need to use curl commands to manage scheduled tasks?

Yes, managing scheduled tasks requires API interaction via curl commands. You create, list, update, and delete recurring or delayed tasks by sending requests directly to the REST API.

What's the best way to automate a daily report generation task?

You automate daily report generation by creating a scheduled task with a daily cron pattern, such as running at 9 AM. The task executes automatically at the specified time without manual intervention.