Help us improve
Share bugs, ideas, or general feedback.
From cortex
Launches an interactive browser-based neural graph visualization of methodology profiles, memories, and knowledge graph connections. Use for visual overview of the memory system or cognitive profile.
npx claudepluginhub cdeust/cortex --plugin cortexHow this skill is triggered — by the user, by Claude, or both
Slash command
/cortex:cortex-visualizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
visualize, graph, neural graph, memory map, show memories, visual overview, entity graph, methodology graph, show profile, interactive
Manages Maenifold knowledge graphs via CLI: write/read/search/edit memories, build context, run workflows, visualize graphs, track assumptions.
Traverses the knowledge graph to trace entity relationships, causal chains, co-access paths, and memory clusters. Use when exploring connections between concepts or drilling into related memories.
Manages persistent knowledge tree with namespaces for proactive recall, search, and organization across conversations. Activates on memory requests or technical topics.
Share bugs, ideas, or general feedback.
visualize, graph, neural graph, memory map, show memories, visual overview, entity graph, methodology graph, show profile, interactive
Launch the interactive browser-based unified neural graph combining methodology profiles, memories, and knowledge graph connections. Features 2D force-directed layout with domain separation, emotional tagging, quality scoring, and global memory visualization.
Use this skill when: The user wants a visual overview, is exploring the knowledge graph, or needs to present/screenshot Cortex's state.
cortex:open_visualization({})
Or filter to a specific domain:
cortex:open_visualization({
"domain": "cortex"
})
Opens in the browser at http://127.0.0.1:3458. Features:
For custom visualization or analysis:
cortex:get_methodology_graph({
"domain": "<optional filter>"
})
Returns raw graph data (nodes + edges) that can be processed or exported.
http://127.0.0.1:3458 stays consistent across launches