A persistent memory layer for AI agents that enables semantic search and long-term context retention across multiple sessions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vanar-neutron-memory
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vanar-neutron-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Neutron Memory serves as a sophisticated long-term storage and retrieval system for AI agents, allowing them to maintain continuity beyond a single conversation. By integrating this into your Openclaw Skills workflow, your agent can save critical preferences, technical decisions, and user interactions into a vector-based memory bank.
Unlike traditional keyword search, Neutron Memory utilizes semantic understanding to find relevant context by meaning. This ensures that the most pertinent information is always available to the agent, enabling a personalized and highly efficient user experience that evolves as the agent learns more about your projects and workflows.
To get started with this memory layer for Openclaw Skills, follow these steps:
export API_KEY=nk_your_key
./scripts/neutron-memory.sh test
The skill organizes data semantically, focusing on content and intent. Below is the primary structure used for memory management:
| Property | Description | Example |
|---|---|---|
| Content | The actual text or conversation turn to be remembered | "User prefers React over Vue" |
| Title | A categorization label for the memory | "Preferences" |
| Threshold | The similarity score (0-1) for semantic matching | 0.5 |
| Limit | The maximum number of memories to recall | 10 |
Loading
A persistent memory solution for AI agents that leverages semantic search and structured context storage to maintain state across sessions.

A self-hosted SMS gateway solution that turns an Android device into a private HTTP API for sending and receiving messages.

A Python-powered automation tool for uploading videos, managing custom thumbnails, and handling OAuth2 authentication for YouTube channels.

A terminal-centric skill for managing Spotify playback and track searching through high-performance CLI tools.

A lightweight Node.js server that enables AI agents to share media files over a local network when standard communication channels lack inline support.

VibeTrader is an AI-driven trading platform that enables users to build, backtest, and deploy automated trading bots for stocks and crypto using natural language.








































