# Send Daily Memory Save 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "daily-memory-save",
    "name": "Daily Memory Save",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/meimakes/daily-memory-save",
    "canonicalUrl": "https://clawhub.ai/meimakes/daily-memory-save",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/daily-memory-save",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-memory-save",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "daily-memory-save",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T23:47:35.348Z",
      "expiresAt": "2026-05-07T23:47:35.348Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-memory-save",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-memory-save",
        "contentDisposition": "attachment; filename=\"daily-memory-save-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "daily-memory-save"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/daily-memory-save"
    },
    "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/daily-memory-save",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-memory-save",
    "agentUrl": "https://openagent3.xyz/skills/daily-memory-save/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-memory-save/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-memory-save/agent.md"
  }
}
```
## Documentation

### Daily Memory Save Skill

Periodically reviews conversation history and writes memory files to maintain agent continuity across sessions.

### ⚠️ Privacy & Transparency Notice

Before installing, understand what this skill does:

Main-session access: This skill runs in your main session and reads your conversation history to extract memories. Only install if you trust your workspace environment.
Silent by default: The default prompt operates silently. If you want notifications when memories are saved, modify the cron prompt (see "Notification Mode" below).
Persistent files: Writes to memory/YYYY-MM-DD.md and MEMORY.md in your workspace. These contain conversation summaries. Ensure your workspace is private and backed up.
No network access: This skill makes no network calls. It only reads conversation history and writes local files. Your runtime should enforce this — the skill's claim alone is not a security guarantee.
No credentials: This skill does not use or store any API keys, tokens, or secrets.

Recommended: Review saved memory files periodically. Delete anything you don't want persisted.

### What It Does

Runs as a recurring system event in the main session. Reviews recent conversations for anything worth remembering and writes daily memory notes.

### Cron Setup

Schedule as a main-session system event running every 2 hours during waking hours:

Schedule: 0 9,11,13,15,17,19,21,23 * * *
Target: main (system event)

### Silent Mode (default)

AUTOMATION: Daily memory save. Review today's conversation for anything worth remembering.
Look for: decisions made, preferences expressed, new info about people/projects,
lessons learned, things the user asked you to remember, emotional context worth noting.

Create or update workspace/memory/YYYY-MM-DD.md (today's date) with a daily note
capturing what matters. If anything is significant enough for long-term memory,
also update workspace/MEMORY.md.

If it's been a quiet day with nothing notable, skip silently.
Be selective — capture signal, not noise. Write like future-you will need this context.
Do NOT message the user about this — just do it quietly.

### Notification Mode (opt-in)

If you prefer to be notified when memories are saved, replace "Do NOT message the user" with:

After saving, send a brief summary of what was captured (1-2 lines max).

### Daily notes (memory/YYYY-MM-DD.md)

Raw daily logs organized by topic/time. Include:

Decisions made
Project updates
Preferences expressed
Lessons learned
Notable interactions

### Long-term memory (MEMORY.md)

Curated, distilled insights that persist beyond daily context. Updated when something is significant enough to remember long-term.

### Key Design Decisions

Main session target: Runs as a systemEvent in the main session so it has access to conversation history
Silent by default: Configurable — see Notification Mode above
Selective capture: Signal over noise — skip quiet periods entirely
Dual-layer memory: Daily notes for raw context, MEMORY.md for distilled wisdom

### Requirements

OpenClaw with cron support
Main session system event capability
Writable memory/ directory in workspace
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: meimakes
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T23:47:35.348Z
- Expires at: 2026-05-07T23:47:35.348Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/daily-memory-save)
- [Send to Agent page](https://openagent3.xyz/skills/daily-memory-save/agent)
- [JSON manifest](https://openagent3.xyz/skills/daily-memory-save/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/daily-memory-save/agent.md)
- [Download page](https://openagent3.xyz/downloads/daily-memory-save)