From memora
Export and view the Memora knowledge graph. Use when the user wants to visualize memory connections, export the graph, or open the graph UI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memora:graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export or view the Memora knowledge graph visualization.
Export or view the Memora knowledge graph visualization.
Check if the graph server is running (default port 8765):
MEMORA_GRAPH_PORT is configured, mention: "Graph UI available at http://localhost:/graph"Export options — ask the user or infer from context:
http://localhost:8765/graphmemory_export_graphmemory_clustersFor export:
memory_export_graph(output_path="~/memories_graph.html", min_score=0.25)
For cluster analysis:
memory_clusters(min_cluster_size=2, min_score=0.3, algorithm="louvain")
Present clusters with their common themes and member counts.
Report results: node count, edge count, cluster count, and how to access.
| Argument | Action |
|---|---|
| (none) | Show graph access info + offer export |
export | Export to static HTML |
clusters | Run cluster detection |
stats | Show graph statistics |
npx claudepluginhub p/zpankz-memora-claude-pluginCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.