timer-skill

Schedule one-time delayed timers for actions after a user-defined duration.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/MachinaOS --skill timer-skill-zeenie-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timer-skill
Source: https://github.com/zeenie-ai/MachinaOS/tree/main/server/skills/task_agent/timer-skill
Command: npx skills add https://github.com/zeenie-ai/MachinaOS --skill timer-skill-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You need a reliable way to wait a specific amount of time and then run follow-up work without manually keeping track of delays.

Core Features & Use Cases

  • One-time delayed execution: Triggers an action exactly once after a specified duration.
  • Configurable time units: Supports seconds, minutes, hours, and days for common scheduling needs.
  • Workflow and tool integration: Enables timed delays both as a workflow trigger and as an AI tool capability.

Quick Start

Set a one-time timer for 10 minutes and then send a reminder when it triggers.

Frequently Asked Questions about timer-skill

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

FAQPage Schema
How do I schedule a one-time delayed execution for an automation workflow?

To schedule delayed execution, you configure a one-time timer with a positive numeric duration and a specified unit. The timer triggers the action exactly once after the duration elapses, enabling waiting between workflow steps.

Can I use a timer to add delays between steps for rate-limited API calls?

Yes, you can use a timer to add delays between steps for rate-limited calls. By setting a specific duration, the timer holds execution until the wait period passes, preventing rate limit violations during automated workflows.

What time units are supported when configuring a delayed timer?

Configuring a delayed timer supports seconds, minutes, hours, and days as time units. You must provide a positive numeric duration alongside one of these units to correctly schedule the deferred action or reminder.

Does delayed timer execution work for both workflow triggers and AI agent tools?

Delayed timer execution works for both automation workflow triggers and AI agent tool use cases. It provides timed delays to execute follow-up actions like deferred notifications regardless of whether the context is a workflow or an agent.

What are the limitations of using a one-time timer for deferred notifications?

A limitation of this one-time timer is that it triggers an action exactly once and does not support recurring schedules. It requires structured inputs with a positive numeric duration and limits units to seconds, minutes, hours, or days.