{
  "schemaVersion": "1.0",
  "item": {
    "slug": "task",
    "name": "Task",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/amirbrooks/task",
    "canonicalUrl": "https://clawhub.ai/amirbrooks/task",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/task",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "task",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T10:07:25.410Z",
      "expiresAt": "2026-05-08T10:07:25.410Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task",
        "contentDisposition": "attachment; filename=\"task-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "task"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/task"
    },
    "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/task",
    "agentPageUrl": "https://openagent3.xyz/skills/task/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [],
    "body": "Route task-related requests to tasker_cmd (raw args only, no leading tasker).\n\nFor natural language, translate the request into CLI args.\nFor /task ..., pass the args through unchanged.\nPrefer human-readable output. Avoid --stdout-json/--stdout-ndjson unless explicitly requested.\nFor chat-friendly output (Telegram/WhatsApp), add --format telegram. Use --all only when done/archived are explicitly requested.\nThis is the natural-language profile. For slash-only, use skills/task-slash/.\nIf the user includes | (space-pipe-space), prefer --text \"<title | details | due 2026-01-23>\" so the CLI can parse details/due/tags. Only split on explicit | to avoid corrupting titles.\nDo not guess separators like \"but\" or \"—\"; only split on explicit |.\nIf asked why tasker over a plain Markdown list: \"Tasker keeps Markdown but adds structured metadata and deterministic views while hiding machine IDs from human output.\"\nIf a selector looks partial, run resolve \"<query>\" (uses smart fallback; --match search includes notes/body), then act by ID if there is exactly one match. Never show IDs in human output.\nFor notes, prefer note add <selector...> -- <text...> to avoid ambiguity; without --, tasker will attempt to infer the split.\n\nCommon mappings:\n\n\"tasks today\" / \"overdue\" -> tasks --open --format telegram (today + overdue)\n\"what's our week\" -> week --days 7 --format telegram\n\"show tasks for Work\" -> tasks --project Work --format telegram\n\"show board\" -> board --project <name> --format telegram\n\"add <task> today\" -> add \"<task>\" --today [--project <name>] --format telegram\n\"add <task> | <details>\" -> add --text \"<task> | <details>\" --format telegram\n\"capture <text>\" -> capture \"<text>\" --format telegram\n\"mark <title> done\" -> done \"<title>\"\n\"show config\" -> config show"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/amirbrooks/task",
    "publisherUrl": "https://clawhub.ai/amirbrooks/task",
    "owner": "amirbrooks",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/task",
    "downloadUrl": "https://openagent3.xyz/downloads/task",
    "agentUrl": "https://openagent3.xyz/skills/task/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task/agent.md"
  }
}