schedule

Solid

Create a scheduled task that can be run on demand or automatically on an interval. Use when the user says 'schedule X', 'remind me in N minutes', 'every weekday at 9am', or wants to convert a session task into a recurring/one-shot cron job. Outputs a create_scheduled_task tool call with cronExpression OR fireAt fields filled correctly.

AI & Automation 3 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Schedule (create reusable session shortcut) ## Tone & Rules Internal infrastructure skill. output is a tool call, not prose. Keep prompts terse, self-contained, second-person imperative. **Hard rule**: future runs do NOT inherit the current conversation. The drafted prompt must be 100% standalone. ## Source & Pairs with - `knowledge/scheduled-tasks.md`. model selection rule (haiku/sonnet/opus tiering) + `task_config` schema. **Read this BEFORE drafting any claude_code-type task.** - `memory/Infra/permissions-schema.json`. autonomy-mode mapping (which task types need CONFIRM) - Your daemon scheduler's database, table `schedules` (destination) - Sister tool: `mcp__scheduler__schedule_create` (the actual tool call this skill ends with) ## Conversation context (prior) The skill EXPECTS prior conversation. that's the WHOLE POINT. It captures the task the user just performed/described in the current session and freezes it into a reusable prompt. Skim the recent turns for: tools used, sequence of steps, corrections, input/output formats. ## Procedure You are creating a reusable shortcut from the current session. Follow these steps: ### Step 1. Analyze the session Review the session history to identify the core task the user performed or requested. Distill it into a single, repeatable objective. ### Step 2. Draft a prompt The prompt will be used for future autonomous runs. it must be entirely self-contained. Future runs will NOT have access to this session, so never ref...

Details

Author
0xUrsanomics
Repository
0xUrsanomics/utopia-os
Created
5 days ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category