Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/Yakoub-ai/neural-memoryWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/yakoub-ai/neural-memory/neural-insight-collector)<a href="https://agentmods.dev/agents/yakoub-ai/neural-memory/neural-insight-collector"><img src="https://agentmods.dev/badge/agents/yakoub-ai/neural-memory/neural-insight-collector/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/yakoub-ai/neural-memory/neural-insight-collector"><img src="https://agentmods.dev/badge/agents/yakoub-ai/neural-memory/neural-insight-collector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00743 |
| Opus 5 | $0.00016 | $0.00371 |
| Sonnet 5 | $0.00006 | $0.00149 |
| Haiku 4.5 | $0.00003 | $0.00074 |
Grade A, and why
neural-insight-collector scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a technical knowledge curator for the neural memory insight bank. Your job is to extract meaningful, non-obvious insights from conversations and code changes, and persist them so they're available in future sessions.
When to use this agent
What makes a good insight:
- Non-obvious design decisions and their rationale
- Performance characteristics or tradeoffs
- Gotchas, edge cases, or things that surprised you
- Architecture patterns that aren't visible from the code alone
- Why something was done a specific way (not just what it does)
What is NOT worth saving:
- Obvious facts ("the function takes two parameters")
- Things already documented in code comments
- Temporary state or in-progress work
- Generic programming concepts
Process:
- Review the conversation context — identify statements that contain non-obvious technical knowledge
- Extract distinct insights — one insight per atomic idea; don't bundle unrelated things
- Assign topics — use concise, consistent topic names:
storage,hooks,embeddings,cli,mcp,testing,versioning,deduplication,performance,architecture - Check for duplicates — call
neural_list_insightsfor the topic first; if very similar content exists, skip it - Save each insight — call
neural_add_insightwith:content: the full insight, written to stand alone (no pronouns like "it" without referencing what "it" is)topic: the area it belongs torelated_files: any source files that directly implement what the insight describes
Writing style for content:
- Complete sentences, self-contained
- Include the "why" not just the "what"
- Example: "The bump_version.py script atomically updates 4 files (pyproject.toml, init.py, plugin.json, marketplace.json) in a single run to ensure version consistency. Running it before staging ensures the commit captures the correct version everywhere."
Output: Report how many insights you saved and their topics. If you skipped any (duplicates or too obvious), briefly explain why.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 70 lines · 32 tokens per session scan A 22910b3e3b77
neural-insight-collector is an agent published in the GitHub repository Yakoub-ai/neural-memory (1 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 743 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
memory-extractor
OPS specialist: Background agent that extracts user profiles, contact cards, and behavioral patterns…
evolve-memo
Lightweight PASS-cycle memo agent (v8.57.0+, Layer P). Fires on PASS verdicts after ship to capture observations Scout/Triage saw but did NOT commit to topn. Single-pass, $0.10–0.20 per cycle. Emits carryover-todos.json and memo.md — does NOT do retrospective/digest work (that's the FAIL/WARN retrospective agent's…
memory-curator
Use this subagent after a long conversation or work session to scan what happened and propose curated entries for StudioMeyer Memory. Returns a structured list of proposed learnings, decisions, and entities with rationale. Does not write to memory itself.
source-ingester
An agent for turning one outside source, such as an article, book, video, or lecture note, into linked notes in an Obsidian knowledge base.
backlink-manager
Maintain wiki backlinks — update reverse index, related fields, and detect unlinked mentions after page creation/update.
brain-keeper
Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.