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.
npx skills add lacvietanh/akidevrule --skill akihtmlreportgit clone --depth 1 https://github.com/lacvietanh/akidevruleWrote 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/skills/lacvietanh/akidevrule/akihtmlreport)<a href="https://agentmods.dev/skills/lacvietanh/akidevrule/akihtmlreport"><img src="https://agentmods.dev/badge/skills/lacvietanh/akidevrule/akihtmlreport/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/skills/lacvietanh/akidevrule/akihtmlreport"><img src="https://agentmods.dev/badge/skills/lacvietanh/akidevrule/akihtmlreport.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.00070 | $0.02115 |
| Opus 5 | $0.00035 | $0.01058 |
| Sonnet 5 | $0.00014 | $0.00423 |
| Haiku 4.5 | $0.00007 | $0.00212 |
Grade A, and why
akihtmlreport 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 — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
akihtmlreport — single-file visual report extraction
Invoke with /akihtmlreport, or when the user asks in their own words to extract the discussion into a visual file ("trích xuất ra html", "xuất báo cáo trực quan", "làm file report", "export this to html"). Its purpose is single and narrow: turn a complex analysis or report that already exists in this conversation into one self-contained HTML file for dense, at-a-glance reading — nothing else, no new analysis. Not a replacement for chat responses, and not something to reach for by default.
When this skill actually applies
This is for content that has already gotten too dense to stay legible as chat text: a multi-part investigation report, a root-cause writeup with several code/log excerpts, a checklist spanning many items each with its own status, a comparison across several options, a Mac/manual test plan with many steps and expected results. The content must already exist in the conversation — this skill distills and formats, it does not originate new analysis.
Do not use this skill for:
- a short answer, a single fix explanation, or anything that already reads fine as chat text
- routine status updates or one-off command output
- anything the user hasn't actually asked to have extracted — only trigger on an explicit request, never proactively just because a response got long
If invoked on content that turns out not to be dense/complex enough to justify a visual file, say so and ask whether the user still wants one, instead of silently producing a thin HTML wrapper around a two-line answer.
Target file — default path and the single-file rule
- Default output: project root, filename
REPORT.html(uppercase, no variant names, no topic/version suffix). - Exactly one
REPORT.htmlexists per project at a time. This is deliberate: the point is to keep attention on ONE complex task at a time, not to accumulate a pile of past reports. Never createREPORT-2.html,REPORT-v2.html,REPORT-<topic>.html, and never move a prior one aside automatically to make room for a new one. - Before writing, handle any existing
REPORT.htmlcheaply — neverReadit. A finishedREPORT.htmlis large, dense HTML; reading it back burns tokens for nothing, since this skill always regenerates the file wholesale and never edits it in place. Inspect only its metadata with a shell one-liner (ls -la REPORT.html, orfind REPORT.html -mmin +720— 720 min = 12 h):- Does not exist → write directly.
- Exists but stale (last modified more than ~12 h ago) → a leftover from an unrelated past task. Delete it (
rm REPORT.html) and write fresh — no read, no prompt. Deleting first also clears the read-before-write step, since the file no longer pre-exists. State in one line which stale file you removed. - Exists and recent (≤ ~12 h) → probably tied to the current or a closely related task. Still do not read it; stop and ask the user (overwrite, or skip). On overwrite,
rmit first, then write. Never auto-rename to dodge the collision — that defeats the single-file rule.
- If the user explicitly names a different path or filename in their request, honor that instead — the default only applies when they haven't specified one.
- Git-ignore it.
REPORT.htmlis a disposable visual export, not a doc source of truth (that'sdocs/arch/docs/plan) — it gets fully overwritten every time this skill runs, so tracking it in git only produces noise diffs unrelated to real code changes. If the target project is a git repo and its.gitignoredoesn't already excludeREPORT.html, add an entry for it (with a one-line comment explaining why) the first time this skill writes the file there.
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 · 60 lines · 70 tokens per session scan A 4bc7874df4b3
akihtmlreport is a skill published in the GitHub repository lacvietanh/akidevrule (9 stars, last pushed 4d ago), licensed MIT. It adds 70 tokens to every session and 2,115 once invoked, about $0.0003 per session on Opus 5. 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 skills, from other repositories
document-converter
Convert documents bidirectionally via the pi-doc-engine facade: ingest PDF/DOCX/PPTX/XLSX to provenance-stamped Markdown (with OCR), and produce templated DOCX/PDF from Markdown with diagrams, TOC and round-trip merge. Use on "convert this PDF to markdown", "ingest these docs into kb", "make a DOCX from markdown with…
starfleet-tasks
Task capture, task lifecycle, dashboard topics, and reports via starfleetctl. Load when capturing, working on, or reporting a task, and for all dashboard access.
starfleet-timer
Set timers instead of blocking a session with sleep/watch-loops (e.g. waiting for a GitHub Actions run): the timer fires a comms directive into the fleet at the scheduled time, and the poller injects it into the owning ship's next turn — no background process, no blocking, survives a session restart.
starfleet
Fleet coordination core — comms, board status, concurrency/isolation, and pointers to the themed starfleet- skills. Load when handling inter-ship messages, checking the board, or unsure which starfleet skill applies.
starfleet-github
GitHub PR/CI/backport interaction via starfleetctl (read-only + mutating commands, PR claims, backports). Load when checking PR status/CI, claiming a PR branch, submitting or repairing a PR, or backporting.
starfleet-sessions
Ship session and workspace management — spawning ships, session attach/stop, git worktrees, web console, deployment. Load when launching/administering ships or managing the fleet web console.