From memora
Get analytics and insights from Memora. Shows activity summaries, open items, stale memories, and pattern analysis. Use when the user wants a memory health check or overview.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memora:insightsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze stored memories and surface actionable insights.
Analyze stored memories and surface actionable insights.
Run insights analysis:
memory_insights(period="7d", include_llm_analysis=false)
Use include_llm_analysis=true only if the user explicitly requests AI-powered pattern detection (requires OpenAI API key).
Get statistics:
memory_stats()
Present a dashboard:
Offer actions:
| Argument | Action |
|---|---|
| (none) | 7-day summary without LLM |
deep | Full analysis with LLM patterns |
30d / 1m | 30-day analysis period |
todos | Focus on open TODOs |
issues | Focus on open issues |
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.