← Back to Skills Marketplace
Vanar Neutron Memory
by
Vanar Neutron
· GitHub ↗
· v1.3.2
2185
Downloads
1
Stars
3
Active Installs
13
Versions
Install in OpenClaw
/install vanar-neutron-memory
Description
Save and recall agent memory with semantic search. Context that persists across every session.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vanar-neutron-memory - After installation, invoke the skill by name or use
/vanar-neutron-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Vanar Neutron Memory?
Save and recall agent memory with semantic search. Context that persists across every session. It is an AI Agent Skill for Claude Code / OpenClaw, with 2185 downloads so far.
How do I install Vanar Neutron Memory?
Run "/install vanar-neutron-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vanar Neutron Memory free?
Yes, Vanar Neutron Memory is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Vanar Neutron Memory support?
Vanar Neutron Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vanar Neutron Memory?
It is built and maintained by Vanar Neutron (@naeemmaliki036); the current version is v1.3.2.
More Skills