# Send Obsidian Daily Note to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/obsidian-daily-mai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=obsidian-daily-mai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Configuration

Set these to match your vault:

Base path: path to your DAILY folder inside the vault
Sync: adjust if using OneDrive / iCloud / Obsidian Sync

### File Naming

YYYY-MM-DD_short-summary.md

Examples:

2026-02-18_fix-env-gsudo-chrome.md
2026-02-19_maibotalks-app-submit.md

The title should briefly summarize the day's main activities.

### Template

# YYYY-MM-DD (Day) — Daily Note

## Completed Today

### [Category]
- **Task** → Result
  - Details

## Tomorrow's Actions

- [ ] Action 1
- [ ] Action 2

Category emoji prefixes: 🔧 Dev, 📱 Mobile, 🚀 Deploy, 🔗 Integration, 📝 Docs, 💡 Ideas, 📋 Planning

### Encoding

CRITICAL on Windows: Never use Set-Content. Always use:

[System.IO.File]::WriteAllText($path, $content, [System.Text.Encoding]::UTF8)

### Workflow

Collect today's activities from session context
Group by category
Generate filename with descriptive title
Write using UTF-8 encoding
Include tomorrow's action items from pending tasks

### Vault Structure (PARA)

00.DAILY/ — daily notes
01.PROJECT/ — project dashboards and kanban
02.AREA/ — ongoing areas of interest
03.RESOURCES/ — reference material
04.ARCHIVE/ — archived notes

Project docs live in PROJECT_ROOT/docs/ with A/D/I/T prefixes (Analysis / Design / Implementation / Test).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jini92
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/obsidian-daily-mai)
- [Send to Agent page](https://openagent3.xyz/skills/obsidian-daily-mai/agent)
- [JSON manifest](https://openagent3.xyz/skills/obsidian-daily-mai/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/obsidian-daily-mai/agent.md)
- [Download page](https://openagent3.xyz/downloads/obsidian-daily-mai)