{
  "schemaVersion": "1.0",
  "item": {
    "slug": "obsidian-task",
    "name": "Obsidian Task",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/boyd4y/obsidian-task",
    "canonicalUrl": "https://clawhub.ai/boyd4y/obsidian-task",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/obsidian-task",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=obsidian-task",
    "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-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/obsidian-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/obsidian-task",
    "agentPageUrl": "https://openagent3.xyz/skills/obsidian-task/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-task/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-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. 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": "Obsidian Task",
        "body": "Manage tasks in your Obsidian vault using the official Obsidian CLI."
      },
      {
        "title": "Dependencies",
        "body": "DependencyRequiredDescriptionobsidianYesObsidian CLI (registered via Obsidian settings)Obsidian 1.12+YesCatalyst license required for CLI access"
      },
      {
        "title": "Check Dependencies",
        "body": "# Check obsidian CLI availability\nobsidian version"
      },
      {
        "title": "Prerequisites",
        "body": "Obsidian 1.12+ and Catalyst license required\nSettings → General → Command line interface → Enable\nFollow prompt to register the obsidian command\nRestart terminal or source ~/.zprofile (macOS)\nNote: Obsidian must be running for CLI to work\n\nTest setup: obsidian version"
      },
      {
        "title": "Usage",
        "body": "/obsidian-task [command] [options]"
      },
      {
        "title": "Commands",
        "body": "CommandDescription(none)Show help and available commands"
      },
      {
        "title": "Options",
        "body": "OptionDescription--helpShow help message"
      },
      {
        "title": "Examples",
        "body": "# List tasks\n/obsidian-task tasks file=projects/myproject/todo verbose\n\n# Toggle task on line 2\n/obsidian-task task file=projects/myproject/todo line=2 toggle\n\n# Mark task as done\n/obsidian-task task file=projects/myproject/todo line=2 done\n\n# Mark task as todo (undo completion)\n/obsidian-task task file=projects/myproject/todo line=2 todo\n\n# Create new task\n/obsidian-task append file=projects/myproject/todo content=\"- [ ] task name\""
      },
      {
        "title": "Raw CLI Commands",
        "body": "# List tasks (shows line numbers and status)\nobsidian tasks file=<project_slug>/todo verbose\n\n# Sample output:\n# projects/<project_slug>/TODO.md\n# 2\t- [ ] 未完成的任务\n# 3\t- [x] 已完成的任务\n\n# Update tasks\nobsidian task file=<project_slug>/todo line=2 toggle\nobsidian task file=<project_slug>/todo line=2 done\nobsidian task file=<project_slug>/todo line=2 todo\n\n# Create new task (via append)\nobsidian append file=<project_slug>/todo content=\"- [ ] task name\""
      }
    ],
    "body": "Obsidian Task\n\nManage tasks in your Obsidian vault using the official Obsidian CLI.\n\nDependencies\nDependency\tRequired\tDescription\nobsidian\tYes\tObsidian CLI (registered via Obsidian settings)\nObsidian 1.12+\tYes\tCatalyst license required for CLI access\nCheck Dependencies\n# Check obsidian CLI availability\nobsidian version\n\nPrerequisites\nObsidian 1.12+ and Catalyst license required\nSettings → General → Command line interface → Enable\nFollow prompt to register the obsidian command\nRestart terminal or source ~/.zprofile (macOS)\nNote: Obsidian must be running for CLI to work\n\nTest setup: obsidian version\n\nUsage\n/obsidian-task [command] [options]\n\nCommands\nCommand\tDescription\n(none)\tShow help and available commands\nOptions\nOption\tDescription\n--help\tShow help message\nExamples\n# List tasks\n/obsidian-task tasks file=projects/myproject/todo verbose\n\n# Toggle task on line 2\n/obsidian-task task file=projects/myproject/todo line=2 toggle\n\n# Mark task as done\n/obsidian-task task file=projects/myproject/todo line=2 done\n\n# Mark task as todo (undo completion)\n/obsidian-task task file=projects/myproject/todo line=2 todo\n\n# Create new task\n/obsidian-task append file=projects/myproject/todo content=\"- [ ] task name\"\n\nRaw CLI Commands\n# List tasks (shows line numbers and status)\nobsidian tasks file=<project_slug>/todo verbose\n\n# Sample output:\n# projects/<project_slug>/TODO.md\n# 2\t- [ ] 未完成的任务\n# 3\t- [x] 已完成的任务\n\n# Update tasks\nobsidian task file=<project_slug>/todo line=2 toggle\nobsidian task file=<project_slug>/todo line=2 done\nobsidian task file=<project_slug>/todo line=2 todo\n\n# Create new task (via append)\nobsidian append file=<project_slug>/todo content=\"- [ ] task name\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/boyd4y/obsidian-task",
    "publisherUrl": "https://clawhub.ai/boyd4y/obsidian-task",
    "owner": "boyd4y",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/obsidian-task",
    "downloadUrl": "https://openagent3.xyz/downloads/obsidian-task",
    "agentUrl": "https://openagent3.xyz/skills/obsidian-task/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-task/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-task/agent.md"
  }
}