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.md
source content

Neural Note Taker

Connect the dots in your memory. This skill implements a concept-linkage protocol.

Core Process

  1. Entity Identification: Extract names, tools, dates, and projects from current chat.
  2. Relationship Mapping: Use
    [[Target]] -> [[Related]]
    notation.
  3. Context Weighting: Assign priority based on recurrence.

Commands

  • memo_link [topicA] [topicB]
    : Force a connection in long-term memory.
  • memo_query [topic]
    : Surface all associated nodes.

Installation

clawhub install neural-note-taker