Track recurring maintenance tasks from the command line. Use when scheduling, checking, and logging periodic tasks like backups, reviews, or any repeating chore. Shows overdue items and keeps an execution log.
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
name: duely
description: Track recurring maintenance tasks from the command line. Use when scheduling, checking, and logging periodic tasks like backups, reviews, or any repeating chore. Shows overdue items and keeps an execution log.
metadata:
openclaw:
emoji: "🔁"
os: ["darwin"]
requires:
bins: ["duely"]
install:
- id: brew
kind: brew
formula: halbotley/tap/duely
bins: ["duely"]
label: "Install duely (brew)"
---
# duely
A CLI for tracking recurring maintenance tasks. Know what's due, mark it done, and keep a log.
## Why duely?
- **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
## Installation
```bash
brew tap halbotley/tap
brew install duely
```
## Commands
### Add a recurring task
```bash
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.
### List all tasks
```bash
duely list
```
### Show tasks that are due now
```bash
duely due
```
Shows overdue tasks with ⚠️ warnings.
### Mark a task as done
```bash
duely run backups
duely run backups --notes "Full backup completed"
```
### Skip a task (reschedule without running)
```bash
duely skip vault-review
duely skip vault-review --reason "On vacation"
```
### View execution log
```bash
duely log
```
### Remove a task
```bash
duely remove old-task
```
## Agent Integration
duely works well with agent heartbeats or cron-triggered checks:
```bash
# Check for due tasks and act on them
duely due
# After completing the task:
duely run <task-id> --notes "Completed by agent"
```
## Notes
- 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/`
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Run a single Terminal-Bench problem through Paperclip in a bounded, human-in-the-loop improvement cycle until the smoke passes, the board rejects the next fix, the iteration budget is exhausted, or a real blocker is named. Each iteration runs a bounded smoke against an isolated Paperclip App worktree, captures artifacts, diagnoses the exact stop point with `/diagnose-why-work-stopped`, requests board confirmation before any product fix, then reruns against the same worktree. Use whenever an i...