NekoCore-OS memory-tools
Advanced memory management tools. Create, search, and organize entity memories with fine-grained control.
install
source · Clone the upstream repo
git clone https://github.com/voardwalker-code/NekoCore-OS
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/voardwalker-code/NekoCore-OS "$T" && mkdir -p ~/.claude/skills && cp -r "$T/project/MA/MA-skills/memory-tools" ~/.claude/skills/voardwalker-code-nekocore-os-memory-tools && rm -rf "$T"
manifest:
project/MA/MA-skills/memory-tools/SKILL.mdsource content
Memory Tools
Advanced memory management skill that provides fine-grained control over the entity's memory system.
Available Tools
Search Memories
Search across all stored memories (episodic, semantic, core, chatlogs) by keyword or topic. Returns scored results and related compressed chatlog context.
[TOOL:mem_search query="your search terms here"]
Example:
[TOOL:mem_search query="conversation about neural visualization"]
Create Core Memory
Create an important memory that persists with high importance.
[TOOL:mem_create semantic="The fact or experience to remember" importance="0.9" emotion="joy" topics="topic1, topic2"]
(required): The content of the memorysemantic
: 0.0–1.0, default 0.8importance
: Primary emotion label (e.g. joy, curiosity, frustration)emotion
: Comma-separated topic keywordstopics
Working Notes
Use workspace tools (
ws_write, ws_read) to keep working notes in the skill workspace for multi-step research or projects.
Behavior Guidelines
- Use
to find past conversations and memories relevant to the current topicmem_search - Use
for facts the entity should never forgetmem_create - Working notes in the workspace are useful for multi-step research or projects
- Chatlog results from
are compressed — reconstruct the narrative before referencing themmem_search