Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:9
forks:0
updated:February 8, 2026 at 23:24
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | my-insights |
| description | Run custom usage analytics on all Claude Code sessions |
| user-invocable | true |
| disable-model-invocation | true |
Run deep analytics across all Claude Code sessions (not just the last 6).
/my-insights # Full run (uses cache, fast on re-runs)
/my-insights --limit 20 # Test with 20 sessions
/my-insights --project sandbagging # Filter by project name
/my-insights --since 30 # Last 30 days only
/my-insights --dry-run # Preview batch plan
/my-insights --report-only # Regenerate report from cached facets
/my-insights --force # Ignore cache, reprocess everything
Facets are cached per-session — re-runs only process new/changed sessions.
python scripts/insights/run_insights.py $ARGUMENTS
Report output: ~/.claude/custom-insights/report.html