qveris-crypto-market-radar

qveris-crypto-market-radar is a skill for Codex from QVerisAI/open-qveris-skills. It costs 89 tokens per session (1,719 once invoked), scanned A, original, MIT.

A read-only monitor for cryptocurrency markets that combines asset identity, prices, history, descriptive technical measures, rankings, sentiment indicators, whale activity, news, and social evidence.

In plain words
What is it for?
Use it for crypto snapshots, trend context, broad market monitoring, whale-activity checks, news and social context, and comparisons between identified assets.
Why use it?
It helps examine crypto-market conditions without placing trades, controlling wallets, or exposing secrets such as private keys.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for crypto snapshots, trend context, broad market monitoring, whale-activity checks, news and social context, and comparisons between identified assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qverisai/open-qveris-skills/qveris-crypto-market-radar
Install

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.

Any agent
npx skills add QVerisAI/open-qveris-skills --skill qveris-crypto-market-radar
Clone the repo
git clone --depth 1 https://github.com/QVerisAI/open-qveris-skills

Made for: Codex.

Wrote 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.

agentmods badge for qveris-crypto-market-radar

README.md
[![agentmods](https://agentmods.dev/badge/skills/qverisai/open-qveris-skills/qveris-crypto-market-radar/github.svg)](https://agentmods.dev/skills/qverisai/open-qveris-skills/qveris-crypto-market-radar)
Your own site
<a href="https://agentmods.dev/skills/qverisai/open-qveris-skills/qveris-crypto-market-radar"><img src="https://agentmods.dev/badge/skills/qverisai/open-qveris-skills/qveris-crypto-market-radar/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.

agentmods 80×15 button for qveris-crypto-market-radar

Your own site · 80×15
<a href="https://agentmods.dev/skills/qverisai/open-qveris-skills/qveris-crypto-market-radar"><img src="https://agentmods.dev/badge/skills/qverisai/open-qveris-skills/qveris-crypto-market-radar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00089 $0.01719
Opus 5 $0.00044 $0.00860
Sonnet 5 $0.00018 $0.00344
Haiku 4.5 $0.00009 $0.00172

Measured 12d ago against content hash 64b492758849, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

qveris-crypto-market-radar 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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/crypto_evidence.mjs, scripts/crypto_workflow.mjs, tests/crypto_workflow.test.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

qveris-crypto-market-radar/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QVeris Crypto Market Radar

Produce a read-only crypto evidence report. Use GMGN's monitoring ideas, but use only standardized qveris_finance.* CAPs and remove wallet control, following, signing, swaps, orders, and return prediction.

Execute In Five Gates

1. Normalize And Secure The Request

  • Accept a ticker/pair, or a contract address with an explicit chain in contract@chain form.
  • Preserve contract-address case. Uppercase only short ticker/pair identifiers.
  • Reject ambiguous identity rather than guessing.
  • If the input contains a private key, seed phrase, mnemonic, signing key, or credential, do not echo or transmit it. Redact it and make no CAP calls.
  • Refuse transaction-control instructions and offer the corresponding read-only monitor.

Complete this gate only when every asset has a safe unresolved identifier and the request contains no secret or transaction action.

2. Select And Budget The Workflow

Intent Workflow Mandatory logical calls per asset or request
Spot snapshot spot_snapshot reference + spot per asset
Asset trend asset_trend reference + history + spot per asset
Broad market radar market_radar rankings + market mood
Whale monitor whale_monitor reference + whale + spot per chain-qualified address
Aligned comparison multi_asset_comparison reference + history + spot per asset

Limit one workflow to five assets. Run the bundled planner before transport:

node qveris-crypto-market-radar/scripts/crypto_workflow.mjs --workflow asset_trend --asset BTC --max-calls 4 --include-analytics --dry-run

max_calls counts observed capabilities/query attempts, including retries. Catalog/detail reads are control-plane calls. If mandatory calls exceed the budget, make no data calls and return budget_limited.

Complete this gate only when the dry-run plan fits the budget or the report is explicitly budget-limited.

3. Execute Through The Budgeted Runner

Read the full file on GitHub · 138 lines

Changes

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.

  1. 12d ago First seen · 138 lines · 89 tokens per session scan A 64b492758849

Subscribe to this mod's changes

qveris-crypto-market-radar is a skill published in the GitHub repository QVerisAI/open-qveris-skills (21 stars, last pushed 8d ago), licensed MIT. It adds 89 tokens to every session and 1,719 once invoked, about $0.0004 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.