{
  "schemaVersion": "1.0",
  "item": {
    "slug": "obsidian-organizer",
    "name": "Obsidian Organizer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/asimons81/obsidian-organizer",
    "canonicalUrl": "https://clawhub.ai/asimons81/obsidian-organizer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/obsidian-organizer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=obsidian-organizer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/folder-structure.md",
      "references/migration-checklist.md",
      "references/naming-rules.md",
      "scripts/obsidian_audit.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/obsidian-organizer"
    },
    "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-organizer",
    "agentPageUrl": "https://openagent3.xyz/skills/obsidian-organizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-organizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-organizer/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 Organizer",
        "body": "Use this skill to make a vault predictable, searchable, and low-maintenance."
      },
      {
        "title": "Workflow",
        "body": "Snapshot current state\n\nCount files and top-level folders.\nIdentify naming drift and duplicate patterns.\n\n\n\nApply standard structure\n\nRead references/folder-structure.md.\nPropose moves before applying.\n\n\n\nEnforce naming rules\n\nRead references/naming-rules.md.\nRun audit script in dry-run mode:\n\npython scripts/obsidian_audit.py <vault-path>\n\n\nApply only after confirmation:\n\npython scripts/obsidian_audit.py <vault-path> --apply\n\n\n\n\n\nRun migration checklist\n\nFollow references/migration-checklist.md in order.\n\n\n\nVerify\n\nRe-run audit until zero naming issues.\nConfirm daily notes use YYYY-MM-DD.md.\nConfirm no orphaned notes remain in inbox/."
      },
      {
        "title": "Guardrails",
        "body": "Never rename or move files without a dry-run first.\nNever delete notes automatically.\nPrefer deterministic naming over clever naming.\nKeep folder depth shallow (<=3 when possible).\nIf link integrity is uncertain, pause and ask before bulk apply."
      }
    ],
    "body": "Obsidian Organizer\n\nUse this skill to make a vault predictable, searchable, and low-maintenance.\n\nWorkflow\n\nSnapshot current state\n\nCount files and top-level folders.\nIdentify naming drift and duplicate patterns.\n\nApply standard structure\n\nRead references/folder-structure.md.\nPropose moves before applying.\n\nEnforce naming rules\n\nRead references/naming-rules.md.\nRun audit script in dry-run mode:\npython scripts/obsidian_audit.py <vault-path>\nApply only after confirmation:\npython scripts/obsidian_audit.py <vault-path> --apply\n\nRun migration checklist\n\nFollow references/migration-checklist.md in order.\n\nVerify\n\nRe-run audit until zero naming issues.\nConfirm daily notes use YYYY-MM-DD.md.\nConfirm no orphaned notes remain in inbox/.\nGuardrails\nNever rename or move files without a dry-run first.\nNever delete notes automatically.\nPrefer deterministic naming over clever naming.\nKeep folder depth shallow (<=3 when possible).\nIf link integrity is uncertain, pause and ask before bulk apply."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/asimons81/obsidian-organizer",
    "publisherUrl": "https://clawhub.ai/asimons81/obsidian-organizer",
    "owner": "asimons81",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/obsidian-organizer",
    "downloadUrl": "https://openagent3.xyz/downloads/obsidian-organizer",
    "agentUrl": "https://openagent3.xyz/skills/obsidian-organizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-organizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-organizer/agent.md"
  }
}