Advanced associative memory helper for building relationships between facts and entities. Use when processing dense information to ensure context is preserved across long sessions.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill neural-note-taker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Neural Note Taker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-neural-note-taker)More formats (shields.io, HTML) on the badges page.
---
name: neural-note-taker
description: "Advanced associative memory helper for building relationships between facts and entities. Use when processing dense information to ensure context is preserved across long sessions."
---
# 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
```bash
clawhub install neural-note-taker
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!