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 QVerisAI/open-qveris-skills --skill qveris-tradermonty-trading-skillsgit clone --depth 1 https://github.com/QVerisAI/open-qveris-skillsWrote 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/qverisai/open-qveris-skills/qveris-tradermonty-trading-skills)<a href="https://agentmods.dev/skills/qverisai/open-qveris-skills/qveris-tradermonty-trading-skills"><img src="https://agentmods.dev/badge/skills/qverisai/open-qveris-skills/qveris-tradermonty-trading-skills/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/qverisai/open-qveris-skills/qveris-tradermonty-trading-skills"><img src="https://agentmods.dev/badge/skills/qverisai/open-qveris-skills/qveris-tradermonty-trading-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00059 | $0.02931 |
| Opus 5 | $0.00030 | $0.01465 |
| Sonnet 5 | $0.00012 | $0.00586 |
| Haiku 4.5 | $0.00006 | $0.00293 |
Grade A, and why
qveris-tradermonty-trading-skills 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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
QVeris Risk Regime Monitor
Use this skill as a risk/regime monitor adapted from the legacy Tradermonty Trading Skills project. Preserve portfolio risk, market regime, sector rotation, data quality, and earnings calendar structure; remove trade prep, action, execution, and account-permission semantics. Do not present this as a trading or execution skill in user-facing output.
Source record:
| Field | Value |
|---|---|
| Candidate number | 10 |
| Original repository | Tradermonty Trading Skills |
| GitHub URL | https://github.com/tradermonty/claude-trading-skills |
| License | MIT |
| Evaluation recent activity | 2026-07-06 |
| Local source snapshot | third_party/source_repos/10-tradermonty-trading-skills |
| Snapshot latest commit | 4d63990 on 2026-07-05 |
Runtime Contract
- Use only
qveris_finance.*CAP tools andQVERIS_API_KEY. - Accept user-provided holdings as read-only context; never request brokerage login or account permissions.
- Accept
dry_run,max_calls,max_age, andbudget_note; if omitted in a natural-language request, default todry_run=false, no hardmax_callslimit,max_age=P1D, and a conservative budget note, then echo those controls. - Use the bundled retry policy at
references/qveris-finance-retry-policy.md; retry transient 5xx/transport failures at most 2 times, do not blind-retry 404s, and hard reject semantic mismatches. - Include
qveris_tracefor every risk, market, sector, macro, and calendar claim. - Data-quality checks must inspect
as_of,missing_fields,fallback_used, and staleness on each QVeris payload. - Treat raw QVeris response metadata as internal provenance only.
--safe-jsoncan still include_meta.routing_decision, candidate route IDs, provider IDs, or failover details; never paste rawqveris_tool.mjsoutput into a final report or fixture trace without sanitizing it first. - Normalize trace provenance:
qveris_trace[].tool_name,qveris_trace[].capability_id, and any human-readable trace labels must use onlyqveris_finance.*capability names. Drop_meta.source_provider,_meta.routing_decision,_meta.failover_log, candidate provider IDs, raw route IDs, and vendor/tool IDs from sanitized trace. - In final user-facing output, do not name external providers even when explaining prohibited fallbacks; say "non-QVeris sources" or "external provider routes" instead.
- Suppress
analyst_target_price,target_price, price-objective, upside, buy/sell, and recommendation fields even if a QVeris payload contains them. - Sanity-check entity, market, date window, benchmark, and payload shape before using data; if a payload is stale, truncated, or semantically mismatched, mark it in
data_qualityandmissing_fields.
What ships with it
16 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.
- agents/openai.yaml 620 B
- examples/default-markdown-report.md 2.8 KB
- examples/natural-language-prompts.md 1.2 KB
- examples/natural-language-test-output-2026-07-07.md 3.6 KB
- fixtures/qveris/budget-limited-output.json 3.5 KB
- fixtures/qveris/fallback-output.json 3.6 KB
- fixtures/qveris/sample-output.json 3.1 KB
- references/qveris-finance-cap-registry-snapshot-2026-07-07.md 7.3 KB
- references/qveris-finance-data-quality-rubric.md 7.2 KB
- references/qveris-finance-retry-policy.md 4.7 KB
- references/qveris-tool-map.md 10 KB
- schemas/output.schema.json 4.5 KB
- scripts/qveris_finance_adapter.mjs 48 KB runs code
- scripts/qveris_finance_client.mjs 3.0 KB runs code
- scripts/qveris_finance_tool.mjs 5.0 KB runs code
- scripts/qveris_sanitize.mjs 3.2 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.
- 12d ago First seen · 104 lines · 59 tokens per session scan A 686c40818cb8
qveris-tradermonty-trading-skills is a skill published in the GitHub repository QVerisAI/open-qveris-skills (21 stars, last pushed 8d ago), licensed MIT. It adds 59 tokens to every session and 2,931 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
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
furusato
A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.
reading-receipt
An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.