Chronos

Schedule time-based tasks and reminders using JSON commands.

637|105|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Arvincreator/project-golem --skill chronos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Chronos
Source: https://github.com/Arvincreator/project-golem/tree/main/src/skills/modules/chronos
Command: npx skills add https://github.com/Arvincreator/project-golem --skill chronos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to automate task scheduling, reminders, and calendar management efficiently.

Core Features & Use Cases

  • Schedule Tasks and Reminders: Create, list, and manage scheduled events or alarms based on user requests.
  • Time-Based Triggers: Automate actions to occur at specific times, such as morning reminders or periodic jobs.
  • Use Case: A user wants to be reminded to take medication at 8 AM every day or schedules a weekly team meeting. This Skill responds accurately by interpreting time expressions and interfacing with a database.

Quick Start

Ask the AI to set up a reminder for tomorrow morning to see the scheduling in action.

Frequently Asked Questions about Chronos

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

FAQPage Schema
How do I automate task scheduling and set up recurring reminders?▼

You can automate task scheduling by using standard JSON commands to create events with specific time triggers. This enables precise time-based reminders and recurring schedules for timely alerts.

What is time-based trigger automation for calendar management?▼

Time-based trigger automation executes scheduled actions at specific times, such as morning reminders or periodic jobs. It interprets time expressions to facilitate accurate calendar management and notifications.

Can I use standard JSON commands to integrate scheduled tasks with a database?▼

Yes, the scheduling system implements standard JSON commands for creating and querying schedules. This ensures proper integration with your persistent storage systems and database architectures.

How do I set up a daily recurring reminder for specific times?▼

To set up a daily recurring reminder, request the AI to schedule an event using a specific time expression like 8 AM every day. The system interprets this to trigger automated alerts periodically.

Does this reminder automation support both one-time alarms and periodic jobs?▼

Yes, the reminder automation supports various trigger times for both one-time alarms and recurring periodic jobs. This allows flexibility for daily medication alerts or weekly team meetings.

What are the limitations of using time triggers for automated notifications?▼

The effectiveness of time triggers depends on accurate time expression interpretation and persistent storage availability. Complex scheduling scenarios may require precise JSON command structuring to ensure triggers execute correctly.