trade-report-pdf

Extract scores, signals, and findings from TRADE-*.md files into a PDF report.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/miladdavoodi9/ai-trading-assistant --skill trade-report-pdf
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trade-report-pdf
Source: https://github.com/miladdavoodi9/ai-trading-assistant/tree/main/ai-trading-claude/skills/trade-report-pdf
Command: npx skills add https://github.com/miladdavoodi9/ai-trading-assistant --skill trade-report-pdf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires reportlab, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the production of a consolidated PDF report from multiple TRADE-*.md analyses, saving time and ensuring consistency across reports.

Core Features & Use Cases

  • Scan current directory for all TRADE-*.md analyses and extract key scores, signals, and findings.
  • Build a structured JSON payload and generate a professional PDF investment report.
  • Supports multi-stock portfolios, watchlists, screens, and earnings calendars to produce executive summaries.

Quick Start

Invoke the command /trade report-pdf to generate a comprehensive PDF from all TRADE-*.md analyses in the current directory.

Frequently Asked Questions about trade-report-pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a PDF report from multiple stock analysis markdown files?▼

To generate a PDF report from multiple stock analysis markdown files, use a tool that automatically scans for TRADE-*.md files, extracts scores and signals into a JSON payload, and outputs a professional PDF document. This Skill handles that end-to-end workflow.

Can I consolidate portfolio summaries and watchlists into a single PDF document?▼

Yes, you can consolidate portfolio summaries and watchlists into a single PDF document. This Skill aggregates multiple stock analyses, screens, and earnings calendars from TRADE-*.md files into a unified executive summary report.

Does generating a trade report PDF require installing any specific Python dependencies?▼

Generating a trade report PDF requires the reportlab Python dependency. The Skill includes built-in dependency checks and error handling to ensure the PDF generator runs smoothly within your current environment.

What is the best way to automate investment report generation from markdown files?▼

The best way to automate investment report generation from markdown files is using a script-based approach that discovers TRADE-*.md analyses, builds a structured JSON payload, and invokes a Python-based PDF generator to ensure consistency across reports.

How does data aggregation from markdown files into a PDF report work?▼

Data aggregation from markdown files into a PDF report works by discovering TRADE-*.md files, extracting key findings and signals, structuring the data into a JSON payload, and passing it to a Python-based PDF generator for final document rendering.

When should I not use automated PDF generation for trading analysis?▼

You should not use automated PDF generation for trading analysis when your source files do not follow the TRADE-*.md naming convention, as the discovery mechanism specifically targets and extracts data from files matching that format.