{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-memorybox",
    "name": "MemoryBox",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Ramsbaby/openclaw-memorybox",
    "canonicalUrl": "https://clawhub.ai/Ramsbaby/openclaw-memorybox",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-memorybox",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-memorybox",
    "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-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/openclaw-memorybox"
    },
    "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/openclaw-memorybox",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-memorybox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-memorybox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-memorybox/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": "MemoryBox",
        "body": "Zero-dependency memory maintenance tool for OpenClaw agents."
      },
      {
        "title": "What It Does",
        "body": "Prevents MEMORY.md bloat by organizing memory into 3 tiers:\n\nTier 1: MEMORY.md (≤10KB, loaded every session)\nTier 2: memory/domains/*.md (searched on-demand)\nTier 3: memory/archive/ (old daily logs)\n\nWorks alongside Mem0, Supermemory, QMD, or standalone. Only touches file structure — never configs or plugins."
      },
      {
        "title": "Install",
        "body": "git clone https://github.com/Ramsbaby/openclaw-memorybox.git\ncd openclaw-memorybox && chmod +x bin/memorybox\nsudo ln -sf \"$(pwd)/bin/memorybox\" /usr/local/bin/memorybox"
      },
      {
        "title": "Usage",
        "body": "memorybox doctor ~/openclaw    # Full diagnostic (start here)\nmemorybox split ~/openclaw     # Interactive: move bloated sections to domain files\nmemorybox health ~/openclaw    # Quick health score (0-100)\nmemorybox archive ~/openclaw   # Archive old daily logs (14+ days)\nmemorybox dedupe ~/openclaw    # Find duplicate content\nmemorybox stale ~/openclaw     # Detect outdated content\nmemorybox analyze ~/openclaw   # Section-by-section size breakdown\nmemorybox suggest ~/openclaw   # Improvement recommendations\nmemorybox report ~/openclaw    # Before/after token savings\nmemorybox init ~/openclaw      # Set up 3-tier directory structure"
      },
      {
        "title": "Teach Your Agent",
        "body": "Add to AGENTS.md:\n\n## Memory Protocol\n- **MEMORY.md** (≤10KB): Core facts only. Loaded everywhere — keep it lean.\n- **memory/domains/*.md**: Detailed reference. Use `memory_search` to find.\n- **memory/archive/**: Old logs. Rarely needed."
      },
      {
        "title": "Results",
        "body": "Tested on production (7 Discord channels, 48 crons):\n\nMEMORY.md: 20KB → 3.5KB (-83%)\nContext pressure: 98% → 7%\nSetup time: 5 minutes"
      },
      {
        "title": "Links",
        "body": "GitHub: https://github.com/Ramsbaby/openclaw-memorybox\nCompanion: https://github.com/Ramsbaby/openclaw-self-healing"
      }
    ],
    "body": "MemoryBox\n\nZero-dependency memory maintenance tool for OpenClaw agents.\n\nWhat It Does\n\nPrevents MEMORY.md bloat by organizing memory into 3 tiers:\n\nTier 1: MEMORY.md (≤10KB, loaded every session)\nTier 2: memory/domains/*.md (searched on-demand)\nTier 3: memory/archive/ (old daily logs)\n\nWorks alongside Mem0, Supermemory, QMD, or standalone. Only touches file structure — never configs or plugins.\n\nInstall\ngit clone https://github.com/Ramsbaby/openclaw-memorybox.git\ncd openclaw-memorybox && chmod +x bin/memorybox\nsudo ln -sf \"$(pwd)/bin/memorybox\" /usr/local/bin/memorybox\n\nUsage\nmemorybox doctor ~/openclaw    # Full diagnostic (start here)\nmemorybox split ~/openclaw     # Interactive: move bloated sections to domain files\nmemorybox health ~/openclaw    # Quick health score (0-100)\nmemorybox archive ~/openclaw   # Archive old daily logs (14+ days)\nmemorybox dedupe ~/openclaw    # Find duplicate content\nmemorybox stale ~/openclaw     # Detect outdated content\nmemorybox analyze ~/openclaw   # Section-by-section size breakdown\nmemorybox suggest ~/openclaw   # Improvement recommendations\nmemorybox report ~/openclaw    # Before/after token savings\nmemorybox init ~/openclaw      # Set up 3-tier directory structure\n\nTeach Your Agent\n\nAdd to AGENTS.md:\n\n## Memory Protocol\n- **MEMORY.md** (≤10KB): Core facts only. Loaded everywhere — keep it lean.\n- **memory/domains/*.md**: Detailed reference. Use `memory_search` to find.\n- **memory/archive/**: Old logs. Rarely needed.\n\nResults\n\nTested on production (7 Discord channels, 48 crons):\n\nMEMORY.md: 20KB → 3.5KB (-83%)\nContext pressure: 98% → 7%\nSetup time: 5 minutes\nLinks\nGitHub: https://github.com/Ramsbaby/openclaw-memorybox\nCompanion: https://github.com/Ramsbaby/openclaw-self-healing"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Ramsbaby/openclaw-memorybox",
    "publisherUrl": "https://clawhub.ai/Ramsbaby/openclaw-memorybox",
    "owner": "Ramsbaby",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-memorybox",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-memorybox",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-memorybox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-memorybox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-memorybox/agent.md"
  }
}