task-scheduler

Automate recurring trading operations from a JSON scheduler configuration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill task-scheduler-datagridsolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-scheduler
Source: https://github.com/datagridSolution/forex-trading-ai-agent/tree/main/skills/task-scheduler
Command: npx skills add https://github.com/datagridSolution/forex-trading-ai-agent --skill task-scheduler-datagridsolution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cron-parser.

What problem does it solve?

It eliminates the manual effort of scheduling and running recurring trading operations by turning your trading workflow into an automated autopilot.

Core Features & Use Cases

  • DCA Automation: Run Dollar Cost Averaging at hourly/daily/weekly/monthly cadences for consistent entries.
  • Rebalancing Automation: Automatically compare current vs target allocations and execute the needed trades when deviation thresholds are met.
  • Operational Reporting & Alerts: Generate daily/weekly/monthly reports and perform regular price/alert checks to keep you informed.

Quick Start

Configure autopilot scheduler settings in ~/.kit/config/scheduler.json, then run the scheduled tasks using the kit scheduler commands.

Frequently Asked Questions about task-scheduler

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

FAQPage Schema
How do I automate my DCA trading strategy?

To automate DCA trading, this skill schedules recurring Dollar Cost Averaging operations at hourly, daily, weekly, or monthly cadences for consistent market entries. Configuration is read from a JSON file to execute hands-off autopilot runs.

What is the best way to run portfolio rebalancing when thresholds are met?

Portfolio rebalancing automation compares current allocations against targets and executes necessary trades when deviation thresholds are met. It operates on a configurable frequency to maintain your desired asset balance automatically.

Can I send trading automation alerts to Telegram?

Yes, trading automation alerts can be routed to Telegram. The scheduler performs regular price and alert checks, sending operational reports and notifications to your configured Telegram destinations.

Does the scheduler require a specific format for task configuration?

Yes, the scheduler requires reading task configuration from a JSON file located at ~/.kit/config/scheduler.json. This file defines the frequencies, thresholds, and destinations for deterministic task execution.

How do I generate daily or weekly operational reports for my trades?

Operational reporting generates daily, weekly, or monthly summaries by running scheduled tasks. These reports keep you informed of automated trading operations and portfolio status without manual intervention.