{
  "schemaVersion": "1.0",
  "item": {
    "slug": "obsidian-curator",
    "name": "obsidian-curator",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/philmossman/obsidian-curator",
    "canonicalUrl": "https://clawhub.ai/philmossman/obsidian-curator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/obsidian-curator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=obsidian-curator",
    "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-curator"
    },
    "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-curator",
    "agentPageUrl": "https://openagent3.xyz/skills/obsidian-curator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-curator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-curator/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-curator",
        "body": "Manage Obsidian vaults through the CouchDB database that powers Obsidian LiveSync. Capture, process, file, audit, tidy, and manage tasks — all via CLI or Node.js API.\n\nPrerequisites: CouchDB with LiveSync configured, E2EE disabled."
      },
      {
        "title": "Security & Trust",
        "body": "Open source: github.com/philmossman/obsidian-curator (MIT)\nnpm provenance: Published via GitHub Actions OIDC with Sigstore attestation — cryptographically verifiable build provenance\nNo lifecycle scripts: No preinstall, install, or postinstall scripts — npm install only copies files\nMinimal dependencies: Only nano (CouchDB client) and date-fns (date parsing)\nLocal network only: Connects to your CouchDB instance (user-configured host/port). No external telemetry, no phone-home, no data leaves your network\nCredentials: Stored locally in ~/.obsidian-curator/config.json — never transmitted except to your own CouchDB\nE2EE note: LiveSync E2EE must be disabled because the tool reads/writes vault documents directly via CouchDB. This is a LiveSync architectural requirement, not a security compromise by this tool"
      },
      {
        "title": "Setup",
        "body": "Run the interactive wizard — it tests the CouchDB connection live:\n\nobsidian-curator init\n\nConfigures: CouchDB connection, vault structure preset (PARA/Zettelkasten/Johnny Decimal/Flat/Custom), AI provider (OpenAI/Anthropic/Ollama/None), task projects.\n\nConfig location: ~/.obsidian-curator/config.json"
      },
      {
        "title": "Capture (no AI needed)",
        "body": "obsidian-curator capture \"Quick thought about project X\"\nobsidian-curator capture \"Meeting notes from standup\" --source meeting"
      },
      {
        "title": "Process inbox (AI required)",
        "body": "Enrich inbox notes with tags, summary, and suggested folder:\n\nobsidian-curator process\nobsidian-curator process --limit 5 --dry-run\nobsidian-curator process --force   # re-process already-processed notes"
      },
      {
        "title": "File notes (AI required)",
        "body": "Route processed notes to canonical vault folders:\n\nobsidian-curator file\nobsidian-curator file --dry-run --min-confidence 0.8"
      },
      {
        "title": "Audit (no AI needed)",
        "body": "Check vault structure against configured canonical folders:\n\nobsidian-curator audit"
      },
      {
        "title": "Tidy (AI optional)",
        "body": "Find duplicates, structure violations, dead notes. With AI, ambiguous cases are triaged automatically:\n\nobsidian-curator tidy --dry-run\nobsidian-curator tidy --checks dupes,stubs"
      },
      {
        "title": "Tasks (no AI needed)",
        "body": "obsidian-curator tasks                          # list open tasks\nobsidian-curator tasks --project Work --priority high\nobsidian-curator task \"call dentist next Tuesday\"   # create task (parses dates, priority, project)\nobsidian-curator done \"dentist\"                     # mark done by partial title match"
      },
      {
        "title": "Config",
        "body": "obsidian-curator config show\nobsidian-curator config set ai.provider ollama\nobsidian-curator config set vault.host 192.168.1.100"
      },
      {
        "title": "Programmatic API",
        "body": "const { VaultClient, Curator, createAIAdapter, loadConfig } = require('obsidian-curator');\n\nconst config = loadConfig();\nconst vault = new VaultClient(config.vault);\nawait vault.ping();\nconst ai = createAIAdapter(config);\nconst curator = new Curator({ vault, ai, config });\n\nawait curator.capture('Quick thought');\nawait curator.process({ limit: 5 });\nawait curator.file({ dryRun: true });\nawait curator.audit();\nawait curator.tidy({ checks: ['dupes', 'stubs'], dryRun: true });\n\nconst tasks = await curator.tasks({ status: 'open', project: 'Work' });\nawait curator.createTask('call Alice next Friday');\nawait curator.taskBrief();  // markdown summary"
      },
      {
        "title": "AI Providers",
        "body": "ProviderCostPrivacySetupnoneFreeLocalDefault — rule-based features onlyollamaFreeLocalconfig set ai.provider ollama + model nameopenaiPay-per-useCloudconfig set ai.provider openai + API keyanthropicPay-per-useCloudconfig set ai.provider anthropic + API keyCustom/OpenRouterVariesVariesUse openai provider with custom baseUrl"
      },
      {
        "title": "Vault Structure Presets",
        "body": "PARA: inbox → Projects / Areas / Resources / Archives\nZettelkasten: inbox → Slipbox / References / Projects / Archives\nJohnny Decimal: inbox → numbered category folders (00-09, 10-19, ...)\nFlat: inbox only, no enforced structure\nCustom: define your own canonical folders"
      }
    ],
    "body": "obsidian-curator\n\nManage Obsidian vaults through the CouchDB database that powers Obsidian LiveSync. Capture, process, file, audit, tidy, and manage tasks — all via CLI or Node.js API.\n\nPrerequisites: CouchDB with LiveSync configured, E2EE disabled.\n\nSecurity & Trust\nOpen source: github.com/philmossman/obsidian-curator (MIT)\nnpm provenance: Published via GitHub Actions OIDC with Sigstore attestation — cryptographically verifiable build provenance\nNo lifecycle scripts: No preinstall, install, or postinstall scripts — npm install only copies files\nMinimal dependencies: Only nano (CouchDB client) and date-fns (date parsing)\nLocal network only: Connects to your CouchDB instance (user-configured host/port). No external telemetry, no phone-home, no data leaves your network\nCredentials: Stored locally in ~/.obsidian-curator/config.json — never transmitted except to your own CouchDB\nE2EE note: LiveSync E2EE must be disabled because the tool reads/writes vault documents directly via CouchDB. This is a LiveSync architectural requirement, not a security compromise by this tool\nSetup\n\nRun the interactive wizard — it tests the CouchDB connection live:\n\nobsidian-curator init\n\n\nConfigures: CouchDB connection, vault structure preset (PARA/Zettelkasten/Johnny Decimal/Flat/Custom), AI provider (OpenAI/Anthropic/Ollama/None), task projects.\n\nConfig location: ~/.obsidian-curator/config.json\n\nCommands\nCapture (no AI needed)\nobsidian-curator capture \"Quick thought about project X\"\nobsidian-curator capture \"Meeting notes from standup\" --source meeting\n\nProcess inbox (AI required)\n\nEnrich inbox notes with tags, summary, and suggested folder:\n\nobsidian-curator process\nobsidian-curator process --limit 5 --dry-run\nobsidian-curator process --force   # re-process already-processed notes\n\nFile notes (AI required)\n\nRoute processed notes to canonical vault folders:\n\nobsidian-curator file\nobsidian-curator file --dry-run --min-confidence 0.8\n\nAudit (no AI needed)\n\nCheck vault structure against configured canonical folders:\n\nobsidian-curator audit\n\nTidy (AI optional)\n\nFind duplicates, structure violations, dead notes. With AI, ambiguous cases are triaged automatically:\n\nobsidian-curator tidy --dry-run\nobsidian-curator tidy --checks dupes,stubs\n\nTasks (no AI needed)\nobsidian-curator tasks                          # list open tasks\nobsidian-curator tasks --project Work --priority high\nobsidian-curator task \"call dentist next Tuesday\"   # create task (parses dates, priority, project)\nobsidian-curator done \"dentist\"                     # mark done by partial title match\n\nConfig\nobsidian-curator config show\nobsidian-curator config set ai.provider ollama\nobsidian-curator config set vault.host 192.168.1.100\n\nProgrammatic API\nconst { VaultClient, Curator, createAIAdapter, loadConfig } = require('obsidian-curator');\n\nconst config = loadConfig();\nconst vault = new VaultClient(config.vault);\nawait vault.ping();\nconst ai = createAIAdapter(config);\nconst curator = new Curator({ vault, ai, config });\n\nawait curator.capture('Quick thought');\nawait curator.process({ limit: 5 });\nawait curator.file({ dryRun: true });\nawait curator.audit();\nawait curator.tidy({ checks: ['dupes', 'stubs'], dryRun: true });\n\nconst tasks = await curator.tasks({ status: 'open', project: 'Work' });\nawait curator.createTask('call Alice next Friday');\nawait curator.taskBrief();  // markdown summary\n\nAI Providers\nProvider\tCost\tPrivacy\tSetup\nnone\tFree\tLocal\tDefault — rule-based features only\nollama\tFree\tLocal\tconfig set ai.provider ollama + model name\nopenai\tPay-per-use\tCloud\tconfig set ai.provider openai + API key\nanthropic\tPay-per-use\tCloud\tconfig set ai.provider anthropic + API key\nCustom/OpenRouter\tVaries\tVaries\tUse openai provider with custom baseUrl\nVault Structure Presets\nPARA: inbox → Projects / Areas / Resources / Archives\nZettelkasten: inbox → Slipbox / References / Projects / Archives\nJohnny Decimal: inbox → numbered category folders (00-09, 10-19, ...)\nFlat: inbox only, no enforced structure\nCustom: define your own canonical folders"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/philmossman/obsidian-curator",
    "publisherUrl": "https://clawhub.ai/philmossman/obsidian-curator",
    "owner": "philmossman",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/obsidian-curator",
    "downloadUrl": "https://openagent3.xyz/downloads/obsidian-curator",
    "agentUrl": "https://openagent3.xyz/skills/obsidian-curator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-curator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-curator/agent.md"
  }
}