@maiife-ai-pub/weekly-ai-report
v0.2.2
Published
Your AI Week in Review — Spotify Wrapped for your AI usage, weekly
Maintainers
Readme
@maiife-ai-pub/weekly-ai-report
Your AI week in review — Spotify Wrapped for your AI usage, delivered weekly.
Part of the Maiife AI Governance Toolkit.
Install
npm install -g @maiife-ai-pub/weekly-ai-report
# or run without installing
npx @maiife-ai-pub/weekly-ai-report generateCLI
# Generate this week's report
maiife-weekly-ai-report generate
# Generate for a specific period
maiife-weekly-ai-report generate --period 2026-W14
# Output as JSON
maiife-weekly-ai-report generate --format jsonProgrammatic API
import { collectWeeklyData, generateWeeklyReport } from "@maiife-ai-pub/weekly-ai-report";
import { collectFromJSON, collectFromCSV } from "@maiife-ai-pub/weekly-ai-report";
// Collect from ai-journal export
const report = collectFromJSON("~/.maiife/journal.json", "2026-W14");
// Or from a CSV export
const report2 = collectFromCSV("./usage-export.csv");
console.log(`Top tool: ${report.topTool}`);
console.log(`Top task: ${report.topTask}`);
console.log(`Total time: ${report.totalMinutes} min`);What's in a report
- Top AI tool of the week
- Most common task type
- Total time spent with AI
- Longest single session
- Weekly trend vs prior week
- Personalized insight
License
Apache 2.0 — Built by Maiife
