Toolverse
All skills

cron-mastery

by openclaw

Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron vs Heartbeat for time-sensitive tasks.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
2

About this skill

Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron vs Heartbeat for time-sensitive tasks.

How to use

  1. Zainstaluj skill cron-mastery z repozytorium OpenClaw dla wersji 2026.2.15 lub nowszej. Skill zawiera kompletny przewodnik po systemach czasowych dostępnych w platformie.

  2. Zanim wybierzesz narzędzie, zrozum różnicę: heartbeat to przypadkowe sprawdzenia (co 30-60 minut, niedokładne), cron to precyzyjne harmonogramy (wykonanie dokładnie o określonym czasie). Heartbeat nadaje się do niskich priorytetów (sprawdzanie poczty, podsumowania wiadomości), cron do zadań czasochłonnych (przypomnienia za kilka minut, raporty dzienne, konserwacja systemu).

  3. Do zaplanowania przypomnienia użyj cron:add z jednorazowym harmonogramem at – nigdy nie używaj act:wait ani pętli wewnętrznych dla opóźnień dłuższych niż 1 minuta. Skill wyjaśnia dokładną strukturę payload'u.

  4. Wybierz typ powiadomienia: użyj AgentTurn ze Strict Instructions dla push notyfikacji (przypomnienia na telefon), systemEvent tylko dla cichych logów lub aktualizacji stanu w tle.

  5. Skonfiguruj ładunek z parametrem deleteAfterRun: true – jednorazowe zadania automatycznie się usuwają po sukcesie, co eliminuje bałagan w harmonogramie.

  6. Pamiętaj o "Scheduler Tick": chociaż cron jest precyzyjny, wykonanie zależy od Gateway Heartbeat (zwykle co 10-60 sekund). Zadanie zaplanowane na :00 sekund uruchomi się w pierwszym ticku po tym czasie – spodziewaj się wariancji do ~30 sekund w zależności od konfiguracji bramy.

Related skills

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146