golem-schedule-agent-ts

Schedule Golem agent method invocations with ISO 8601 timestamps.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-schedule-agent-ts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: golem-schedule-agent-ts
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-schedule-agent-ts
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-schedule-agent-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to schedule agent method invocations to occur at a specified future time, automating timed task execution.

Core Features & Use Cases

  • Scheduled Invocations: Set agent methods to run at exact future dates and times, facilitating delayed or periodic tasks.
  • Use Case: Schedule a marketing notification to go out tomorrow at 9 AM without manual intervention.
  • Technical Scope: Utilizes golem agent invoke --trigger --schedule-at with ISO 8601 formatted datetime strings, supporting parameters and environment options for precise control.

Quick Start

To schedule a method to run at a specific future time, provide the command with --trigger, --schedule-at, the target agent ID, function name, and optional parameters.

Frequently Asked Questions about golem-schedule-agent-ts

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

FAQPage Schema
How do I schedule a future agent method invocation with precise timing?▼

To schedule a future agent invocation, use the trigger and schedule-at parameters with an ISO 8601 formatted datetime string, specifying the target agent ID and function name. This ensures reliable future execution of delayed tasks.

Can I pass parameters to a scheduled agent invocation?▼

Yes, scheduled agent invocations support passing parameters and environment specifications. This allows you to execute targeted timed workflows with specific arguments at a designated future time.

What is the best way to automate delayed tasks in a Golem agent environment?▼

Automating delayed tasks in a Golem agent environment is best handled by enqueuing invocations with precise schedule-at timestamps. This method supports optional deduplication to prevent duplicate timed workflow executions.

Does Golem support ISO 8601 formatted timestamps for timed invocations?▼

Yes, Golem supports ISO 8601 formatted datetime strings for timed invocations. Using the trigger and schedule-at commands ensures precise control over scheduling future agent method executions.

How does deduplication work for scheduled agent tasks?▼

Deduplication for scheduled agent tasks works by optionally preventing duplicate enqueued invocations. This ensures reliable future execution without redundant runs in time-sensitive automation scenarios.