{
  "schemaVersion": "1.0",
  "item": {
    "slug": "memoria-system",
    "name": "Memoria Memory System",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/cuilinshen/memoria-system",
    "canonicalUrl": "https://clawhub.ai/cuilinshen/memoria-system",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/memoria-system",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=memoria-system",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "config.json",
      "README.md",
      "memory-backup.sh",
      "SKILL.md",
      "memory-migrate.sh",
      "memory-rollback.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. 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",
      "slug": "memoria-system",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T08:25:02.271Z",
      "expiresAt": "2026-05-09T08:25:02.271Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=memoria-system",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=memoria-system",
        "contentDisposition": "attachment; filename=\"memoria-system-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "memoria-system"
      },
      "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/memoria-system"
    },
    "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/memoria-system",
    "agentPageUrl": "https://openagent3.xyz/skills/memoria-system/agent",
    "manifestUrl": "https://openagent3.xyz/skills/memoria-system/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/memoria-system/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": "Overview",
        "body": "Memoria System is a comprehensive long-term memory management system designed for AI assistants. It implements a human-like cognitive memory architecture with distinct layers for different types of information."
      },
      {
        "title": "Memory Architecture",
        "body": "The system organizes memory into five distinct types, mirroring human cognitive structures:"
      },
      {
        "title": "1. Semantic Memory (semantic/)",
        "body": "Stores factual knowledge, concepts, and general information.\n\nfacts.md - Personal facts and key information\nconcepts.md - Learned concepts and knowledge\nknowledge/ - Detailed knowledge entries"
      },
      {
        "title": "2. Episodic Memory (episodic/)",
        "body": "Records events, experiences, and conversations with timestamps.\n\nYYYY-MM-DD.md - Daily memory logs\nevents/ - Specific event documentation"
      },
      {
        "title": "3. Procedural Memory (procedural/)",
        "body": "Contains skills, workflows, and learned procedures.\n\nskills.md - Acquired skills and capabilities\nworkflows.md - Common procedures and workflows\nscripts/ - Automation and utility scripts"
      },
      {
        "title": "4. Working Memory (working/)",
        "body": "Holds current session context and active tasks.\n\ncurrent.md - Active context and pending items\nsession/ - Session-specific data"
      },
      {
        "title": "5. Index (index/)",
        "body": "Provides fast lookup and search capabilities.\n\ntags.json - Tag-based indexing\ntimeline.json - Chronological event index\nsearch/ - Search indexes"
      },
      {
        "title": "memory-backup.sh",
        "body": "Creates incremental backups of the memory system.\n\nUsage:\n\n./memory-backup.sh [options]\n\nOptions:\n\n--dry-run - Show what would be backed up without doing it\n--verbose - Show detailed output\n--path PATH - Override memory path\n--output PATH - Override backup destination"
      },
      {
        "title": "memory-migrate.sh",
        "body": "Initializes new memory structures or migrates existing ones.\n\nUsage:\n\n./memory-migrate.sh {init|daily [DATE]|migrate [VERSION]}\n\nCommands:\n\ninit - Initialize memory structure\ndaily [DATE] - Create daily memory file (default: today)\nmigrate [VERSION] - Migrate from specified version"
      },
      {
        "title": "memory-rollback.sh",
        "body": "Restores memory from a previous backup.\n\nUsage:\n\n./memory-rollback.sh {list|rollback BACKUP_NAME [--force]}\n\nCommands:\n\nlist - List available backups\nrollback BACKUP_NAME - Restore to specified backup\n\nOptions:\n\n--force - Skip confirmation prompt"
      },
      {
        "title": "memory-health-check.sh",
        "body": "Validates memory integrity and optionally repairs issues.\n\nUsage:\n\n./memory-health-check.sh [options]\n\nOptions:\n\n--fix - Automatically fix detected issues\n--path PATH - Override memory path"
      },
      {
        "title": "Configuration",
        "body": "Edit config.json to customize behavior:\n\n{\n  \"memory\": {\n    \"base_path\": \"./memory\",\n    \"structure\": { ... }\n  },\n  \"backup\": {\n    \"enabled\": true,\n    \"retention_days\": 30,\n    \"schedule\": \"0 2 * * *\"\n  },\n  \"health_check\": {\n    \"auto_fix\": false,\n    \"check_interval_hours\": 24\n  }\n}"
      },
      {
        "title": "Cron Setup",
        "body": "Add to crontab for automated maintenance:\n\n# Daily backup at 2 AM\n0 2 * * * cd /path/to/memoria-system && ./memory-backup.sh\n\n# Weekly health check on Sundays at 3 AM\n0 3 * * 0 cd /path/to/memoria-system && ./memory-health-check.sh --fix"
      },
      {
        "title": "Installation",
        "body": "openclaw skill install memoria-system"
      },
      {
        "title": "Requirements",
        "body": "Bash 4.0+\njq (for JSON processing)\ntar (for backup compression)"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "Memoria System\nOverview\n\nMemoria System is a comprehensive long-term memory management system designed for AI assistants. It implements a human-like cognitive memory architecture with distinct layers for different types of information.\n\nMemory Architecture\n\nThe system organizes memory into five distinct types, mirroring human cognitive structures:\n\n1. Semantic Memory (semantic/)\n\nStores factual knowledge, concepts, and general information.\n\nfacts.md - Personal facts and key information\nconcepts.md - Learned concepts and knowledge\nknowledge/ - Detailed knowledge entries\n2. Episodic Memory (episodic/)\n\nRecords events, experiences, and conversations with timestamps.\n\nYYYY-MM-DD.md - Daily memory logs\nevents/ - Specific event documentation\n3. Procedural Memory (procedural/)\n\nContains skills, workflows, and learned procedures.\n\nskills.md - Acquired skills and capabilities\nworkflows.md - Common procedures and workflows\nscripts/ - Automation and utility scripts\n4. Working Memory (working/)\n\nHolds current session context and active tasks.\n\ncurrent.md - Active context and pending items\nsession/ - Session-specific data\n5. Index (index/)\n\nProvides fast lookup and search capabilities.\n\ntags.json - Tag-based indexing\ntimeline.json - Chronological event index\nsearch/ - Search indexes\nTools\nmemory-backup.sh\n\nCreates incremental backups of the memory system.\n\nUsage:\n\n./memory-backup.sh [options]\n\n\nOptions:\n\n--dry-run - Show what would be backed up without doing it\n--verbose - Show detailed output\n--path PATH - Override memory path\n--output PATH - Override backup destination\nmemory-migrate.sh\n\nInitializes new memory structures or migrates existing ones.\n\nUsage:\n\n./memory-migrate.sh {init|daily [DATE]|migrate [VERSION]}\n\n\nCommands:\n\ninit - Initialize memory structure\ndaily [DATE] - Create daily memory file (default: today)\nmigrate [VERSION] - Migrate from specified version\nmemory-rollback.sh\n\nRestores memory from a previous backup.\n\nUsage:\n\n./memory-rollback.sh {list|rollback BACKUP_NAME [--force]}\n\n\nCommands:\n\nlist - List available backups\nrollback BACKUP_NAME - Restore to specified backup\n\nOptions:\n\n--force - Skip confirmation prompt\nmemory-health-check.sh\n\nValidates memory integrity and optionally repairs issues.\n\nUsage:\n\n./memory-health-check.sh [options]\n\n\nOptions:\n\n--fix - Automatically fix detected issues\n--path PATH - Override memory path\nConfiguration\n\nEdit config.json to customize behavior:\n\n{\n  \"memory\": {\n    \"base_path\": \"./memory\",\n    \"structure\": { ... }\n  },\n  \"backup\": {\n    \"enabled\": true,\n    \"retention_days\": 30,\n    \"schedule\": \"0 2 * * *\"\n  },\n  \"health_check\": {\n    \"auto_fix\": false,\n    \"check_interval_hours\": 24\n  }\n}\n\nCron Setup\n\nAdd to crontab for automated maintenance:\n\n# Daily backup at 2 AM\n0 2 * * * cd /path/to/memoria-system && ./memory-backup.sh\n\n# Weekly health check on Sundays at 3 AM\n0 3 * * 0 cd /path/to/memoria-system && ./memory-health-check.sh --fix\n\nInstallation\nopenclaw skill install memoria-system\n\nRequirements\nBash 4.0+\njq (for JSON processing)\ntar (for backup compression)\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cuilinshen/memoria-system",
    "publisherUrl": "https://clawhub.ai/cuilinshen/memoria-system",
    "owner": "cuilinshen",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/memoria-system",
    "downloadUrl": "https://openagent3.xyz/downloads/memoria-system",
    "agentUrl": "https://openagent3.xyz/skills/memoria-system/agent",
    "manifestUrl": "https://openagent3.xyz/skills/memoria-system/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/memoria-system/agent.md"
  }
}