daily

Generates formatted daily summaries of Claude Code sessions by date and topic.

4|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/mhdsilva/claude-daily --skill daily-mhdsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily
Source: https://github.com/mhdsilva/claude-daily/tree/main
Command: npx skills add https://github.com/mhdsilva/claude-daily --skill daily-mhdsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates daily summaries of Claude Code sessions, consolidating time, cost, and topics into a single, readable report for quick review and billing.

Core Features & Use Cases

  • Automated daily summaries: reads locally stored Claude Code data and compiles a formatted report.
  • Date-aware reporting: supports today's date or a specific date (YYYY-MM-DD) for historical reviews.
  • Cost and time tracking: calculates duration and estimated cost per day, grouped by topic for clarity.

Quick Start

Run claude-daily to generate today’s summary or specify a date with claude-daily 2026-03-15.

Frequently Asked Questions about daily

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a daily summary of my Claude Code sessions?

Generate daily Claude Code session summaries by running the cli-tool, which reads local session data, filters by date, calculates cost and duration, and groups sessions by topic into a readable formatted report.

Can I retrieve historical session summaries for a specific past date?

Yes, historical session summaries are retrieved by specifying a date in YYYY-MM-DD format as a command argument, allowing the tool to filter and compile local Claude Code data for that specific day.

Does Claude Code track session cost and time automatically?

Claude Code stores session data locally, and this tool automates the time and cost tracking by reading that data, computing estimated costs per day, and grouping duration metrics by topic for quick review.

What is the best way to consolidate multiple Claude Code sessions into a single billing report?

Consolidate multiple Claude Code sessions into a billing report by using an automated daily summary tool that computes time, estimates costs, and groups topics across all sessions for the specified date.

Do I need any external dependencies to track my Claude Code session costs?

No external dependencies are required; the tool operates independently by reading locally stored Claude Code data to compute session duration, estimate costs, and output a formatted daily report.