{
  "schemaVersion": "1.0",
  "item": {
    "slug": "taskwarrior",
    "name": "taskwarrior",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/aghareza/taskwarrior",
    "canonicalUrl": "https://clawhub.ai/aghareza/taskwarrior",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/taskwarrior",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=taskwarrior",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/examples.md",
      "references/clawhub_notes.md",
      "references/install.md",
      "references/workspace_data_layout.md",
      "references/safe_command_policy.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",
      "slug": "taskwarrior",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T22:23:06.954Z",
      "expiresAt": "2026-05-08T22:23:06.954Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=taskwarrior",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=taskwarrior",
        "contentDisposition": "attachment; filename=\"taskwarrior-0.1.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "taskwarrior"
      },
      "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/taskwarrior"
    },
    "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/taskwarrior",
    "agentPageUrl": "https://openagent3.xyz/skills/taskwarrior/agent",
    "manifestUrl": "https://openagent3.xyz/skills/taskwarrior/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/taskwarrior/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": "Skill name",
        "body": "taskwarrior"
      },
      {
        "title": "Purpose",
        "body": "Manage tasks using Taskwarrior as the backend with data stored inside the current workspace. This skill provides a safe, workspace-scoped wrapper for common Taskwarrior operations (add/list/modify/done/projects/tags/due/priority/annotations)."
      },
      {
        "title": "Runtime requirements (ClawHub)",
        "body": "This skill requires Taskwarrior to already be available in the runtime environment (e.g., included in the base image).\n\nValidation: run task --version\nIf missing: report the dependency and instruct the environment owner to install system package taskwarrior (some distros package it as task).\n\nThis skill does not perform system-level installs (no apt, brew, dnf, etc.)."
      },
      {
        "title": "Workspace root resolution (portable)",
        "body": "The skill resolves the workspace root at runtime:\n\nIf set, use the first available of:\n\nOPENCLAW_WORKSPACE\nWORKSPACE\nPROJECT_DIR\nREPO_ROOT\n\n\nOtherwise, fallback to the current working directory.\n\nAll Taskwarrior data is stored under:\n<workspace>/.openclaw/taskwarrior/"
      },
      {
        "title": "Workspace-local Taskwarrior home",
        "body": "taskrc: <workspace>/.openclaw/taskwarrior/taskrc\ndata dir: <workspace>/.openclaw/taskwarrior/.task/\n\nEvery Taskwarrior command MUST run with:\n\nTASKRC=<workspace>/.openclaw/taskwarrior/taskrc\n(optional) TASKDATA=<workspace>/.openclaw/taskwarrior/.task\n\nNever write to global ~/.task or ~/.taskrc unless the user explicitly asks to use global storage."
      },
      {
        "title": "Core workflow",
        "body": "Check dependency\n\nRun: task --version\nIf missing: stop and return dependency instructions (see references/clawhub_notes.md).\n\n\n\nInitialize workspace storage\n\nEnsure directories exist:\n\n<workspace>/.openclaw/taskwarrior/\n<workspace>/.openclaw/taskwarrior/.task/\n\n\nEnsure <workspace>/.openclaw/taskwarrior/taskrc contains at least:\n\ndata.location=<workspace>/.openclaw/taskwarrior/.task\nconfirmation=off\nverbose=off\n\n\n\n\n\nExecute requested operations\n\nPrefer stable/common commands (see references/taskwarrior_cheatsheet.md).\n\n\n\nVerify results\n\nAfter any mutation, show a focused task <id> info or filtered task <filter> list."
      },
      {
        "title": "Supported operations (useful subset)",
        "body": "Add tasks: task add ...\nList tasks: task list, task <filter> list\nModify tasks: task <id> modify ...\nComplete tasks: task <id> done\nStart/stop: task <id> start|stop (if desired)\nProjects/tags: task projects, task tags, project:<name>, +tag, -tag\nDue/priorities: due:<date>, priority:H|M|L\nNotes: task <id> annotate \"...\""
      },
      {
        "title": "Safety",
        "body": "Follow references/safe_command_policy.md.\nHighlights:\n\nNo delete/purge unless explicitly requested.\nAvoid broad bulk changes without previewing the matching set.\nNo global config writes by default."
      },
      {
        "title": "References",
        "body": "references/workspace_data_layout.md\nreferences/taskwarrior_cheatsheet.md\nreferences/safe_command_policy.md\nreferences/examples.md\nreferences/clawhub_notes.md"
      }
    ],
    "body": "Taskwarrior (Workspace-Local Tasks) — AgentSkill\nSkill name\n\ntaskwarrior\n\nPurpose\n\nManage tasks using Taskwarrior as the backend with data stored inside the current workspace. This skill provides a safe, workspace-scoped wrapper for common Taskwarrior operations (add/list/modify/done/projects/tags/due/priority/annotations).\n\nRuntime requirements (ClawHub)\n\nThis skill requires Taskwarrior to already be available in the runtime environment (e.g., included in the base image).\n\nValidation: run task --version\nIf missing: report the dependency and instruct the environment owner to install system package taskwarrior (some distros package it as task).\n\nThis skill does not perform system-level installs (no apt, brew, dnf, etc.).\n\nWorkspace root resolution (portable)\n\nThe skill resolves the workspace root at runtime:\n\nIf set, use the first available of:\nOPENCLAW_WORKSPACE\nWORKSPACE\nPROJECT_DIR\nREPO_ROOT\nOtherwise, fallback to the current working directory.\n\nAll Taskwarrior data is stored under: <workspace>/.openclaw/taskwarrior/\n\nWorkspace-local Taskwarrior home\ntaskrc: <workspace>/.openclaw/taskwarrior/taskrc\ndata dir: <workspace>/.openclaw/taskwarrior/.task/\n\nEvery Taskwarrior command MUST run with:\n\nTASKRC=<workspace>/.openclaw/taskwarrior/taskrc\n(optional) TASKDATA=<workspace>/.openclaw/taskwarrior/.task\n\nNever write to global ~/.task or ~/.taskrc unless the user explicitly asks to use global storage.\n\nCore workflow\n\nCheck dependency\n\nRun: task --version\nIf missing: stop and return dependency instructions (see references/clawhub_notes.md).\n\nInitialize workspace storage\n\nEnsure directories exist:\n<workspace>/.openclaw/taskwarrior/\n<workspace>/.openclaw/taskwarrior/.task/\nEnsure <workspace>/.openclaw/taskwarrior/taskrc contains at least:\ndata.location=<workspace>/.openclaw/taskwarrior/.task\nconfirmation=off\nverbose=off\n\nExecute requested operations\n\nPrefer stable/common commands (see references/taskwarrior_cheatsheet.md).\n\nVerify results\n\nAfter any mutation, show a focused task <id> info or filtered task <filter> list.\nSupported operations (useful subset)\nAdd tasks: task add ...\nList tasks: task list, task <filter> list\nModify tasks: task <id> modify ...\nComplete tasks: task <id> done\nStart/stop: task <id> start|stop (if desired)\nProjects/tags: task projects, task tags, project:<name>, +tag, -tag\nDue/priorities: due:<date>, priority:H|M|L\nNotes: task <id> annotate \"...\"\nSafety\n\nFollow references/safe_command_policy.md. Highlights:\n\nNo delete/purge unless explicitly requested.\nAvoid broad bulk changes without previewing the matching set.\nNo global config writes by default.\nReferences\nreferences/workspace_data_layout.md\nreferences/taskwarrior_cheatsheet.md\nreferences/safe_command_policy.md\nreferences/examples.md\nreferences/clawhub_notes.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aghareza/taskwarrior",
    "publisherUrl": "https://clawhub.ai/aghareza/taskwarrior",
    "owner": "aghareza",
    "version": "0.1.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/taskwarrior",
    "downloadUrl": "https://openagent3.xyz/downloads/taskwarrior",
    "agentUrl": "https://openagent3.xyz/skills/taskwarrior/agent",
    "manifestUrl": "https://openagent3.xyz/skills/taskwarrior/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/taskwarrior/agent.md"
  }
}