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 quantskills/agent-quantspace --skill analyzegit clone --depth 1 https://github.com/quantskills/agent-quantspaceWrote 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/quantskills/agent-quantspace/analyze)<a href="https://agentmods.dev/skills/quantskills/agent-quantspace/analyze"><img src="https://agentmods.dev/badge/skills/quantskills/agent-quantspace/analyze.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.1 | $0.00036 | $0.01956 |
| Opus 5 | $0.00018 | $0.00978 |
| Sonnet 5 | $0.00007 | $0.00391 |
| Haiku 4.5 | $0.00004 | $0.00196 |
Grade A, and why
analyze 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 8d 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
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
23 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.
- __init__.py 4.2 KB runs code
- attribution_core.py 27 KB runs code
- attribution_counterfactual.py 22 KB runs code
- attribution_decision.py 19 KB runs code
- attribution_factor.py 23 KB runs code
- attribution_ledger.py 23 KB runs code
- attribution_ranking.py 7.4 KB runs code
- attribution_robustness.py 17 KB runs code
- attribution_shapley.py 7.8 KB runs code
- attribution_stat_tests.py 12 KB runs code
- causality.py 29 KB runs code
- content_fingerprint.py 2.7 KB runs code
- contracts.py 28 KB runs code
- facade.py 28 KB runs code
- factor_analysis.py 27 KB runs code
- factor_evaluation.py 33 KB runs code
- factor_incremental.py 33 KB runs code
- factor_information.py 11 KB runs code
- factor_robustness.py 25 KB runs code
- spec_checks.py 16 KB runs code
- tearsheet.py 6.4 KB runs code
- ts_analysis.py 30 KB runs code
- validation.py 14 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.
- 8d ago First seen · 198 lines · 36 tokens per session scan A b9ee9319ab60
analyze is a skill published in the GitHub repository quantskills/agent-quantspace (56 stars, last pushed 6d ago), licensed GPL-3.0. It adds 36 tokens to every session and 1,956 once invoked, about $0.0002 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
monte-carlo
Use when the user wants Monte Carlo simulation of a PlanExe model — sampling from bounds to produce output distributions (mean/std/percentiles), threshold pass probabilities, and Pearson-correlation sensitivity rankings — given an extract-parameters-from-full JSON, a generate-bounds JSON, a generate-calculations…
cointegration-analysis
Cointegration testing for pairs trading using Engle-Granger, Johansen, and rolling stability analysis.
quant-experiment-runtime
Quant research experiment executor: discover an offline source database under the workdir's code-repo, build a panel, run a Research Artifact's entry point to compute research-object values, and evaluate IC/ICIR/RANKIC/coverage metrics. Runtime = Experiment Executor; it runs a Research Artifact via a Python-native…
fin-paper-figure
Generate academic-quality figures (>=300 DPI) for economics and finance papers.
fin-paper-writing
A workflow for turning a research outline and study design into a complete economics or finance paper. It coordinates drafting, figure creation, consistency checks, review rounds, LaTeX compilation, and submission checks.
fin-viz-launch
A tool for turning research data and a written description into academic charts. It can choose a suitable chart type, create plotting code with matplotlib or seaborn, and save the result as a high-resolution PDF, SVG, or PNG.