tasks

Schedule, manage, and monitor Grok tasks with RFC 5545 cadence rules.

12|4|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/eccstartup/grok_skills_bundle --skill tasks-eccstartup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/eccstartup/grok_skills_bundle/tree/main/tasks
Command: npx skills add https://github.com/eccstartup/grok_skills_bundle --skill tasks-eccstartup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation, modification, viewing, pausing, resuming, and deletion of scheduled tasks and reminders, reducing manual coordination and missed deadlines.

Core Features & Use Cases

  • Create and schedule new tasks with a cadence or one-time run
  • List all active tasks with their cadence, next run time, and status
  • Update, pause/resume, or delete existing tasks
  • Retrieve recent results for tasks to verify outcomes
  • Trigger tasks via natural language prompts and convert them into backend tool calls

Quick Start

Create a daily reminder task named 'daily-status-check' that prompts me to log my status at 09:00 in my timezone.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I schedule recurring tasks using RFC 5545 cadence rules?

You can create recurring tasks by specifying RFC 5545 cadence rules during task creation, configuring the time-of-day, timezone, and notification preferences to ensure automated reminders trigger correctly.

What is the best way to manage and pause active reminders?

Manage and pause active reminders by listing all tasks to view their status, then using the pause or update functions. This pauses the cadence without deleting the task, allowing you to resume scheduling later.

Can I convert natural language prompts into scheduled tasks?

Yes, you can trigger task creation via natural language prompts. The system interprets your input and converts it into backend tool calls, automatically setting up the task name, cadence, and time-of-day parameters for your scheduled reminders.

How do I retrieve recent results for automated tasks?

Retrieve recent task results by executing the get results function. This allows you to review the outcomes of your automated jobs and verify that the scheduled reminders and recurring tasks executed successfully.

Does task scheduling support specific time-of-day and timezone preferences?

Yes, task scheduling supports specific time-of-day and timezone preferences. When creating a task, you can define these parameters alongside RFC 5545 cadence rules to ensure notifications trigger accurately in your local time.

Why are my scheduled tasks not triggering notifications?

Scheduled tasks may fail to trigger notifications if the task is paused, the timezone is misconfigured, or the RFC 5545 cadence rule is invalid. List your tasks to check the status and update the notification preferences.