{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vanar-neutron-memory",
    "name": "Vanar Neutron Memory",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/naeemmaliki036/vanar-neutron-memory",
    "canonicalUrl": "https://clawhub.ai/naeemmaliki036/vanar-neutron-memory",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/vanar-neutron-memory",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vanar-neutron-memory",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SETUP.md",
      "SKILL.md",
      "hooks/post-tool-use.sh",
      "hooks/pre-tool-use.sh",
      "scripts/neutron-memory.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",
      "slug": "vanar-neutron-memory",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T13:29:30.985Z",
      "expiresAt": "2026-05-17T13:29:30.985Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vanar-neutron-memory",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vanar-neutron-memory",
        "contentDisposition": "attachment; filename=\"vanar-neutron-memory-1.3.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "vanar-neutron-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/vanar-neutron-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/vanar-neutron-memory",
    "agentPageUrl": "https://openagent3.xyz/skills/vanar-neutron-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vanar-neutron-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vanar-neutron-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": "Neutron Memory",
        "body": "Every conversation, preference, and decision your agent makes can persist across sessions. Save what matters, and when you need it, semantic search finds the right context by meaning — not keywords. Every session builds on the last."
      },
      {
        "title": "How It Works",
        "body": "Manual — save and search with simple commands:\n\n./scripts/neutron-memory.sh save \"user prefers dark mode\" \"Preferences\" — save context\n./scripts/neutron-memory.sh search \"what theme does the user like\" — find it by meaning\n\nAutomatic (opt-in) — enable hooks to capture and recall automatically:\n\nAuto-Capture saves conversations after each AI turn\nAuto-Recall finds relevant memories before each AI turn and injects them as context"
      },
      {
        "title": "Quick Start",
        "body": "See SETUP.md for the full setup guide. TL;DR:\n\nGet a free API key at https://openclaw.vanarchain.com/ ($20 free credits, no credit card)\nexport API_KEY=nk_your_key\n./scripts/neutron-memory.sh test"
      },
      {
        "title": "Save",
        "body": "./scripts/neutron-memory.sh save \"Content to remember\" \"Title\""
      },
      {
        "title": "Search",
        "body": "./scripts/neutron-memory.sh search \"what do I know about X\" 10 0.5\n\nArguments: QUERY LIMIT THRESHOLD(0-1)"
      },
      {
        "title": "Diagnose",
        "body": "./scripts/neutron-memory.sh diagnose\n\nChecks all prerequisites: curl, jq, API key, connectivity, and authentication."
      },
      {
        "title": "Hooks (Auto-Capture & Auto-Recall)",
        "body": "hooks/pre-tool-use.sh — Auto-Recall: Queries memories before AI turn, injects relevant context\nhooks/post-tool-use.sh — Auto-Capture: Saves conversation after AI turn\n\nBoth are disabled by default (opt-in only). To enable:\n\nexport VANAR_AUTO_RECALL=true\nexport VANAR_AUTO_CAPTURE=true"
      },
      {
        "title": "API Endpoints",
        "body": "POST /memory/save — Save text (multipart/form-data)\nPOST /memory/search — Semantic search (JSON body)\n\nAuth: Authorization: Bearer $API_KEY — that's it. No other credentials needed."
      },
      {
        "title": "Security & Privacy",
        "body": "No data is sent unless you run a command or explicitly enable auto-capture/auto-recall. Both hooks are disabled by default.\n\nThis skill only sends data you explicitly save (or opt-in auto-captured conversations) to the Neutron API. Here's exactly what happens:\n\nActionWhat's sentWhereSaveThe text you pass to save or auto-captured conversation turnsPOST /memory/save over HTTPSSearchYour search query textPOST /memory/search over HTTPSAuto-RecallThe user's latest message (used as search query)POST /memory/search over HTTPSAuto-CaptureUser: {message}\\nAssistant: {response}POST /memory/save over HTTPS\n\nWhat is NOT sent:\n\nNo local files are read or uploaded\nNo environment variables (other than the API key for auth)\nNo system information, file paths, or directory contents\nNo data from other tools or skills\n\nAll communication is over HTTPS to api-neutron.vanarchain.com. The source code is fully readable in the scripts/ and hooks/ directories — three short bash scripts, no compiled binaries."
      }
    ],
    "body": "Neutron Memory\n\nEvery conversation, preference, and decision your agent makes can persist across sessions. Save what matters, and when you need it, semantic search finds the right context by meaning — not keywords. Every session builds on the last.\n\nHow It Works\n\nManual — save and search with simple commands:\n\n./scripts/neutron-memory.sh save \"user prefers dark mode\" \"Preferences\" — save context\n./scripts/neutron-memory.sh search \"what theme does the user like\" — find it by meaning\n\nAutomatic (opt-in) — enable hooks to capture and recall automatically:\n\nAuto-Capture saves conversations after each AI turn\nAuto-Recall finds relevant memories before each AI turn and injects them as context\nQuick Start\n\nSee SETUP.md for the full setup guide. TL;DR:\n\nGet a free API key at https://openclaw.vanarchain.com/ ($20 free credits, no credit card)\nexport API_KEY=nk_your_key\n./scripts/neutron-memory.sh test\nCommands\nSave\n./scripts/neutron-memory.sh save \"Content to remember\" \"Title\"\n\nSearch\n./scripts/neutron-memory.sh search \"what do I know about X\" 10 0.5\n\n\nArguments: QUERY LIMIT THRESHOLD(0-1)\n\nDiagnose\n./scripts/neutron-memory.sh diagnose\n\n\nChecks all prerequisites: curl, jq, API key, connectivity, and authentication.\n\nHooks (Auto-Capture & Auto-Recall)\nhooks/pre-tool-use.sh — Auto-Recall: Queries memories before AI turn, injects relevant context\nhooks/post-tool-use.sh — Auto-Capture: Saves conversation after AI turn\n\nBoth are disabled by default (opt-in only). To enable:\n\nexport VANAR_AUTO_RECALL=true\nexport VANAR_AUTO_CAPTURE=true\n\nAPI Endpoints\nPOST /memory/save — Save text (multipart/form-data)\nPOST /memory/search — Semantic search (JSON body)\n\nAuth: Authorization: Bearer $API_KEY — that's it. No other credentials needed.\n\nSecurity & Privacy\n\nNo data is sent unless you run a command or explicitly enable auto-capture/auto-recall. Both hooks are disabled by default.\n\nThis skill only sends data you explicitly save (or opt-in auto-captured conversations) to the Neutron API. Here's exactly what happens:\n\nAction\tWhat's sent\tWhere\nSave\tThe text you pass to save or auto-captured conversation turns\tPOST /memory/save over HTTPS\nSearch\tYour search query text\tPOST /memory/search over HTTPS\nAuto-Recall\tThe user's latest message (used as search query)\tPOST /memory/search over HTTPS\nAuto-Capture\tUser: {message}\\nAssistant: {response}\tPOST /memory/save over HTTPS\n\nWhat is NOT sent:\n\nNo local files are read or uploaded\nNo environment variables (other than the API key for auth)\nNo system information, file paths, or directory contents\nNo data from other tools or skills\n\nAll communication is over HTTPS to api-neutron.vanarchain.com. The source code is fully readable in the scripts/ and hooks/ directories — three short bash scripts, no compiled binaries."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/naeemmaliki036/vanar-neutron-memory",
    "publisherUrl": "https://clawhub.ai/naeemmaliki036/vanar-neutron-memory",
    "owner": "naeemmaliki036",
    "version": "1.3.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vanar-neutron-memory",
    "downloadUrl": "https://openagent3.xyz/downloads/vanar-neutron-memory",
    "agentUrl": "https://openagent3.xyz/skills/vanar-neutron-memory/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vanar-neutron-memory/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vanar-neutron-memory/agent.md"
  }
}