Skills neural-note-taker
Advanced associative memory helper for building relationships between facts and entities. Use when processing dense information to ensure context is preserved across long sessions.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/neural-note-taker" ~/.claude/skills/clawdbot-skills-neural-note-taker && rm -rf "$T"
manifest:
skills/balkanblbn/neural-note-taker/SKILL.mdsource content
Neural Note Taker
Connect the dots in your memory. This skill implements a concept-linkage protocol.
Core Process
- Entity Identification: Extract names, tools, dates, and projects from current chat.
- Relationship Mapping: Use
notation.[[Target]] -> [[Related]] - Context Weighting: Assign priority based on recurrence.
Commands
: Force a connection in long-term memory.memo_link [topicA] [topicB]
: Surface all associated nodes.memo_query [topic]
Installation
clawhub install neural-note-taker