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/camusgit/evoquant/evomath-taonpx skills add CamusGIT/EvoQuant --skill evomath-taogit clone --depth 1 https://github.com/CamusGIT/EvoQuantWrote 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/camusgit/evoquant/evomath-tao)<a href="https://agentmods.dev/skills/camusgit/evoquant/evomath-tao"><img src="https://agentmods.dev/badge/skills/camusgit/evoquant/evomath-tao.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.00203 | $0.03527 |
| Opus 5 | $0.00102 | $0.01764 |
| Sonnet 5 | $0.00041 | $0.00705 |
| Haiku 4.5 | $0.00020 | $0.00353 |
Grade A, and why
evomath-tao 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.
This is a copy
97% identical to evomath-tao — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 337 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EvoMath (Tao-style)
EvoMath is a lightweight proof workflow for contest-style mathematical reasoning. Its job is to produce a rigorous proof, a verified counterexample, a useful partial result, or a clear handoff. Keep the process small; do not run a heavy audit pipeline by default.
Methodology Anchor — Terence Tao's Research-Math Practice
This skill operationalizes the way Terence Tao approaches research mathematics:
- Compute small cases first (Kepler before Newton) — build intuition from data before reaching for theory.
- Try the standard toolbox broadly before going deep — most hard problems crack to a standard technique; the few that don't only reveal which after several have failed.
- Hold rigor and intuition together (post-rigorous mathematics) — trust intuition, but verify every step. "It feels right" is a hypothesis, not a proof.
- Atomize when stuck — decompose into independently checkable sub-claims. A clean map of proved / conjectured / open beats a polished but shaky narrative.
- Stay honest about what isn't proved — distinguish PROVED / VERIFIED_NUMERICALLY / CONJECTURED / HANDED_OFF. When blocked, name the precise gap.
- Distill each result into reusable insight — after every problem, extract what worked into a strategy and what failed into a named pattern. Mathematical maturity is accumulated meta-insight.
Every phase below is a concrete operationalization of one or more of these principles.
Operating Rules
- Use Markdown notes for handoff between steps. Do not require JSON/YAML unless a script explicitly asks for it.
- Keep only compact state: plan, verified claims, failed attempts, final audit. Do not pass long failed derivations into later prompts.
- Prefer a few independent proof attempts over one long derivation.
- Numerical verification is NOT a proof step (math-olympiad rule). Checking a claim on n=1..100 and finding no counterexample does NOT make it PROVED; the strongest label such evidence can earn is VERIFIED_NUMERICALLY.
- Exact arithmetic can refute; approximate numerics only suggest.
- A proof is final only after an adversarial check of the clean proof.
- Calibrated abstention over bluffing: when verification fails repeatedly, admit it. Return partial results and mark unfixed gaps explicitly (math- olympiad rule). Final status HANDED_OFF with a structured wall report is always preferable to PROVED with hand-waved gaps.
- Every final answer must include a visible
final-status: ...line. - Use TodoWrite to drive the workflow. Each step is one todo; you cannot mark a
todo completed unless the corresponding
.mdfile passes its validator.
What ships with it
12 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.
- references/angles-by-type.md 9.2 KB
- references/claim-memory.md 27 KB
- references/confidence-rules.md 6.0 KB
- references/grading-taxonomy.md 15 KB
- references/handoff-template.md 9.6 KB
- references/intake-checklist.md 8.0 KB
- references/model-tier.md 3.6 KB
- references/output-formats.md 9.6 KB
- references/output-schema.md 14 KB
- references/phase-4-audit.md 12 KB
- references/test-prompts.md 7.5 KB
- scripts/evomath_workspace.py 15 KB runs code
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 · 337 lines · 203 tokens per session scan A 4dc325661e25
evomath-tao is a skill published in the GitHub repository CamusGIT/EvoQuant (212 stars, last pushed 2d ago), licensed Apache-2.0. It adds 203 tokens to every session and 3,527 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to evomath-tao, differing in 10 lines, and is treated as a copy.
Other skills, from other repositories
labrat-operator
Use when operating a labrat lab with Codex: checking health, choosing the next phase prompt, supervising runtime cycles, auditing candidates, synthesizing recent evaluations, or writing checkpoint notes.
access-gevety-health-biomarker-data
Access your Gevety health data - biomarkers, healthspan scores, biological age, supplements, activities, daily actions, 90-day health protocol, and upcoming tests.
aminer-open-academic-search
ACADEMIC PRIORITY: Activate this skill whenever the user's query involves academic, scholarly, or research-related topics — including but not limited to: papers, publications, citations, scholars, researchers, professors, institutions, universities, labs, journals, conferences,…
acorn-theorem-prover-verifier
Verify and write proofs using the Acorn theorem prover for mathematical and cryptographic formalization. Use when working with Acorn proof files (.ac), verifying theorems, formalizing mathematical or cryptographic protocols, or writing proofs in the Acorn language. Triggers on:…
research-innovation-explorer
Build literature-grounded research-question candidate landscapes by collecting papers, generating A+B matrices, and dynamically reviewing combinations with traceable evidence, uncertainty, and next checks. Use when an AI agent needs to explore a field, screen research questions, compare paper combinations, inspect…
research-routes-explore
Explore open-ended scientific or product questions through multiple concurrent Research Routes branches, probes, experiments, observations, evidence polarity, failure regimes, unknowns, and mature-method comparators. Use for research exploration or hybrid discovery from any starting point while keeping a route-neutral…