{
  "schemaVersion": "1.0",
  "item": {
    "slug": "duely",
    "name": "duely",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/halbotley/duely",
    "canonicalUrl": "https://clawhub.ai/halbotley/duely",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/duely",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=duely",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/duely"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/duely",
    "agentPageUrl": "https://openagent3.xyz/skills/duely/agent",
    "manifestUrl": "https://openagent3.xyz/skills/duely/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/duely/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "duely",
        "body": "A CLI for tracking recurring maintenance tasks. Know what's due, mark it done, and keep a log."
      },
      {
        "title": "Why duely?",
        "body": "Simple recurring tasks — No calendar overhead for maintenance chores\nOverdue alerts — See what you've been putting off\nExecution log — Know when things last ran"
      },
      {
        "title": "Installation",
        "body": "brew tap halbotley/tap\nbrew install duely"
      },
      {
        "title": "Add a recurring task",
        "body": "duely add backups --name \"Database backups\" --every 1d\nduely add vault-review --name \"Vault review\" --every 3d\nduely add oil-change --name \"Oil change\" --every 90d --start 2025-06-01\n\nIntervals: 12h, 1d, 3d, 1w, 30d, 90d, etc."
      },
      {
        "title": "List all tasks",
        "body": "duely list"
      },
      {
        "title": "Show tasks that are due now",
        "body": "duely due\n\nShows overdue tasks with ⚠️ warnings."
      },
      {
        "title": "Mark a task as done",
        "body": "duely run backups\nduely run backups --notes \"Full backup completed\""
      },
      {
        "title": "Skip a task (reschedule without running)",
        "body": "duely skip vault-review\nduely skip vault-review --reason \"On vacation\""
      },
      {
        "title": "View execution log",
        "body": "duely log"
      },
      {
        "title": "Remove a task",
        "body": "duely remove old-task"
      },
      {
        "title": "Agent Integration",
        "body": "duely works well with agent heartbeats or cron-triggered checks:\n\n# Check for due tasks and act on them\nduely due\n# After completing the task:\nduely run <task-id> --notes \"Completed by agent\""
      },
      {
        "title": "Notes",
        "body": "Task IDs must be lowercase with no spaces\n--start defaults to now if not specified\n--every accepts hours (h), days (d), and weeks (w)\nData stored locally in ~/.duely/"
      }
    ],
    "body": "duely\n\nA CLI for tracking recurring maintenance tasks. Know what's due, mark it done, and keep a log.\n\nWhy duely?\nSimple recurring tasks — No calendar overhead for maintenance chores\nOverdue alerts — See what you've been putting off\nExecution log — Know when things last ran\nInstallation\nbrew tap halbotley/tap\nbrew install duely\n\nCommands\nAdd a recurring task\nduely add backups --name \"Database backups\" --every 1d\nduely add vault-review --name \"Vault review\" --every 3d\nduely add oil-change --name \"Oil change\" --every 90d --start 2025-06-01\n\n\nIntervals: 12h, 1d, 3d, 1w, 30d, 90d, etc.\n\nList all tasks\nduely list\n\nShow tasks that are due now\nduely due\n\n\nShows overdue tasks with ⚠️ warnings.\n\nMark a task as done\nduely run backups\nduely run backups --notes \"Full backup completed\"\n\nSkip a task (reschedule without running)\nduely skip vault-review\nduely skip vault-review --reason \"On vacation\"\n\nView execution log\nduely log\n\nRemove a task\nduely remove old-task\n\nAgent Integration\n\nduely works well with agent heartbeats or cron-triggered checks:\n\n# Check for due tasks and act on them\nduely due\n# After completing the task:\nduely run <task-id> --notes \"Completed by agent\"\n\nNotes\nTask IDs must be lowercase with no spaces\n--start defaults to now if not specified\n--every accepts hours (h), days (d), and weeks (w)\nData stored locally in ~/.duely/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/halbotley/duely",
    "publisherUrl": "https://clawhub.ai/halbotley/duely",
    "owner": "halbotley",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/duely",
    "downloadUrl": "https://openagent3.xyz/downloads/duely",
    "agentUrl": "https://openagent3.xyz/skills/duely/agent",
    "manifestUrl": "https://openagent3.xyz/skills/duely/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/duely/agent.md"
  }
}