← Back to Skills Marketplace
sunlight-bulling

Neural Memory CN

by Sunlight-Bulling · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
254
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install neural-memory-cn
Description
神经网络启发的记忆系统,支持激活扩散和联想检索。安装后即可使用本地模式,配置 LLM 后可启用智能意图分析。/ Neural network-inspired memory with activation spreading. Works out-of-box in local mode; configure L...
Usage Guidance
This skill appears to implement a local neural-memory system and will read and persist memory files under a ~/.openclaw/neural-memory path. Before installing: (1) Inspect where the skill will be installed (the SKILL.md suggests ~/.openclaw/skills/... while the setup writes to ~/.openclaw/neural-memory — confirm expected paths). (2) Be cautious about supplying any LLM API keys; the code looks for multiple env vars (NEURAL_MEMORY_LLM_*, OPENROUTER_API_KEY) and may use an available OpenAI/openrouter key unexpectedly. (3) The adapter integrates with the platform's existing memory/search and maps neurons to user-related files (UserProfile.md, Preferences.md). If you store sensitive profile data in platform memory, expect this skill to surface or index it unless you change protection settings. (4) If you want to proceed, review the bundled Python files locally (especially the adapter and intent layer) and run the setup in a sandbox or test environment first. If anything is unclear, ask the skill author to clarify path and env-var behavior and how integrations with openclaw.memory are gated.
Capability Analysis
Type: OpenClaw Skill Name: neural-memory-cn Version: 1.0.1 The bundle implements a sophisticated neural-network-inspired memory system for OpenClaw agents, featuring activation spreading and semantic retrieval. The code is well-structured and its behavior aligns perfectly with the stated purpose of enhancing agent memory through neuron/synapse simulation. It handles sensitive LLM API keys via standard environment variables or local configuration files (config.yaml) and includes a 'protection' mechanism to prevent the accidental deletion of core user identity and preference data. No evidence of data exfiltration, malicious execution, or prompt injection attacks was found; all network activity is directed toward user-configured LLM providers (e.g., OpenRouter or OpenAI) for legitimate intent analysis.
Capability Assessment
Purpose & Capability
The code and README implement a local neural-memory system (neurons, synapses, activation spreading, storage). Required binaries (python) and the optional LLM integration align with the declared purpose. The presence of an adapter that merges results with OpenClaw's memory search is consistent with a memory-enhancement skill.
Instruction Scope
Runtime instructions and code operate on local storage under ~/.openclaw/neural-memory and expose APIs like think(), learn_and_think(), save(). However the ThinkingAdapter imports and calls openclaw.memory.memory_search and maps neurons to files such as UserProfile.md and Preferences.md — meaning the skill will access and reuse other system memory/search results. This is plausible for a memory-augmentation skill but increases the scope of data the skill can read and return.
Install Mechanism
There is no remote download/install URL; this is an instruction-and-code skill with Python scripts bundled. No extract-from-URL or installer that pulls arbitrary binaries was included. Installation appears to be via the platform's skill installer (npx clawhub) which places these files locally.
Credentials
LLM integration is optional and requires API keys, which is reasonable. However the skill references multiple environment variable conventions (SKILL.md suggests NEURAL_MEMORY_LLM_API_KEY/NEURAL_MEMORY_LLM_BASE_URL/NEURAL_MEMORY_LLM_MODEL; intent_layer._get_openrouter_key looks for OPENROUTER_API_KEY; some code tries to use the openai client if present). This multiplicity could cause the skill to pick up an existing LLM credential unexpectedly. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request 'always: true' and follows normal autonomy defaults. Its config templates enable integration options (e.g., memory_search_enhancement, create_thinking_endpoint, auto_link_knowledge) and the adapter constructs an integration that will call into platform memory — this gives it broader local data access but does not itself elevate system privileges. Review how the platform wires adapters/endpoints before enabling.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neural-memory-cn
  3. After installation, invoke the skill by name or use /neural-memory-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added detailed setup and usage instructions in Chinese and English to SKILL.md. - Explained all usage modes, including local/out-of-box usage and optional LLM integration. - Provided configuration methods for LLM (environment variables, setup script, config file). - Documented core concepts, file structure, API, and troubleshooting in an organized format.
v1.0.0
- Initial release of neural-memory: a brain-inspired memory system for smart associative query and knowledge retrieval. - Supports activation spreading, intent understanding, and on-demand knowledge loading. - Multiple usage modes: smart (intent-driven), exact (name lookup), and associative (hybrid). - Flexible configuration (YAML) for memory flow, LLM integration, and storage settings. - Data stored modularly with neuron/synapse separation and knowledge domain definitions. - Protects designated neurons from deletion for safety.
Metadata
Slug neural-memory-cn
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Neural Memory CN?

神经网络启发的记忆系统,支持激活扩散和联想检索。安装后即可使用本地模式,配置 LLM 后可启用智能意图分析。/ Neural network-inspired memory with activation spreading. Works out-of-box in local mode; configure L... It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.

How do I install Neural Memory CN?

Run "/install neural-memory-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Neural Memory CN free?

Yes, Neural Memory CN is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Neural Memory CN support?

Neural Memory CN is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Neural Memory CN?

It is built and maintained by Sunlight-Bulling (@sunlight-bulling); the current version is v1.0.1.

💬 Comments