← 返回 Skills 市场
halbotley

duely

作者 halbotley · GitHub ↗ · v1.0.0
darwin ✓ 安全检测通过
618
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.md)

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 \x3Ctask-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/
安全使用建议
This skill appears to do what it says: run the local duely CLI to track recurring tasks and store data under ~/.duely/. Before installing, inspect and trust the Homebrew tap (halbotley/tap) and the formula source (use brew info, brew edit, or view the tap repo) because third‑party taps can deliver arbitrary binaries. If you prefer more control, build or review the binary yourself or run it in an isolated environment. Also note the agent may run duely automatically (default); if you don't want autonomous runs, adjust the skill/agent invocation settings.
功能分析
Type: OpenClaw Skill Name: duely Version: 1.0.0 The skill bundle is benign. It provides metadata and documentation for a CLI tool called 'duely' designed for tracking recurring maintenance tasks. The `SKILL.md` file includes standard OpenClaw metadata for installing 'duely' via Homebrew (`halbotley/tap/duely`) and provides usage examples. There is no evidence of prompt injection attempts against the agent, data exfiltration, malicious execution, persistence mechanisms, or any other indicators of intentional harmful behavior. All instructions and examples are directly related to the stated purpose of managing tasks with the 'duely' tool.
能力评估
Purpose & Capability
Name, description, required binary (duely), and usage examples all align: this is a local CLI for recurring tasks. No unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md instructs only running the duely CLI (list, due, run, log, add, remove) and notes data is stored locally at ~/.duely/. It does not ask for system-wide credentials, other files, or exfiltration to external endpoints.
Install Mechanism
Installation is via a Homebrew formula from a third‑party tap (halbotley/tap). Brew formulas are normal, but third‑party taps can install arbitrary binaries — verify the tap and formula source before installing.
Credentials
No environment variables or credentials are requested. The only persistent data location is ~/.duely/, which is consistent with the described purpose.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills' configs. The agent can invoke the skill autonomously (platform default); this is expected for an agent-integrated CLI.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install duely
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /duely 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Recurring maintenance task tracker
元数据
Slug duely
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

duely 是什么?

Track recurring maintenance tasks from the command line. Use when scheduling, checking, and logging periodic tasks like backups, reviews, or any repeating ch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 618 次。

如何安装 duely?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install duely」即可一键安装,无需额外配置。

duely 是免费的吗?

是的,duely 完全免费(开源免费),可自由下载、安装和使用。

duely 支持哪些平台?

duely 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。

谁开发了 duely?

由 halbotley(@halbotley)开发并维护,当前版本 v1.0.0。

💬 留言讨论