{
  "schemaVersion": "1.0",
  "item": {
    "slug": "minimal-memory",
    "name": "Minimal Memory",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/zencrust-ai/minimal-memory",
    "canonicalUrl": "https://clawhub.ai/zencrust-ai/minimal-memory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/minimal-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=minimal-memory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/add.sh",
      "scripts/archive.sh",
      "scripts/cleanup.sh",
      "scripts/daily.sh",
      "scripts/search.sh"
    ],
    "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/minimal-memory"
    },
    "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/minimal-memory",
    "agentPageUrl": "https://openagent3.xyz/skills/minimal-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/minimal-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/minimal-memory/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": "Minimal Memory Management",
        "body": "Keep agent memory lean, searchable, and actionable through structured categorization and two-tier storage."
      },
      {
        "title": "Core Principle",
        "body": "MEMORY.md = Long-term essentials (GOOD/BAD learnings only)\nmemory/YYYY-MM-DD.md = Daily operations (GOOD/BAD/NEUTRAL tagged)"
      },
      {
        "title": "Information Categorization",
        "body": "Tag every memory entry with its value:\n\nTagMeaningKeep in MEMORY.md?Example[GOOD]Worked well, repeat✅ Yes[GOOD] CSV batch format prevents duplicates[BAD]Failed, avoid✅ Yes[BAD] Bird CLI blocked by X anti-automation[NEUTRAL]Facts, context, state❌ No[NEUTRAL] Day 5 of 30-day media plan"
      },
      {
        "title": "Writing Rules",
        "body": "Always tag new entries in daily files\nBe specific: What worked/failed and why\nOne tag per entry - pick the strongest category\nNEUTRAL expires: Archive after 30 days unless promoted to GOOD/BAD"
      },
      {
        "title": "MEMORY.md (Categorized Learnings)",
        "body": "Keep under 150 lines. Only GOOD and BAD entries:\n\n## GOOD - What Works\n- `[GOOD]` Cron jobs with CSV batching = zero duplicates\n- `[GOOD]` Browser tool > CLI for X.com automation\n- `[GOOD]` Moltbook \"crypto\" submolt for token posts\n\n## BAD - What to Avoid  \n- `[BAD]` Never use bird CLI for X (anti-bot blocks it)\n- `[BAD]` Don't post identical content across platforms"
      },
      {
        "title": "memory/YYYY-MM-DD.md (Daily Log)",
        "body": "All three categories with full context:\n\n# 2026-02-15\n\n## [GOOD]\n- Fixed duplicate posting with 4-batch CSV structure\n- Created 10 cron jobs for complete automation\n\n## [BAD]  \n- Old CSV format caused content duplication (now deprecated)\n\n## [NEUTRAL]\n- Day 5 of 30-day media plan\n- Posted $ZEN token shill at 07:00 batch"
      },
      {
        "title": "Search Memory",
        "body": "# Search all memory files\n~/.openclaw/skills/minimal-memory/scripts/search.sh \"duplicate posting\"\n\n# Search only GOOD learnings\n~/.openclaw/skills/minimal-memory/scripts/search.sh --good \"CSV\"\n\n# Search only BAD learnings  \n~/.openclaw/skills/minimal-memory/scripts/search.sh --bad \"CLI\"\n\n# Recent entries only (last 7 days)\n~/.openclaw/skills/minimal-memory/scripts/search.sh --recent \"cron job\""
      },
      {
        "title": "Daily Memory",
        "body": "# Create today's memory file with template\n~/.openclaw/skills/minimal-memory/scripts/daily.sh\n\n# Add entry with auto-tagging\n~/.openclaw/skills/minimal-memory/scripts/add.sh GOOD \"Browser tool works better than CLI\""
      },
      {
        "title": "Cleanup",
        "body": "# Review and migrate GOOD/BAD to MEMORY.md\n~/.openclaw/skills/minimal-memory/scripts/cleanup.sh\n\n# Archive old NEUTRAL entries (>30 days)\n~/.openclaw/skills/minimal-memory/scripts/archive.sh"
      },
      {
        "title": "When Writing a Memory",
        "body": "Tag it: Is this GOOD, BAD, or NEUTRAL?\nWrite to daily file with tag prefix\nWeekly review: Promote GOOD/BAD to MEMORY.md\nArchive NEUTRAL after 30 days"
      },
      {
        "title": "When Searching",
        "body": "Use search script for fast grep across all files\nCheck MEMORY.md first for established patterns\nFall back to daily files for specific context\nPrefer recent entries unless looking for historical"
      },
      {
        "title": "Weekly Cleanup",
        "body": "Read last 7 days of daily files\nExtract [GOOD] and [BAD] entries\nAdd to MEMORY.md \"GOOD\" and \"BAD\" sections\nRemove duplicates, condense similar items\nEnsure MEMORY.md < 150 lines"
      },
      {
        "title": "Anti-Patterns",
        "body": "❌ Don't skip tagging - every entry needs a category\n❌ Don't put NEUTRAL in MEMORY.md\n❌ Don't let MEMORY.md grow past 200 lines\n❌ Don't keep NEUTRAL entries forever (30 day max)\n❌ Don't create topical files - use daily + search\n\n✅ Do search before asking user \"did we try this?\"\n✅ Do migrate GOOD/BAD weekly\n✅ Do be specific in failure/success descriptions\n✅ Do trust the search script to find context"
      },
      {
        "title": "Migration from Old System",
        "body": "If MEMORY.md has untagged content:\n\nRead entire MEMORY.md\nCategorize each entry: GOOD/BAD/NEUTRAL\nMove NEUTRAL to appropriate daily file\nKeep GOOD/BAD in MEMORY.md with tags\nFuture entries: always tag in daily files first"
      }
    ],
    "body": "Minimal Memory Management\n\nKeep agent memory lean, searchable, and actionable through structured categorization and two-tier storage.\n\nCore Principle\n\nMEMORY.md = Long-term essentials (GOOD/BAD learnings only) memory/YYYY-MM-DD.md = Daily operations (GOOD/BAD/NEUTRAL tagged)\n\nInformation Categorization\n\nTag every memory entry with its value:\n\nTag\tMeaning\tKeep in MEMORY.md?\tExample\n[GOOD]\tWorked well, repeat\t✅ Yes\t[GOOD] CSV batch format prevents duplicates\n[BAD]\tFailed, avoid\t✅ Yes\t[BAD] Bird CLI blocked by X anti-automation\n[NEUTRAL]\tFacts, context, state\t❌ No\t[NEUTRAL] Day 5 of 30-day media plan\nWriting Rules\nAlways tag new entries in daily files\nBe specific: What worked/failed and why\nOne tag per entry - pick the strongest category\nNEUTRAL expires: Archive after 30 days unless promoted to GOOD/BAD\nWhat Goes Where\nMEMORY.md (Categorized Learnings)\n\nKeep under 150 lines. Only GOOD and BAD entries:\n\n## GOOD - What Works\n- `[GOOD]` Cron jobs with CSV batching = zero duplicates\n- `[GOOD]` Browser tool > CLI for X.com automation\n- `[GOOD]` Moltbook \"crypto\" submolt for token posts\n\n## BAD - What to Avoid  \n- `[BAD]` Never use bird CLI for X (anti-bot blocks it)\n- `[BAD]` Don't post identical content across platforms\n\nmemory/YYYY-MM-DD.md (Daily Log)\n\nAll three categories with full context:\n\n# 2026-02-15\n\n## [GOOD]\n- Fixed duplicate posting with 4-batch CSV structure\n- Created 10 cron jobs for complete automation\n\n## [BAD]  \n- Old CSV format caused content duplication (now deprecated)\n\n## [NEUTRAL]\n- Day 5 of 30-day media plan\n- Posted $ZEN token shill at 07:00 batch\n\nQuick Commands\nSearch Memory\n# Search all memory files\n~/.openclaw/skills/minimal-memory/scripts/search.sh \"duplicate posting\"\n\n# Search only GOOD learnings\n~/.openclaw/skills/minimal-memory/scripts/search.sh --good \"CSV\"\n\n# Search only BAD learnings  \n~/.openclaw/skills/minimal-memory/scripts/search.sh --bad \"CLI\"\n\n# Recent entries only (last 7 days)\n~/.openclaw/skills/minimal-memory/scripts/search.sh --recent \"cron job\"\n\nDaily Memory\n# Create today's memory file with template\n~/.openclaw/skills/minimal-memory/scripts/daily.sh\n\n# Add entry with auto-tagging\n~/.openclaw/skills/minimal-memory/scripts/add.sh GOOD \"Browser tool works better than CLI\"\n\nCleanup\n# Review and migrate GOOD/BAD to MEMORY.md\n~/.openclaw/skills/minimal-memory/scripts/cleanup.sh\n\n# Archive old NEUTRAL entries (>30 days)\n~/.openclaw/skills/minimal-memory/scripts/archive.sh\n\nWorkflow\nWhen Writing a Memory\nTag it: Is this GOOD, BAD, or NEUTRAL?\nWrite to daily file with tag prefix\nWeekly review: Promote GOOD/BAD to MEMORY.md\nArchive NEUTRAL after 30 days\nWhen Searching\nUse search script for fast grep across all files\nCheck MEMORY.md first for established patterns\nFall back to daily files for specific context\nPrefer recent entries unless looking for historical\nWeekly Cleanup\nRead last 7 days of daily files\nExtract [GOOD] and [BAD] entries\nAdd to MEMORY.md \"GOOD\" and \"BAD\" sections\nRemove duplicates, condense similar items\nEnsure MEMORY.md < 150 lines\nAnti-Patterns\n\n❌ Don't skip tagging - every entry needs a category ❌ Don't put NEUTRAL in MEMORY.md ❌ Don't let MEMORY.md grow past 200 lines ❌ Don't keep NEUTRAL entries forever (30 day max) ❌ Don't create topical files - use daily + search\n\n✅ Do search before asking user \"did we try this?\" ✅ Do migrate GOOD/BAD weekly ✅ Do be specific in failure/success descriptions ✅ Do trust the search script to find context\n\nMigration from Old System\n\nIf MEMORY.md has untagged content:\n\nRead entire MEMORY.md\nCategorize each entry: GOOD/BAD/NEUTRAL\nMove NEUTRAL to appropriate daily file\nKeep GOOD/BAD in MEMORY.md with tags\nFuture entries: always tag in daily files first"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zencrust-ai/minimal-memory",
    "publisherUrl": "https://clawhub.ai/zencrust-ai/minimal-memory",
    "owner": "zencrust-ai",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/minimal-memory",
    "downloadUrl": "https://openagent3.xyz/downloads/minimal-memory",
    "agentUrl": "https://openagent3.xyz/skills/minimal-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/minimal-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/minimal-memory/agent.md"
  }
}