Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/FakeHank/ai-report-to-meWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/fakehank/ai-report-to-me/dayreport)<a href="https://agentmods.dev/commands/fakehank/ai-report-to-me/dayreport"><img src="https://agentmods.dev/badge/commands/fakehank/ai-report-to-me/dayreport/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/fakehank/ai-report-to-me/dayreport"><img src="https://agentmods.dev/badge/commands/fakehank/ai-report-to-me/dayreport.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00505 |
| Opus 5 | $0.00000 | $0.00253 |
| Sonnet 5 | $0.00000 | $0.00101 |
| Haiku 4.5 | $0.00000 | $0.00051 |
Grade A, and why
dayreport scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate a daily report from my coding session data.
Non-negotiable delivery rule
- A /dayreport run is only considered complete after
aireport save-daily --date {SAVE_DATE} --content -succeeds. save-dailyis the webhook trigger point. If you skip it, Slack/Feishu/other webhook messages will NOT be sent.- Never write
~/.ai-report/reports/{SAVE_DATE}.mddirectly.
Steps
- Run the following command to get the aggregated data and prompt:
aireport daily --prompt-only
-
Read the output carefully. It contains:
- A system prompt with instructions on how to generate the report
- Aggregated session data in JSON format
- At the end, metadata lines starting with
SAVE_DATE=andSESSION_IDS=
-
Follow the system prompt instructions to generate a complete daily report in Markdown.
-
After generating the report, save it by piping the content through
save-daily:- Extract the
SAVE_DATEvalue (e.g.2026-02-28) - Write the generated Markdown to a temp file, then run:
- Extract the
aireport save-daily --date {SAVE_DATE} --content -
Pass the full report markdown via stdin (pipe or heredoc). This command saves the report and pushes to any configured webhooks (Slack, Discord, Feishu, etc.).
MANDATORY: /dayreport must call save-daily. Do NOT write directly to ~/.ai-report/reports/.
-
Verify send status from command output:
- Success signal includes lines like
[feishu] Report pushed successfully/[slack] Report pushed successfully - If webhook push fails, report the failure clearly and keep the run marked as failed-to-deliver
- Success signal includes lines like
-
If there are multiple days to generate (the command may output multiple prompts), process them in order. For each subsequent day, include the previous day's key decisions as context.
-
After saving, tell me the file path and a brief summary of what the report covers.
Notes
- If the command says "All reports are up to date", just tell me that — no report needed.
- If the command says "No sessions found", tell me there's no data to report on.
- The report language follows the
output_langsetting in~/.ai-report/config.json.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 49 lines · 0 tokens per session scan A 241aef3ef9f2
dayreport is a command published in the GitHub repository FakeHank/ai-report-to-me (9 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 505 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
atomic-plan
Write a design doc (concepts, business rules, approaches) and a checkpoint-table spec (contract) for non-trivial work; inline spec only for trivial. Gauges triviality; loops spec authoring with subagents. Human-facing artifact, Mermaid diagrams allowed.
follow-up
Review and act on pending reminders. Bare invocation shows all reminders as an indexed list; cron-fired invocation (/follow-up due ) surfaces the specific reminder and waits for a response; /follow-up review lists stale project follow-up entries for per-item disposition (extend/close/promote/skip). Transport-aware…
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
session-report
Capture what changed this session and why, scoped to the current branch. Read by ship verbs when synthesizing the commit message; deleted after a successful commit.
commit
Stage, commit, and optionally ship further. Pass an escalation token (push, pr, merge, squash, squash merge) to skip the prompt. With no token, commits then asks how far to ship. Delegates message format to the atomic-git-discipline skill.
create-pr
Create a pull request with proper template discovery and population.