{
  "schemaVersion": "1.0",
  "item": {
    "slug": "todoist-td",
    "name": "Todoist",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mattjefferson/todoist-td",
    "canonicalUrl": "https://clawhub.ai/mattjefferson/todoist-td",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/todoist-td",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=todoist-td",
    "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/todoist-td"
    },
    "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/todoist-td",
    "agentPageUrl": "https://openagent3.xyz/skills/todoist-td/agent",
    "manifestUrl": "https://openagent3.xyz/skills/todoist-td/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/todoist-td/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": "Install / verify",
        "body": "Repo: https://github.com/Doist/todoist-cli\n\nIf td is not installed (e.g., command not found: td), install from the repo:\n\ngit clone https://github.com/Doist/todoist-cli\ncd todoist-cli\nnpm install\nnpm run build\nnpm link\n\nThen verify:\n\ntd --help\n\nUse td for all Todoist operations. Prefer parseable output:\n\nUse --json (or --ndjson) for listing/reading tasks.\nUse td task update ... for edits (content, due, description, priority, labels, etc.)."
      },
      {
        "title": "Quick agenda",
        "body": "Today + overdue:\n\ntd today --json\n\n\nNext N days:\n\ntd upcoming 7 --json\n\n\nInbox:\n\ntd inbox --json\n\nWhen summarizing an agenda for the user:\n\nSeparate Overdue vs Due today (and optionally Upcoming).\nInclude priority (p1–p4) if present and any labels."
      },
      {
        "title": "Find the right task to edit",
        "body": "Preferred approaches:\n\nIf you already have the task id, use it directly:\n\nReference format: id:<taskId> (e.g., id:6WcqCcR4wF7XW5m6)\n\nIf you only have a title/snippet, search/list then match:\n\ntd task list --json (optionally filter via other list commands like today, upcoming, inbox)\nThen pick the correct item by content + due date + project.\n\nTo view a single task:\n\ntd task view <ref> --json"
      },
      {
        "title": "Common edits",
        "body": "Update description (notes):\n\ntd task update <ref> --description \"...\"\n\nUpdate title/content:\n\ntd task update <ref> --content \"New task title\"\n\nChange due date/time (natural language often works):\n\ntd task update <ref> --due \"tomorrow 3pm\"\n\nPriority:\n\ntd task update <ref> --priority p1 (or p2/p3/p4)\n\nLabels (replaces existing labels):\n\ntd task update <ref> --labels \"Chores,Calls\"\n\nComplete / reopen:\n\ntd task complete <ref>\ntd task uncomplete id:<taskId>\n\nDelete:\n\ntd task delete <ref> --yes (only if the user explicitly wants deletion)"
      },
      {
        "title": "Add tasks",
        "body": "Fast natural-language add:\n\ntd add \"Call dentist tomorrow 10am p2 #Personal\"\n\nOr explicit add (when you need structured fields):\n\ntd task add --content \"...\" --due \"...\" --priority p2 --labels \"...\""
      },
      {
        "title": "Safety / UX",
        "body": "Confirm before destructive actions (delete).\nIf multiple tasks match the user’s description, ask a clarifying question (or show candidates) before updating.\nWhen the user asks to add info (e.g., a phone number), put it in the description unless they explicitly want it in the title."
      }
    ],
    "body": "Todoist via td CLI\nInstall / verify\n\nRepo: https://github.com/Doist/todoist-cli\n\nIf td is not installed (e.g., command not found: td), install from the repo:\n\ngit clone https://github.com/Doist/todoist-cli\ncd todoist-cli\nnpm install\nnpm run build\nnpm link\n\n\nThen verify:\n\ntd --help\n\n\nUse td for all Todoist operations. Prefer parseable output:\n\nUse --json (or --ndjson) for listing/reading tasks.\nUse td task update ... for edits (content, due, description, priority, labels, etc.).\nQuick agenda\nToday + overdue:\ntd today --json\nNext N days:\ntd upcoming 7 --json\nInbox:\ntd inbox --json\n\nWhen summarizing an agenda for the user:\n\nSeparate Overdue vs Due today (and optionally Upcoming).\nInclude priority (p1–p4) if present and any labels.\nFind the right task to edit\n\nPreferred approaches:\n\nIf you already have the task id, use it directly:\nReference format: id:<taskId> (e.g., id:6WcqCcR4wF7XW5m6)\nIf you only have a title/snippet, search/list then match:\ntd task list --json (optionally filter via other list commands like today, upcoming, inbox)\nThen pick the correct item by content + due date + project.\n\nTo view a single task:\n\ntd task view <ref> --json\nCommon edits\n\nUpdate description (notes):\n\ntd task update <ref> --description \"...\"\n\nUpdate title/content:\n\ntd task update <ref> --content \"New task title\"\n\nChange due date/time (natural language often works):\n\ntd task update <ref> --due \"tomorrow 3pm\"\n\nPriority:\n\ntd task update <ref> --priority p1 (or p2/p3/p4)\n\nLabels (replaces existing labels):\n\ntd task update <ref> --labels \"Chores,Calls\"\n\nComplete / reopen:\n\ntd task complete <ref>\ntd task uncomplete id:<taskId>\n\nDelete:\n\ntd task delete <ref> --yes (only if the user explicitly wants deletion)\nAdd tasks\n\nFast natural-language add:\n\ntd add \"Call dentist tomorrow 10am p2 #Personal\"\n\nOr explicit add (when you need structured fields):\n\ntd task add --content \"...\" --due \"...\" --priority p2 --labels \"...\"\nSafety / UX\nConfirm before destructive actions (delete).\nIf multiple tasks match the user’s description, ask a clarifying question (or show candidates) before updating.\nWhen the user asks to add info (e.g., a phone number), put it in the description unless they explicitly want it in the title."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mattjefferson/todoist-td",
    "publisherUrl": "https://clawhub.ai/mattjefferson/todoist-td",
    "owner": "mattjefferson",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/todoist-td",
    "downloadUrl": "https://openagent3.xyz/downloads/todoist-td",
    "agentUrl": "https://openagent3.xyz/skills/todoist-td/agent",
    "manifestUrl": "https://openagent3.xyz/skills/todoist-td/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/todoist-td/agent.md"
  }
}