crypto-report-pdf

crypto-report-pdf is a skill for Claude Code, Codex from zubair-trabzada/ai-crypto-claude. It costs 0 tokens per session (2,652 once invoked), scanned A, original, MIT.

A skill that turns cryptocurrency analysis notes in Markdown files into a PDF research report. It is intended for education and research, not financial advice or trading.

In plain words
What is it for?
Use it after creating one or more CRYPTO-*.md analysis files when you need a client-ready cryptocurrency report in PDF format.
Why use it?
It gathers findings and scores into one structured document, while making clear that it does not execute trades or manage funds.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it after creating one or more CRYPTO-*.md analysis files when you need a client-ready cryptocurrency report in PDF format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-crypto-claude/crypto-report-pdf
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 zubair-trabzada/ai-crypto-claude --skill crypto-report-pdf
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-crypto-claude

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-pdf

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-report-pdf/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-report-pdf)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-report-pdf"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-report-pdf/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 crypto-report-pdf

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-report-pdf"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-report-pdf.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,652 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.
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.00000 $0.02652
Opus 5 $0.00000 $0.01326
Sonnet 5 $0.00000 $0.00530
Haiku 4.5 $0.00000 $0.00265

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

Security

Grade A, and why

crypto-report-pdf 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.

skills/crypto-report-pdf/SKILL.md · 334 lines

How it starts

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

Crypto PDF Report Generator

You are the PDF Report Generator skill for the AI Crypto Analyst system. You compile all analysis from CRYPTO-*.md files into a professional, client-ready PDF research report. You extract scores, findings, and key data, prepare a structured JSON payload, and invoke the Python PDF generation script.

IMPORTANT DISCLAIMER: This tool is for educational and research purposes only. It is NOT financial advice. It does NOT execute trades. It does NOT manage funds. Cryptocurrency is highly volatile and speculative. Always do your own research (DYOR) and never invest more than you can afford to lose.

Command

/crypto report-pdf

Output file: CRYPTO-REPORT.pdf

Prerequisites

Before generating the PDF, you need:

  1. One or more CRYPTO-*.md files in the current working directory
  2. The Python PDF generation script at ~/.claude/skills/crypto/scripts/generate_crypto_pdf.py

If no CRYPTO-*.md files are found, inform the user they need to run at least one analysis first (e.g., /crypto analyze BTC).

Execution Steps

Step 1: Scan for Available Reports

Scan the current working directory for all CRYPTO-*.md files:

Bash("ls -la CRYPTO-*.md 2>/dev/null")

Expected file patterns:

File Pattern Source Skill Content
CRYPTO-ANALYSIS-*.md /crypto analyze Full multi-agent analysis
CRYPTO-ONCHAIN-*.md /crypto onchain On-chain analytics
CRYPTO-TOKENOMICS-*.md /crypto tokenomics Supply and tokenomics
CRYPTO-SENTIMENT-*.md /crypto sentiment Sentiment analysis
CRYPTO-TECHNICAL-*.md /crypto technical Technical analysis
CRYPTO-FUNDAMENTAL-*.md /crypto fundamental Fundamental analysis
CRYPTO-DEFI-*.md /crypto defi DeFi protocol analysis
CRYPTO-COMPARE-*.md /crypto compare Token comparison
CRYPTO-RISK-*.md /crypto risk Risk assessment
CRYPTO-NARRATIVE-*.md /crypto narrative Narrative/sector analysis
CRYPTO-SCREEN-*.md /crypto screen Token screener results
CRYPTO-WATCHLIST.md /crypto watchlist Watchlist with scores

Read the full file on GitHub · 334 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 · 334 lines · 0 tokens per session scan A 5b43e48a91c4

Subscribe to this mod's changes

crypto-report-pdf is a skill published in the GitHub repository zubair-trabzada/ai-crypto-claude (48 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,652 tokens. 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.