{
  "schemaVersion": "1.0",
  "item": {
    "slug": "engram-memory",
    "name": "Engram",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Dannydvm/engram-memory",
    "canonicalUrl": "https://clawhub.ai/Dannydvm/engram-memory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/engram-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=engram-memory",
    "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",
      "slug": "engram-memory",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T22:03:32.683Z",
      "expiresAt": "2026-05-09T22:03:32.683Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=engram-memory",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=engram-memory",
        "contentDisposition": "attachment; filename=\"engram-memory-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "engram-memory"
      },
      "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/engram-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/engram-memory",
    "agentPageUrl": "https://openagent3.xyz/skills/engram-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/engram-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/engram-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": "Engram — Agent Memory",
        "body": "Local semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud."
      },
      {
        "title": "Boot Sequence",
        "body": "engram search \"<current task or context>\" --limit 10\n\nAlways recall before working. Accessed memories get salience-boosted."
      },
      {
        "title": "Storing",
        "body": "engram add \"Client uses React with TypeScript\" --type fact --tags react,client\nengram add \"We decided to pause ads\" --type decision --tags ads\necho \"Raw conversation text\" | engram ingest\n\nTypes: fact, decision, preference, event, relationship"
      },
      {
        "title": "Searching",
        "body": "engram search \"what tech stack\"\nengram search \"pricing decisions\" --type decision\nengram search \"client status\" --agent client-agent"
      },
      {
        "title": "Relationships",
        "body": "engram relate <src> <tgt> --type supports\nengram auto-relate <id>\nengram relations <id>\n\nTypes: related_to, supports, contradicts, caused_by, supersedes, part_of, references"
      },
      {
        "title": "Key Concepts",
        "body": "Decay: Unused memories lose salience daily. Recalled ones get boosted.\nTypes: Filter by fact, decision, preference, event, relationship.\nScoping: global, agent, private, shared.\nDedup: >92% similarity auto-merges."
      },
      {
        "title": "Quick Reference",
        "body": "engram stats\nengram recall --limit 10\nengram export > backup.json\nengram import backup.json"
      }
    ],
    "body": "Engram — Agent Memory\n\nLocal semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud.\n\nBoot Sequence\nengram search \"<current task or context>\" --limit 10\n\n\nAlways recall before working. Accessed memories get salience-boosted.\n\nStoring\nengram add \"Client uses React with TypeScript\" --type fact --tags react,client\nengram add \"We decided to pause ads\" --type decision --tags ads\necho \"Raw conversation text\" | engram ingest\n\n\nTypes: fact, decision, preference, event, relationship\n\nSearching\nengram search \"what tech stack\"\nengram search \"pricing decisions\" --type decision\nengram search \"client status\" --agent client-agent\n\nRelationships\nengram relate <src> <tgt> --type supports\nengram auto-relate <id>\nengram relations <id>\n\n\nTypes: related_to, supports, contradicts, caused_by, supersedes, part_of, references\n\nKey Concepts\nDecay: Unused memories lose salience daily. Recalled ones get boosted.\nTypes: Filter by fact, decision, preference, event, relationship.\nScoping: global, agent, private, shared.\nDedup: >92% similarity auto-merges.\nQuick Reference\nengram stats\nengram recall --limit 10\nengram export > backup.json\nengram import backup.json"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Dannydvm/engram-memory",
    "publisherUrl": "https://clawhub.ai/Dannydvm/engram-memory",
    "owner": "Dannydvm",
    "version": "0.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/engram-memory",
    "downloadUrl": "https://openagent3.xyz/downloads/engram-memory",
    "agentUrl": "https://openagent3.xyz/skills/engram-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/engram-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/engram-memory/agent.md"
  }
}