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 agentmods add skills/mingchen666/reviva/deep-researchnpx skills add mingchen666/Reviva --skill deep-researchgit clone --depth 1 https://github.com/mingchen666/RevivaWrote 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/mingchen666/reviva/deep-research)<a href="https://agentmods.dev/skills/mingchen666/reviva/deep-research"><img src="https://agentmods.dev/badge/skills/mingchen666/reviva/deep-research.svg" alt="Measured on agentmods" 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 | $0.00062 | $0.10198 |
| Opus 5 | $0.00031 | $0.05099 |
| Sonnet 5 | $0.00012 | $0.02040 |
| Haiku 4.5 | $0.00006 | $0.01020 |
Grade A, and why
deep-research 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 5d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
21 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitattributes 29 B
- .gitignore 95 B
- command/research.md 610 B
- command/update.md 961 B
- config.json 657 B
- LICENSE 1.0 KB
- profiles.json 273 B
- prompts/task1_outline.md 8.6 KB
- prompts/task2_data_collection.md 28 KB
- prompts/task3_chapter_agent.md 3.8 KB
- prompts/task4_assembly.md 8.0 KB
- README_EN.md 2.7 KB
- README.md 2.5 KB
- RULES.md 6.9 KB
- sources.json 7.5 KB
- tools/dr_check.py 21 KB runs code
- tools/dr_gen.py 38 KB runs code
- tools/dr_tools.py 17 KB runs code
- tools/lang_config.py 24 KB runs code
- TYPES.md 4.9 KB
- VERSION 6 B
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.
- 5d ago First seen · 499 lines · 62 tokens per session scan A c265eba41d30
deep-research is a skill published in the GitHub repository mingchen666/Reviva (219 stars, last pushed 8d ago), with no licence file. It adds 62 tokens to every session and 10,198 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-30.
Other skills, from other repositories
docx
Read, edit, or create Microsoft Word .docx files. Trigger this skill whenever the user mentions a Word document, .docx file, contract, report, brief, memo, or asks to extract text, modify an existing doc, generate one from a brief, or audit tracked changes. Three execution paths: text-and-structure extraction…
pdf-toolkit
Structured .pdf operations: extract text/tables, merge pages from multiple PDFs, split a PDF by page ranges, fill PDF form fields, and generate fresh PDFs from JSON. Trigger when the user wants programmatic PDF work without natural-language rewriting — examples: pull tables from a report, combine three PDFs, extract…
xlsx
Read, edit, or create Microsoft Excel .xlsx workbooks. Trigger this skill whenever the user mentions a spreadsheet, .xlsx file, workbook, sheet, formula, pivot table, or asks to extract tabular data, modify a sheet, or build a workbook from rows. Three execution paths: structured inspection, in-place cell edits, and…
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
meta-pdf-intelligence
Use this meta-skill instead of answering directly when the user needs PDF analysis, pasted PDF excerpt analysis, digesting, comparison, or question answering that benefits from multi-skill orchestration across PDF extraction, summarization, cross-document synthesis, traceable evidence indexing, and memory capture.
meta-diagram-triangulation
Scan a target codebase path, classify the most informative diagram kind, then render it as BOTH a PlantUML source file AND a draw.io XML in parallel, and compose them into a single architecture doc. Use when writing an RFC or onboarding doc and you want a text-friendly (PlantUML) and an editable (drawio) view of the…