← 返回 Skills 市场
naeemmaliki036

Vanar Neutron Memory

作者 Vanar Neutron · GitHub ↗ · v1.3.2
cross-platform ✓ 安全检测通过
2185
总下载
1
收藏
3
当前安装
13
版本数
在 OpenClaw 中安装
/install vanar-neutron-memory
功能描述
Save and recall agent memory with semantic search. Context that persists across every session.
安全使用建议
This skill appears to do what it claims, but you should be aware of privacy implications before enabling auto-capture/auto-recall: enabling those hooks will send user messages and assistant responses to a third‑party API (api-neutron.vanarchain.com). Recommendations: (1) Only enable VANAR_AUTO_CAPTURE/VANAR_AUTO_RECALL if you trust the provider and accept that conversation content will be transmitted and stored. (2) Store your API key with care — prefer a credentials file restricted to your user (chmod 600 ~/.config/neutron/credentials.json) or use a short‑lived key, and avoid committing keys to dotfiles in shared repos. (3) Verify the API endpoint and provider (openclaw.vanarchain.com / api-neutron.vanarchain.com) independently and review their privacy/retention policies. (4) If you enable hooks, test with non-sensitive data first. (5) Note the small documentation mismatch: SKILL.md says "No local files are read" but the scripts will read an optional credentials file if present; consider that when configuring. If you need higher assurance, run the scripts in an isolated environment and monitor outbound network calls before trusting them with sensitive data.
功能分析
Type: OpenClaw Skill Name: vanar-neutron-memory Version: 1.3.2 The OpenClaw AgentSkills skill bundle is classified as benign. All scripts (`hooks/*.sh`, `scripts/neutron-memory.sh`) consistently use `jq` to safely construct JSON payloads from user and agent inputs, effectively preventing shell injection vulnerabilities. The skill's functionality is clearly defined as saving and searching agent memory via a specific external API (`api-neutron.vanarchain.com`), and it explicitly states what data is sent and what is not. Auto-capture and auto-recall features are opt-in, and there is no evidence of unauthorized data exfiltration, persistence mechanisms, or other malicious behaviors.
能力评估
Purpose & Capability
Name and description (semantic persistent memory) align with the included scripts and hooks. The single required credential (API_KEY) and the API endpoints used (memory/save, memory/search) match the stated purpose.
Instruction Scope
Runtime instructions and scripts consistently send only user and assistant text to the Neutron API and only when you run a command or enable the opt‑in hooks. Minor inconsistencies: SKILL.md/SETUP.md state "No local files are read" while the scripts will read an optional credentials file (~/.config/neutron/credentials.json) if present; pre-hook comments mention stdin but the code reads OPENCLAW_USER_MESSAGE env var. These are implementation details rather than malicious behavior, but they should be noted.
Install Mechanism
Instruction-only skill with small readable bash scripts, no install spec, no downloaded archives or binaries. No hidden install steps detected.
Credentials
Only one credential (API_KEY) is required/declared and is used for Authorization to the Neutron API. The hooks consult only expected variables (OPENCLAW_USER_MESSAGE, OPENCLAW_AI_RESPONSE) and an optional credentials file; no unrelated secrets or services are requested.
Persistence & Privilege
The skill is not forced always-on. Auto-capture/auto-recall are opt-in via explicit environment variables. The skill does not modify other skills or system-wide configs beyond optionally reading/using a local credentials file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vanar-neutron-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vanar-neutron-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.2
Updated skill description, fixed opening paragraph
v1.3.1
Fix JSON injection vulnerability: use jq for safe JSON construction, validate numeric inputs, require jq
v1.3.0
Fix suspicious flag: auto-capture/recall OFF by default (opt-in only), removed background process, renamed API_KEY, enhanced security docs
v1.2.0
Simplified API
v1.1.1
Add openclaw.vanarchain.com link for API keys
v1.1.0
Add configurable auto-recall and auto-capture hooks
v1.0.6
Align JSON key with env var: your_agent_identifier
v1.0.5
Rename NEUTRON_EXTERNAL_USER_ID to YOUR_AGENT_IDENTIFIER
v1.0.4
Fix app_id -> agent_id in shell scripts
v1.0.3
Update external_user_id to your_agent_name_or_id
v1.0.2
Fix credentials example: app_id -> agent_id
v1.0.1
Renamed NEUTRON_APP_ID to NEUTRON_AGENT_ID
v1.0.0
Initial release of vanar-neutron-memory. - Store and retrieve agent memory using the Vanar Neutron API. - Supports saving information as seeds with semantic search capability. - Persist agent context between sessions. - Includes bash scripts for saving, searching, creating, listing, and retrieving agent contexts. - Dual storage: stores both structured agent context and complete conversation snapshots for flexible retrieval.
元数据
Slug vanar-neutron-memory
版本 1.3.2
许可证
累计安装 3
当前安装数 3
历史版本数 13
常见问题

Vanar Neutron Memory 是什么?

Save and recall agent memory with semantic search. Context that persists across every session. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2185 次。

如何安装 Vanar Neutron Memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vanar-neutron-memory」即可一键安装,无需额外配置。

Vanar Neutron Memory 是免费的吗?

是的,Vanar Neutron Memory 完全免费(开源免费),可自由下载、安装和使用。

Vanar Neutron Memory 支持哪些平台?

Vanar Neutron Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Vanar Neutron Memory?

由 Vanar Neutron(@naeemmaliki036)开发并维护,当前版本 v1.3.2。

💬 留言讨论