โ† All skills
Tencent SkillHub ยท Developer Tools

duely

Track recurring maintenance tasks from the command line. Use when scheduling, checking, and logging periodic tasks like backups, reviews, or any repeating ch...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Track recurring maintenance tasks from the command line. Use when scheduling, checking, and logging periodic tasks like backups, reviews, or any repeating ch...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

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

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/

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc