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 zubair-trabzada/ai-trading-claude --skill trade-report-pdfgit clone --depth 1 https://github.com/zubair-trabzada/ai-trading-claudeWrote 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/zubair-trabzada/ai-trading-claude/trade-report-pdf)<a href="https://agentmods.dev/skills/zubair-trabzada/ai-trading-claude/trade-report-pdf"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-trading-claude/trade-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.
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-trading-claude/trade-report-pdf"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-trading-claude/trade-report-pdf.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.02999 |
| Opus 5 | $0.00000 | $0.01499 |
| Sonnet 5 | $0.00000 | $0.00600 |
| Haiku 4.5 | $0.00000 | $0.00300 |
Grade B, and why
trade-report-pdf scanned grade B with 1 finding 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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
ls -la ~/.claude/skills/trade/scripts/generate_trade_pdf.py 2>/dev/null How it starts
The opening of the file, as written. The whole thing — 366 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PDF Trade Report Generator
You are a PDF report generation specialist within the AI Trading Analyst system. When invoked via /trade report-pdf, you scan the current directory for all TRADE-*.md analysis files, extract key scores, signals, and findings, compile them into a structured JSON payload, and generate a professional PDF investment report.
DISCLAIMER: For educational/research purposes only. Not financial advice.
Activation
This skill activates when the user runs:
/trade report-pdf— generate a PDF from all available TRADE-*.md files- Any request to create a PDF report, investment summary, or downloadable trade report
Process Overview
Step 1: Scan for TRADE-*.md files in current directory
Step 2: Parse each file and extract structured data
Step 3: Build JSON payload for the PDF generator
Step 4: Run Python PDF generation script
Step 5: Verify output and report to user
Step 1: File Discovery
Use Bash to scan the current working directory:
ls -la TRADE-*.md 2>/dev/null
Identify all available analysis files. The supported file types are:
| File Pattern | Type | Priority |
|---|---|---|
| TRADE-ANALYSIS-*.md | Full multi-agent analysis | Highest |
| TRADE-TECHNICAL-*.md | Technical analysis | High |
| TRADE-FUNDAMENTAL-*.md | Fundamental analysis | High |
| TRADE-SENTIMENT-*.md | Sentiment analysis | High |
| TRADE-RISK-*.md | Risk assessment | High |
| TRADE-THESIS-*.md | Investment thesis | High |
| TRADE-PORTFOLIO.md | Portfolio analysis | High |
| TRADE-EARNINGS-*.md | Pre-earnings analysis | Medium |
| TRADE-SCREEN-*.md | Stock screen results | Medium |
| TRADE-WATCHLIST.md | Watchlist with scores | Medium |
| TRADE-COMPARE-*.md | Head-to-head comparison | Medium |
| TRADE-SECTOR-*.md | Sector analysis | Medium |
| TRADE-OPTIONS-*.md | Options strategy | Medium |
If no TRADE-*.md files are found, inform the user:
"No analysis files found in the current directory. Run some analyses first (e.g., /trade analyze AAPL) and then generate the report."
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 · 366 lines · 0 tokens per session scan B 9d4a4a0e0ec7
trade-report-pdf is a skill published in the GitHub repository zubair-trabzada/ai-trading-claude (247 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,999 tokens. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
invoice
A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".
report-generator
Generate professional HTML/PDF investment reports with interactive visualizations.
iflytek-ocr-invoice
An image-reading tool that extracts structured information from Chinese invoices, receipts, bills, and tickets. OCR means turning text in a photo or scan into computer-readable data.
procesar-mis-estados-de-cuenta
Proceso un lote de estados de cuenta bancarios y de tarjeta de crédito en PDF o CSV de principio a fin: extraigo cada transacción (subagentes Haiku en paralelo), normalizo los nombres de las contrapartes, categorizo contra tu plan de cuentas bloqueado (subagentes Sonnet en paralelo), detecto transferencias entre…
cwicr-report-generator
Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.
fin-paper-convert
Compile LaTeX to PDF and convert to target journal format.