crypto-report

crypto-report is a skill for Claude Code, Codex from opencue/cuecards. It costs 19 tokens per session (105 once invoked), scanned A, a copy of crypto-report, MIT.

A command-line report for cryptocurrency markets, including Binance analysis and blockchain news.

In plain words
What is it for?
Use it to request reports for cryptocurrencies such as BTC, ETH, and SOL, and to retrieve blockchain news with an optional page number.
Why use it?
It gathers market analysis and news through ready-made scripts instead of requiring separate commands for each requested coin or news page.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/opencue/cuecards/crypto-report
Any agent
npx skills add opencue/cuecards --skill crypto-report
Clone the repo
git clone --depth 1 https://github.com/opencue/cuecards

Made for: Claude Code, 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 crypto-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/opencue/cuecards/crypto-report.svg)](https://agentmods.dev/skills/opencue/cuecards/crypto-report)
Your own site
<a href="https://agentmods.dev/skills/opencue/cuecards/crypto-report"><img src="https://agentmods.dev/badge/skills/opencue/cuecards/crypto-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 105 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00019 $0.00105
Opus 5 $0.00010 $0.00053
Sonnet 5 $0.00004 $0.00021
Haiku 4.5 $0.00002 $0.00011

Measured 3d ago against content hash 78b19b09b0d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

crypto-report 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 3d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/binance-ai-report.sh, scripts/theblockbeats-news.sh), 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.

Origin

This is a copy

100% identical to crypto-report — 0 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.

.agents/skills/crypto-report/SKILL.md · 21 lines

What it actually says

Cryptocurrency Report

Executing Shell commands.

Get Binance AI analysis report

bash scripts/binance-ai-report.sh BTC
bash scripts/binance-ai-report.sh ETH
bash scripts/binance-ai-report.sh SOL

Get blockchain news updates

bash scripts/theblockbeats-news.sh
bash scripts/theblockbeats-news.sh 2 # Specify page number
Files

What ships with it

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

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. 3d ago First seen · 21 lines · 19 tokens per session scan A 78b19b09b0d8

Subscribe to this mod's changes

crypto-report is a skill published in the GitHub repository opencue/cuecards (5 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 105 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to crypto-report, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

agency-blockchain-security-auditor

Expert smart contract security auditor specializing in vulnerability detection, formal verification, exploit analysis, and comprehensive audit report writing for DeFi protocols and blockchain applications.

BlackPearl-AI/BlackPearl-CodingAgent · 37 tokens

need-explorer

Clarify intent, scope, constraints, and success criteria before artifact creation. Invoke when the request is fuzzy, the user is comparing options, or the workflow needs a stable change definition before writing artifacts.

MageByte-Zero/spec-superflow · 44 tokens

cortx-reliability

Check whether an x402 payment endpoint is reliably delivering value before spending USDC on it. Returns paid delivery rate, active incidents, latency, and a clear proceed/warn/block recommendation.

aeonfun/aeon · 44 tokens

finance-district-mcp

Multichain non-custodial agent wallet via Finance District - check balances, prices, and best DeFi yields, move funds, swap, and make x402 paid API calls across EVM, Solana, Bitcoin, and Sui. Keys never leave a secure enclave (TEE); spend caps are enforced at the wallet. OAuth Connect via the dashboard MCP panel.

aeonfun/aeon · 81 tokens

om-create-ai-agent

Build, override, or extend a typed Open Mercato AI agent (chat or structured-object) using the unified AI framework — declare ai-agents.ts, register tool packs via defineAiTool, patch existing agents with aiAgentExtensions, configure agentic loop controls (loop.stopWhen / loop.prepareStep / loop.budget /…

open-mercato/open-mercato · 227 tokens

brand-voice

Use when defining how a brand SOUNDS as a reusable system: adjectives turned into linguistic rules, four tone dimensions as ratios, a use/avoid word bank, an AI voice-DNA block — so content stops sounding like five different writers. NOT the finished copy written against it (that is landing-copy / marketing), NOT the…

ericrisco/rsc-harness · 81 tokens