{
  "schemaVersion": "1.0",
  "item": {
    "slug": "todo-skill",
    "name": "Todo Skill",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/scccmsd/todo-skill",
    "canonicalUrl": "https://clawhub.ai/scccmsd/todo-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/todo-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=todo-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "todo_manager.py"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/todo-skill"
    },
    "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/todo-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/todo-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/todo-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/todo-skill/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": "To-Do Skill",
        "body": "This skill enables the assistant to break down a large task into smaller tasks, create an optimized execution plan, and dynamically adjust actions based on progress and new information."
      },
      {
        "title": "Features",
        "body": "Task Breakdown: Automatically decompose a complex request into smaller, actionable sub-tasks.\nExecution Optimization: Analyze and plan how to execute each step better before proceeding.\nAdaptive Progress: Dynamically adjust to-do lists based on feedback or results from completed tasks.\nVisual To-Do List: Provide a clear and interactive to-do list for tracking and managing progress.\nPriority Management: Prioritize tasks based on importance, deadlines, or complexity."
      },
      {
        "title": "Workflow",
        "body": "Input - User specifies a high-level task or goal.\nBreakdown - Skill breaks the task down into sub-tasks using logical order.\nOptimization - Each task is optimized for execution, identifying dependencies, tools, and strategies.\nExecution and Update - Execute tasks one by one while adjusting the plan dynamically based on progress.\nOutput - Provide status updates and final results with a review of completed sub-tasks."
      },
      {
        "title": "Usage",
        "body": "Add Task:\nSay \"Plan and execute [TASK] step by step.\"\nCheck Progress:\nSay \"What is the status of [TASK]?\"\nUpdate Task:\nSay \"Update step [STEP NUMBER] of [TASK].\""
      },
      {
        "title": "Example Interaction",
        "body": "User: \"Plan and execute a marketing campaign.\"\n\nAssistant:\n\nStep 1: Define the target audience.\nStep 2: Create marketing materials.\nStep 3: Schedule and launch the campaign.\nStep 4: Collect and analyze feedback.\n\nShall we start with Step 1?\n\nUser: \"Yes, continue with Step 1.\"\n\nAssistant: \"For Step 1, let us first research the ideal demographic profile for our product. I'll document my findings.\"\n\n..."
      }
    ],
    "body": "To-Do Skill\n\nThis skill enables the assistant to break down a large task into smaller tasks, create an optimized execution plan, and dynamically adjust actions based on progress and new information.\n\nFeatures\nTask Breakdown: Automatically decompose a complex request into smaller, actionable sub-tasks.\nExecution Optimization: Analyze and plan how to execute each step better before proceeding.\nAdaptive Progress: Dynamically adjust to-do lists based on feedback or results from completed tasks.\nVisual To-Do List: Provide a clear and interactive to-do list for tracking and managing progress.\nPriority Management: Prioritize tasks based on importance, deadlines, or complexity.\nWorkflow\nInput - User specifies a high-level task or goal.\nBreakdown - Skill breaks the task down into sub-tasks using logical order.\nOptimization - Each task is optimized for execution, identifying dependencies, tools, and strategies.\nExecution and Update - Execute tasks one by one while adjusting the plan dynamically based on progress.\nOutput - Provide status updates and final results with a review of completed sub-tasks.\nUsage\nAdd Task: Say \"Plan and execute [TASK] step by step.\"\nCheck Progress: Say \"What is the status of [TASK]?\"\nUpdate Task: Say \"Update step [STEP NUMBER] of [TASK].\"\nExample Interaction\n\nUser: \"Plan and execute a marketing campaign.\"\n\nAssistant:\n\nStep 1: Define the target audience.\nStep 2: Create marketing materials.\nStep 3: Schedule and launch the campaign.\nStep 4: Collect and analyze feedback.\n\nShall we start with Step 1?\n\nUser: \"Yes, continue with Step 1.\"\n\nAssistant: \"For Step 1, let us first research the ideal demographic profile for our product. I'll document my findings.\"\n\n..."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/scccmsd/todo-skill",
    "publisherUrl": "https://clawhub.ai/scccmsd/todo-skill",
    "owner": "scccmsd",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/todo-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/todo-skill",
    "agentUrl": "https://openagent3.xyz/skills/todo-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/todo-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/todo-skill/agent.md"
  }
}