scheduled-task

Schedule and manage recurring or one-time automated tasks for Claude prompts.

5.8k|918|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/netease-youdao/LobsterAI --skill scheduled-task-netease-youdao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-task
Source: https://github.com/netease-youdao/LobsterAI/tree/main/SKILLs/scheduled-task
Command: npx skills add https://github.com/netease-youdao/LobsterAI --skill scheduled-task-netease-youdao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automate the creation, scheduling, and lifecycle management of tasks that run Claude prompts or workflows on a regular basis, reducing manual overhead and human error.

Core Features & Use Cases

  • Create, update, enable/disable, view, and delete scheduled tasks to automate repetitive work.
  • Support for cron, at, and custom schedules across projects and teams, with cross-project visibility.
  • Optional IM notifications via notifyPlatforms to deliver results after task execution without embedding delivery steps in prompts.

Quick Start

Create a new scheduled task by specifying its name, prompt, and schedule, then manage it through listing, updating, and toggling its enabled state.

Frequently Asked Questions about scheduled-task

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

FAQPage Schema
How do I schedule recurring automated tasks to run Claude prompts?

You can schedule recurring automated tasks by defining a name, prompt, and schedule using cron or at formats. The system validates inputs and handles the full lifecycle management including execution and deletion.

What's the best way to automate repetitive workflow tasks across multiple projects?

Automating repetitive workflow tasks across projects is managed by creating scheduled tasks with custom schedules and working directories. The system provides cross-project visibility and lifecycle management for governance.

Can I send notifications after a scheduled task completes execution?

Yes, you can send notifications after scheduled task execution by configuring notifyPlatforms. This delivers results via IM platforms without embedding delivery steps directly inside the Claude prompts.

Does the scheduler support one-time task execution alongside cron schedules?

Yes, the scheduler supports one-time task execution alongside recurring cron schedules. You can use 'at' schedules or custom schedules to trigger single-run prompts and manage them through standard lifecycle operations.

What inputs are validated when creating a scheduled task?

Creating a scheduled task validates inputs including the task name, prompt, schedule, and workingDirectory. This ensures prompts execute correctly in the specified environment across personal or team workflows.