{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rmn-visualizer",
    "name": "RMN Visualizer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/weidadong2359/rmn-visualizer",
    "canonicalUrl": "https://clawhub.ai/weidadong2359/rmn-visualizer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/rmn-visualizer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rmn-visualizer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/launch.js",
      "scripts/serve.js"
    ],
    "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",
      "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/rmn-visualizer"
    },
    "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/rmn-visualizer",
    "agentPageUrl": "https://openagent3.xyz/skills/rmn-visualizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rmn-visualizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rmn-visualizer/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": "RMN Visualizer — 递归记忆神经网络可视化",
        "body": "一键查看你的 AI Agent 大脑结构"
      },
      {
        "title": "Overview",
        "body": "RMN Visualizer 扫描你的 Agent 记忆文件（MEMORY.md, memory/.md, .issues/），\n自动解析为 5 层递归神经网络，并用 D3.js 力导向图实时可视化。\n\n零外部依赖，纯 Node.js 内置 HTTP server + 内嵌 D3.js。"
      },
      {
        "title": "When to Activate",
        "body": "用户说 \"可视化记忆\" / \"visualize memory\" / \"show memory network\" / \"记忆网络\"\n用户说 \"看看我的大脑\" / \"memory map\" / \"brain map\""
      },
      {
        "title": "Quick Launch (推荐)",
        "body": "一键启动本地服务 + Cloudflare Tunnel，返回公网链接到聊天窗口：\n\nnode <skill_directory>/scripts/launch.js\n\nstdout 只输出一行公网 URL（如 https://xxx.trycloudflare.com），\nagent 应该把这个链接直接发给用户，附上简要说明。\n\n需要 cloudflared 已安装。如果没有，fallback 到本地模式。"
      },
      {
        "title": "Local Only",
        "body": "node <skill_directory>/scripts/serve.js\n\n然后打开 http://localhost:3459"
      },
      {
        "title": "What You See",
        "body": "5 层彩色节点：Identity (红) → Semantic (橙) → Episodic (黄) → Working (绿) → Sensory (蓝)\n节点大小 = 权重（越重要越大）\n连线 = 记忆关联\n悬停显示详情\n实时统计面板：节点数、连接数、各层分布、平均权重\n衰减动画：权重低的节点逐渐透明"
      },
      {
        "title": "Configuration",
        "body": "默认扫描 OpenClaw workspace 下的文件。可通过环境变量覆盖：\n\nRMN_WORKSPACE=/path/to/workspace node scripts/launch.js\nRMN_PORT=3459 node scripts/launch.js"
      },
      {
        "title": "Architecture",
        "body": "Memory Files (MEMORY.md, memory/*.md, .issues/*)\n  ↓ [Parser — 正则 + 启发式分层]\n5-Layer Neural Network (JSON)\n  ↓ [D3.js Force Simulation]\nInteractive Visualization (Browser)"
      }
    ],
    "body": "RMN Visualizer — 递归记忆神经网络可视化\n\n一键查看你的 AI Agent 大脑结构\n\nOverview\n\nRMN Visualizer 扫描你的 Agent 记忆文件（MEMORY.md, memory/.md, .issues/）， 自动解析为 5 层递归神经网络，并用 D3.js 力导向图实时可视化。\n\n零外部依赖，纯 Node.js 内置 HTTP server + 内嵌 D3.js。\n\nWhen to Activate\n用户说 \"可视化记忆\" / \"visualize memory\" / \"show memory network\" / \"记忆网络\"\n用户说 \"看看我的大脑\" / \"memory map\" / \"brain map\"\nQuick Launch (推荐)\n\n一键启动本地服务 + Cloudflare Tunnel，返回公网链接到聊天窗口：\n\nnode <skill_directory>/scripts/launch.js\n\n\nstdout 只输出一行公网 URL（如 https://xxx.trycloudflare.com）， agent 应该把这个链接直接发给用户，附上简要说明。\n\n需要 cloudflared 已安装。如果没有，fallback 到本地模式。\n\nLocal Only\nnode <skill_directory>/scripts/serve.js\n\n\n然后打开 http://localhost:3459\n\nWhat You See\n5 层彩色节点：Identity (红) → Semantic (橙) → Episodic (黄) → Working (绿) → Sensory (蓝)\n节点大小 = 权重（越重要越大）\n连线 = 记忆关联\n悬停显示详情\n实时统计面板：节点数、连接数、各层分布、平均权重\n衰减动画：权重低的节点逐渐透明\nConfiguration\n\n默认扫描 OpenClaw workspace 下的文件。可通过环境变量覆盖：\n\nRMN_WORKSPACE=/path/to/workspace node scripts/launch.js\nRMN_PORT=3459 node scripts/launch.js\n\nArchitecture\nMemory Files (MEMORY.md, memory/*.md, .issues/*)\n  ↓ [Parser — 正则 + 启发式分层]\n5-Layer Neural Network (JSON)\n  ↓ [D3.js Force Simulation]\nInteractive Visualization (Browser)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/weidadong2359/rmn-visualizer",
    "publisherUrl": "https://clawhub.ai/weidadong2359/rmn-visualizer",
    "owner": "weidadong2359",
    "version": "1.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rmn-visualizer",
    "downloadUrl": "https://openagent3.xyz/downloads/rmn-visualizer",
    "agentUrl": "https://openagent3.xyz/skills/rmn-visualizer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rmn-visualizer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rmn-visualizer/agent.md"
  }
}