timer

Manage timers, alarms, alarms and Pomodoro sessions via cron_add and bash sleep.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/goclaw-skills --skill timer-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timer
Source: https://github.com/jholhewres/goclaw-skills/tree/main/skills/timer
Command: npx skills add https://github.com/jholhewres/goclaw-skills --skill timer-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage their time effectively by setting timers, alarms, and facilitating the use of the Pomodoro technique for focused work sessions.

Core Features & Use Cases

  • Quick Countdown Timers: Set simple timers using sleep for immediate countdowns with customizable messages.
  • Precise Scheduling: Utilize cron_add for setting alarms and reminders at specific times or recurring intervals.
  • Pomodoro Technique: Implement work/break cycles for enhanced productivity.

Quick Start

Set a 5-minute timer that announces when it's done.

Frequently Asked Questions about timer

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

FAQPage Schema
How do I set a countdown timer using bash sleep for background tasks?

To set a countdown timer, use the bash `sleep` command to pause execution for a specified duration, followed by a customizable message alerting you when the time has elapsed.

What is the Pomodoro technique and how does it manage work cycles?

The Pomodoro technique is a time management method that uses structured work and break cycles to enhance productivity. This Skill facilitates these cycles by setting sequential timers for focused work sessions.

Can I schedule recurring alarms and reminders with cron_add?

Yes, you can schedule precise alarms and recurring reminders by utilizing the `cron_add` functionality, which sets up scheduled events for specific times or intervals.

What is the best way to interpret natural language time for setting alarms?

The best way to interpret natural language time is by using the Skill's built-in reference for time conversions, which provides tips for translating natural language phrases into precise durations for alarms and timers.

When should I use sleep versus cron_add for time-based notifications?

Use bash `sleep` for immediate, background countdown timers and use `cron_add` for precise scheduling of alarms or recurring events at specific times or intervals.