Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track recurring maintenance tasks from the command line. Use when scheduling, checking, and logging periodic tasks like backups, reviews, or any repeating ch...
Track recurring maintenance tasks from the command line. Use when scheduling, checking, and logging periodic tasks like backups, reviews, or any repeating ch...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
A CLI for tracking recurring maintenance tasks. Know what's due, mark it done, and keep a log.
Simple recurring tasks โ No calendar overhead for maintenance chores Overdue alerts โ See what you've been putting off Execution log โ Know when things last ran
brew tap halbotley/tap brew install duely
duely add backups --name "Database backups" --every 1d duely add vault-review --name "Vault review" --every 3d duely add oil-change --name "Oil change" --every 90d --start 2025-06-01 Intervals: 12h, 1d, 3d, 1w, 30d, 90d, etc.
duely list
duely due Shows overdue tasks with โ ๏ธ warnings.
duely run backups duely run backups --notes "Full backup completed"
duely skip vault-review duely skip vault-review --reason "On vacation"
duely log
duely remove old-task
duely works well with agent heartbeats or cron-triggered checks: # Check for due tasks and act on them duely due # After completing the task: duely run <task-id> --notes "Completed by agent"
Task IDs must be lowercase with no spaces --start defaults to now if not specified --every accepts hours (h), days (d), and weeks (w) Data stored locally in ~/.duely/
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.