Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A CLI tool for tracking recurring maintenance tasks. Keeps a schedule of periodic chores, shows what's overdue, and logs when each task was last completed. Data is stored locally in ~/.duely/.
Handles recurring chores without calendar apps or cron job complexity, and keeps a local log so you always know when something last ran.
When to use it
- Tracking when server backups last ran
- Scheduling oil changes and car maintenance reminders
- Logging periodic security reviews
- Keeping up with recurring dev environment cleanup
- Letting agents mark automated tasks as complete
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: remind me to review my vault every 3 days
- 1Run duely add vault-review --name "Vault review" --every 3d
- 2Confirm task is listed with duely list
- 3Check for due items with duely due
- 4Mark task complete with duely run vault-review --notes "Reviewed all entries"
- 5View history with duely log
Task is scheduled, logged as completed, and will reappear as due in 3 days