{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ticktick-official-cli",
    "name": "ticktick-official-cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/SuperOwenX/ticktick-official-cli",
    "canonicalUrl": "https://clawhub.ai/SuperOwenX/ticktick-official-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ticktick-official-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ticktick-official-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/dida365-openapi.md",
      "scripts/ticktick_cli.py",
      "scripts/ticktick_oauth.py",
      "scripts/ticktick_api_client.py",
      "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/ticktick-official-cli"
    },
    "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/ticktick-official-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/ticktick-official-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ticktick-official-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ticktick-official-cli/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": "Onboarding（最少手动步骤）",
        "body": "在 Dida365 开发者中心创建应用：https://developer.dida365.com/manage\n在应用里配置回调地址：http://127.0.0.1:8765/callback\n一次性保存应用配置：\n\n./scripts/ticktick_oauth.py setup \\\n  --client-id \"<client_id>\" \\\n  --client-secret \"<client_secret>\" \\\n  --redirect-uri \"http://127.0.0.1:8765/callback\"\n\n一键登录（自动打开浏览器授权、自动换 token、自动保存 token）：\n\n./scripts/ticktick_oauth.py login\n\n验证：\n\n./scripts/ticktick_cli.py doctor\n./scripts/ticktick_cli.py --json project list\n\ntoken 会自动保存到 ~/.config/ticktick-official/token.env，后续一般不需要再手动 export。"
      },
      {
        "title": "备用流程（手动）",
        "body": "./scripts/ticktick_oauth.py auth-url --client-id \"$TICKTICK_CLIENT_ID\" --redirect-uri \"$TICKTICK_REDIRECT_URI\"\n./scripts/ticktick_oauth.py exchange --code \"<code>\""
      },
      {
        "title": "常用命令",
        "body": "# 项目\n./scripts/ticktick_cli.py --json project list\n./scripts/ticktick_cli.py --json project create --name \"收件箱\"\n\n# 任务\n./scripts/ticktick_cli.py --json task create --project-id <pid> --title \"测试任务\"\n./scripts/ticktick_cli.py --json task complete --project-id <pid> --task-id <tid>"
      },
      {
        "title": "说明",
        "body": "始终优先使用官方域名：dida365.com / api.dida365.com\n删除操作（project/task delete）属于危险操作，执行前确认\n参数与字段细节见 references/dida365-openapi.md"
      }
    ],
    "body": "在本技能目录执行命令。\n\nOnboarding（最少手动步骤）\n在 Dida365 开发者中心创建应用：https://developer.dida365.com/manage\n在应用里配置回调地址：http://127.0.0.1:8765/callback\n一次性保存应用配置：\n./scripts/ticktick_oauth.py setup \\\n  --client-id \"<client_id>\" \\\n  --client-secret \"<client_secret>\" \\\n  --redirect-uri \"http://127.0.0.1:8765/callback\"\n\n一键登录（自动打开浏览器授权、自动换 token、自动保存 token）：\n./scripts/ticktick_oauth.py login\n\n验证：\n./scripts/ticktick_cli.py doctor\n./scripts/ticktick_cli.py --json project list\n\n\ntoken 会自动保存到 ~/.config/ticktick-official/token.env，后续一般不需要再手动 export。\n\n备用流程（手动）\n./scripts/ticktick_oauth.py auth-url --client-id \"$TICKTICK_CLIENT_ID\" --redirect-uri \"$TICKTICK_REDIRECT_URI\"\n./scripts/ticktick_oauth.py exchange --code \"<code>\"\n\n常用命令\n# 项目\n./scripts/ticktick_cli.py --json project list\n./scripts/ticktick_cli.py --json project create --name \"收件箱\"\n\n# 任务\n./scripts/ticktick_cli.py --json task create --project-id <pid> --title \"测试任务\"\n./scripts/ticktick_cli.py --json task complete --project-id <pid> --task-id <tid>\n\n说明\n始终优先使用官方域名：dida365.com / api.dida365.com\n删除操作（project/task delete）属于危险操作，执行前确认\n参数与字段细节见 references/dida365-openapi.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/SuperOwenX/ticktick-official-cli",
    "publisherUrl": "https://clawhub.ai/SuperOwenX/ticktick-official-cli",
    "owner": "SuperOwenX",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ticktick-official-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/ticktick-official-cli",
    "agentUrl": "https://openagent3.xyz/skills/ticktick-official-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ticktick-official-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ticktick-official-cli/agent.md"
  }
}