trade-report-pdf

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

A PDF report generator that reads TRADE-*.md stock-analysis files in the current folder and turns their scores, signals, and findings into a structured investment report.

In plain words
What is it for?
Use /trade report-pdf after creating TRADE-*.md analysis files to generate a PDF containing the available trade findings. The report is for research and education, not financial advice.
Why use it?
It removes the manual work of collecting results from several Markdown files and formatting them into a downloadable report. It also gives the analyses a consistent structure.

Skill for Claude CodeCodex

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

Good fit Use /trade report-pdf after creating TRADE-*.md analysis files to generate a PDF containing the available trade findings. The report is for research and education, not financial advice.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-trading-claude/trade-report-pdf/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-trading-claude/trade-report-pdf)
Your own site
<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.

agentmods 80×15 button for trade-report-pdf

Your own site · 80×15
<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>
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,999 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.02999
Opus 5 $0.00000 $0.01499
Sonnet 5 $0.00000 $0.00600
Haiku 4.5 $0.00000 $0.00300

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

Security

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
skills/trade-report-pdf/SKILL.md · 366 lines

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

Read the full file on GitHub · 366 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 · 366 lines · 0 tokens per session scan B 9d4a4a0e0ec7

Subscribe to this mod's changes

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.