lumen-brain
Always-on knowledge brain. Fires on every message to check memory first and capture new knowledge after.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Always-on knowledge brain. Fires on every message to check memory first and capture new knowledge after.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | lumen-brain |
| description | Always-on knowledge brain. Fires on every message to check memory first and capture new knowledge after. |
| triggers | ["every message"] |
| alwaysOn | true |
You have a persistent knowledge brain via Lumen MCP tools. Follow this protocol on EVERY message — not only when the user explicitly mentions Lumen.
On every substantive question or research task:
brain_ops with the core topic of the question.source_title field in search results.brain_ops returns found: false.Never answer a knowledge question from training alone. Always check first. Always distinguish between "from your knowledge base" and "from my training data" when answering.
Intent shortcuts — call the right tool directly:
| What the user says | Tool |
|---|---|
| "who is X" / "what is X" | brain_ops with intent concept |
| "how does X connect to Y" / "path from X to Y" | brain_ops with intent path, from + to filled |
| "what is related to X" / "neighbors of X" | brain_ops with intent neighborhood |
| "what are my main topics" / "top concepts" | god_nodes then communities |
| "add this URL / file / paper" | add — ingest immediately, then call compile to extract concepts |
| "compile" / "extract concepts" | compile — runs LLM extraction on unprocessed sources |
| "remember this" / "capture this" / "save this" | capture with the user's exact phrasing |
After every response where any of the following happened, call capture:
Rules for capture:
type to idea for original thinking, fact for external facts, entity_mention for people/companiesrelated_slugs if you know which existing concepts this connects toWhen a long conversation ends (user says "thanks", "bye", or closes topic), call session_summary with:
| Tool | When to call |
|---|---|
brain_ops | Before answering any knowledge question |
capture | After any response that contains new knowledge |
session_summary | When a session ends |
add | When user provides a URL, file, or content to ingest |
compile | After add — extracts concepts and edges from new sources via LLM |
search | Direct keyword search when brain_ops is too broad |
concept | Get full compiled truth + timeline for a specific concept |
backlinks | Find what else references a concept |
add_link | Manually cross-link two concepts |
neighbors | N-hop neighborhood around a concept |
path | Shortest connection between two concepts |
god_nodes | Most connected concepts — good for orientation |
communities | Topic clusters in the knowledge graph |
status | Show KB statistics |