LaunchKit · 2026
Back to Skills

Track recurring maintenance tasks from the command line.

0
409 downloads
by @halbotley

Setup & Installation

openclaw skills install @halbotley/duely

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install duely

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.

INPUT

User asks: remind me to review my vault every 3 days

AGENT
  1. 1Run duely add vault-review --name "Vault review" --every 3d
  2. 2Confirm task is listed with duely list
  3. 3Check for due items with duely due
  4. 4Mark task complete with duely run vault-review --notes "Reviewed all entries"
  5. 5View history with duely log
OUTPUT

Task is scheduled, logged as completed, and will reappear as due in 3 days