duely

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "duely" with this command: npx skills add halbotley/duely

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

brew tap halbotley/tap
brew install duely

Commands

Add a recurring task

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

duely list

Show tasks that are due now

duely due

Shows overdue tasks with ⚠️ warnings.

Mark a task as done

duely run backups
duely run backups --notes "Full backup completed"

Skip a task (reschedule without running)

duely skip vault-review
duely skip vault-review --reason "On vacation"

View execution log

duely log

Remove a task

duely remove old-task

Agent Integration

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"

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/

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated