Borrowing it
Nothing to install: this file belongs to radekamirko/C.R.I.S.P. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/radekamirko/C.R.I.S.P/main/.claude/skills/crisp-report/SKILL.mdgit clone --depth 1 https://github.com/radekamirko/C.R.I.S.PWrote 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/radekamirko/c.r.i.s.p/crisp-report)<a href="https://agentmods.dev/skills/radekamirko/c.r.i.s.p/crisp-report"><img src="https://agentmods.dev/badge/skills/radekamirko/c.r.i.s.p/crisp-report/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/radekamirko/c.r.i.s.p/crisp-report"><img src="https://agentmods.dev/badge/skills/radekamirko/c.r.i.s.p/crisp-report.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.00066 | $0.00747 |
| Opus 5 | $0.00033 | $0.00374 |
| Sonnet 5 | $0.00013 | $0.00149 |
| Haiku 4.5 | $0.00007 | $0.00075 |
Grade A, and why
crisp-report scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -o scripts/generate-report.py https://raw.githubusercontent.com/radekamirko/C.R.I.S.P/main/scripts/generate-report.py How it starts
The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CRISP Report Generator
Converts all markdown files in docs/ into a single self-contained HTML file — cards overview, click-through to full documents, beautiful dark theme, no dependencies.
How to run
Step 1: Check dependencies
pip3 install markdown pygments
If pip3 isn't available, try: python3 -m pip install markdown pygments
Step 2: Run the script
python3 scripts/generate-report.py [docs_dir] [output_file]
Defaults:
docs_dir→./docsoutput_file→./crisp-report.html
Examples:
# Default — reads ./docs, outputs ./crisp-report.html
python3 scripts/generate-report.py
# Custom paths
python3 scripts/generate-report.py ./docs ./reports/sprint-3-report.html
Step 3: Open
open crisp-report.html
Or share the file directly — it's fully self-contained. No server needed.
What it produces
- Overview page — card grid, one card per document, grouped by section (Discovery / Spec / Archaeology / Execute)
- Document pages — click any card → full rendered document with proper typography, code highlighting, tables
- Escape / Back → returns to overview
- Direct URL linking via
#doc-idhash — shareable links to specific docs
When to run
- End of CRISP Phase S — before handing off to Execute. Share with stakeholders for review.
- End of each sprint — updated report alongside the sprint delta doc. The stakeholder report section is already in the HTML.
- After CRISP Archaeology — share the recovered docs with the client or team.
- Any time — "generate report" at any point in a CRISP session.
Script location
scripts/generate-report.py in the project root (copied from the CRISP repo).
If the script doesn't exist in the project yet, instruct the user to copy it from the CRISP repo:
curl -o scripts/generate-report.py https://raw.githubusercontent.com/radekamirko/C.R.I.S.P/main/scripts/generate-report.py
Or copy it manually from C.R.I.S.P/scripts/generate-report.py.
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 · 102 lines · 66 tokens per session scan A 339cbe854b59
crisp-report is a skill published in the GitHub repository radekamirko/C.R.I.S.P (52 stars, last pushed 3mo ago), licensed MIT. It adds 66 tokens to every session and 747 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
report
Generate self-contained HTML reports instead of long terminal output. For task completions, research, audits, comparisons, and blockers.
kb-ingest
Use when a new source document has been added to a KB's raw/ folder and needs to be filed into the wiki — read the source, write its summary page, create or update concept and entity pages, update the index and log, and lint.
chatdoc-studio-api
ChatDOC Studio API usage guide - complete documentation and examples for PDF parsing, chat applications, agent applications, content retrieval, and data extraction APIs.
ChatDOC Studio--KnowledgeMate
Create and operate ChatDOC Studio knowledge bases through pdrouter using a Bearer API key and JavaScript helpers. Use when Codex needs to upload one or more PDF/DOC/DOCX files, skip failed files without aborting the whole job, create a knowledge base from successful uploads, or call the ChatDOC Studio knowledge-base…
PDFlux-PDF2Markdown
Convert unstructured documents into LLM-ready structured data. Supports PDF, Word, PPT, and images; extracts paragraphs, formulas, tables, charts, and other elements in one step; generates up to 8 levels of headings; and outputs Markdown organized in reading order. Useful for field extraction, comparison and…
Calliper-Compare2Markdown
Compare two local documents and convert differences into LLM-ready Markdown in one synchronous call. Supports PDF, Word, PPT, and image documents accepted by Calliper, and returns a structured markdown diff table suitable for change review, clause comparison, downstream extraction, and rule-based validation.