{
  "schemaVersion": "1.0",
  "item": {
    "slug": "obsidian-daily-mai",
    "name": "Obsidian Daily Note",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/jini92/obsidian-daily-mai",
    "canonicalUrl": "https://clawhub.ai/jini92/obsidian-daily-mai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/obsidian-daily-mai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=obsidian-daily-mai",
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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-daily-mai"
    },
    "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-daily-mai",
    "agentPageUrl": "https://openagent3.xyz/skills/obsidian-daily-mai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-daily-mai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-daily-mai/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": "Configuration",
        "body": "Set these to match your vault:\n\nBase path: path to your DAILY folder inside the vault\nSync: adjust if using OneDrive / iCloud / Obsidian Sync"
      },
      {
        "title": "File Naming",
        "body": "YYYY-MM-DD_short-summary.md\n\nExamples:\n\n2026-02-18_fix-env-gsudo-chrome.md\n2026-02-19_maibotalks-app-submit.md\n\nThe title should briefly summarize the day's main activities."
      },
      {
        "title": "Template",
        "body": "# YYYY-MM-DD (Day) — Daily Note\n\n## Completed Today\n\n### [Category]\n- **Task** → Result\n  - Details\n\n## Tomorrow's Actions\n\n- [ ] Action 1\n- [ ] Action 2\n\nCategory emoji prefixes: 🔧 Dev, 📱 Mobile, 🚀 Deploy, 🔗 Integration, 📝 Docs, 💡 Ideas, 📋 Planning"
      },
      {
        "title": "Encoding",
        "body": "CRITICAL on Windows: Never use Set-Content. Always use:\n\n[System.IO.File]::WriteAllText($path, $content, [System.Text.Encoding]::UTF8)"
      },
      {
        "title": "Workflow",
        "body": "Collect today's activities from session context\nGroup by category\nGenerate filename with descriptive title\nWrite using UTF-8 encoding\nInclude tomorrow's action items from pending tasks"
      },
      {
        "title": "Vault Structure (PARA)",
        "body": "00.DAILY/ — daily notes\n01.PROJECT/ — project dashboards and kanban\n02.AREA/ — ongoing areas of interest\n03.RESOURCES/ — reference material\n04.ARCHIVE/ — archived notes\n\nProject docs live in PROJECT_ROOT/docs/ with A/D/I/T prefixes (Analysis / Design / Implementation / Test)."
      }
    ],
    "body": "Obsidian Daily Note\nConfiguration\n\nSet these to match your vault:\n\nBase path: path to your DAILY folder inside the vault\nSync: adjust if using OneDrive / iCloud / Obsidian Sync\nFile Naming\nYYYY-MM-DD_short-summary.md\n\n\nExamples:\n\n2026-02-18_fix-env-gsudo-chrome.md\n2026-02-19_maibotalks-app-submit.md\n\nThe title should briefly summarize the day's main activities.\n\nTemplate\n# YYYY-MM-DD (Day) — Daily Note\n\n## Completed Today\n\n### [Category]\n- **Task** → Result\n  - Details\n\n## Tomorrow's Actions\n\n- [ ] Action 1\n- [ ] Action 2\n\n\nCategory emoji prefixes: 🔧 Dev, 📱 Mobile, 🚀 Deploy, 🔗 Integration, 📝 Docs, 💡 Ideas, 📋 Planning\n\nEncoding\n\nCRITICAL on Windows: Never use Set-Content. Always use:\n\n[System.IO.File]::WriteAllText($path, $content, [System.Text.Encoding]::UTF8)\n\nWorkflow\nCollect today's activities from session context\nGroup by category\nGenerate filename with descriptive title\nWrite using UTF-8 encoding\nInclude tomorrow's action items from pending tasks\nVault Structure (PARA)\n00.DAILY/ — daily notes\n01.PROJECT/ — project dashboards and kanban\n02.AREA/ — ongoing areas of interest\n03.RESOURCES/ — reference material\n04.ARCHIVE/ — archived notes\n\nProject docs live in PROJECT_ROOT/docs/ with A/D/I/T prefixes (Analysis / Design / Implementation / Test)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jini92/obsidian-daily-mai",
    "publisherUrl": "https://clawhub.ai/jini92/obsidian-daily-mai",
    "owner": "jini92",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/obsidian-daily-mai",
    "downloadUrl": "https://openagent3.xyz/downloads/obsidian-daily-mai",
    "agentUrl": "https://openagent3.xyz/skills/obsidian-daily-mai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/obsidian-daily-mai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/obsidian-daily-mai/agent.md"
  }
}