{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/daily-memory-save",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-memory-save",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. 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."
        },
        {
          "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/daily-memory-save",
    "agentPageUrl": "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"
  },
  "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. 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."
      },
      {
        "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Daily Memory Save Skill",
        "body": "Periodically reviews conversation history and writes memory files to maintain agent continuity across sessions."
      },
      {
        "title": "⚠️ Privacy & Transparency Notice",
        "body": "Before installing, understand what this skill does:\n\nMain-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.\nSilent by default: The default prompt operates silently. If you want notifications when memories are saved, modify the cron prompt (see \"Notification Mode\" below).\nPersistent 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.\nNo 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.\nNo credentials: This skill does not use or store any API keys, tokens, or secrets.\n\nRecommended: Review saved memory files periodically. Delete anything you don't want persisted."
      },
      {
        "title": "What It Does",
        "body": "Runs as a recurring system event in the main session. Reviews recent conversations for anything worth remembering and writes daily memory notes."
      },
      {
        "title": "Cron Setup",
        "body": "Schedule as a main-session system event running every 2 hours during waking hours:\n\nSchedule: 0 9,11,13,15,17,19,21,23 * * *\nTarget: main (system event)"
      },
      {
        "title": "Silent Mode (default)",
        "body": "AUTOMATION: Daily memory save. Review today's conversation for anything worth remembering.\nLook for: decisions made, preferences expressed, new info about people/projects,\nlessons learned, things the user asked you to remember, emotional context worth noting.\n\nCreate or update workspace/memory/YYYY-MM-DD.md (today's date) with a daily note\ncapturing what matters. If anything is significant enough for long-term memory,\nalso update workspace/MEMORY.md.\n\nIf it's been a quiet day with nothing notable, skip silently.\nBe selective — capture signal, not noise. Write like future-you will need this context.\nDo NOT message the user about this — just do it quietly."
      },
      {
        "title": "Notification Mode (opt-in)",
        "body": "If you prefer to be notified when memories are saved, replace \"Do NOT message the user\" with:\n\nAfter saving, send a brief summary of what was captured (1-2 lines max)."
      },
      {
        "title": "Daily notes (memory/YYYY-MM-DD.md)",
        "body": "Raw daily logs organized by topic/time. Include:\n\nDecisions made\nProject updates\nPreferences expressed\nLessons learned\nNotable interactions"
      },
      {
        "title": "Long-term memory (MEMORY.md)",
        "body": "Curated, distilled insights that persist beyond daily context. Updated when something is significant enough to remember long-term."
      },
      {
        "title": "Key Design Decisions",
        "body": "Main session target: Runs as a systemEvent in the main session so it has access to conversation history\nSilent by default: Configurable — see Notification Mode above\nSelective capture: Signal over noise — skip quiet periods entirely\nDual-layer memory: Daily notes for raw context, MEMORY.md for distilled wisdom"
      },
      {
        "title": "Requirements",
        "body": "OpenClaw with cron support\nMain session system event capability\nWritable memory/ directory in workspace"
      }
    ],
    "body": "Daily Memory Save Skill\n\nPeriodically reviews conversation history and writes memory files to maintain agent continuity across sessions.\n\n⚠️ Privacy & Transparency Notice\n\nBefore installing, understand what this skill does:\n\nMain-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.\nSilent by default: The default prompt operates silently. If you want notifications when memories are saved, modify the cron prompt (see \"Notification Mode\" below).\nPersistent 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.\nNo 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.\nNo credentials: This skill does not use or store any API keys, tokens, or secrets.\n\nRecommended: Review saved memory files periodically. Delete anything you don't want persisted.\n\nWhat It Does\n\nRuns as a recurring system event in the main session. Reviews recent conversations for anything worth remembering and writes daily memory notes.\n\nCron Setup\n\nSchedule as a main-session system event running every 2 hours during waking hours:\n\nSchedule: 0 9,11,13,15,17,19,21,23 * * *\nTarget: main (system event)\n\nSilent Mode (default)\nAUTOMATION: Daily memory save. Review today's conversation for anything worth remembering.\nLook for: decisions made, preferences expressed, new info about people/projects,\nlessons learned, things the user asked you to remember, emotional context worth noting.\n\nCreate or update workspace/memory/YYYY-MM-DD.md (today's date) with a daily note\ncapturing what matters. If anything is significant enough for long-term memory,\nalso update workspace/MEMORY.md.\n\nIf it's been a quiet day with nothing notable, skip silently.\nBe selective — capture signal, not noise. Write like future-you will need this context.\nDo NOT message the user about this — just do it quietly.\n\nNotification Mode (opt-in)\n\nIf you prefer to be notified when memories are saved, replace \"Do NOT message the user\" with:\n\nAfter saving, send a brief summary of what was captured (1-2 lines max).\n\nMemory File Format\nDaily notes (memory/YYYY-MM-DD.md)\n\nRaw daily logs organized by topic/time. Include:\n\nDecisions made\nProject updates\nPreferences expressed\nLessons learned\nNotable interactions\nLong-term memory (MEMORY.md)\n\nCurated, distilled insights that persist beyond daily context. Updated when something is significant enough to remember long-term.\n\nKey Design Decisions\nMain session target: Runs as a systemEvent in the main session so it has access to conversation history\nSilent by default: Configurable — see Notification Mode above\nSelective capture: Signal over noise — skip quiet periods entirely\nDual-layer memory: Daily notes for raw context, MEMORY.md for distilled wisdom\nRequirements\nOpenClaw with cron support\nMain session system event capability\nWritable memory/ directory in workspace"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/meimakes/daily-memory-save",
    "publisherUrl": "https://clawhub.ai/meimakes/daily-memory-save",
    "owner": "meimakes",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}