Install
openclaw skills install @wangwllu/ir-pdf-downloaderDiscover and download static PDF files from Investor Relations (IR) sites, including annual reports and quarterly result PDFs. Use when the task is to find a PDF URL, probe common IR PDF paths, query Wayback for archived PDF links, or download a known static PDF document. Do not use for structured SEC/XBRL financial analysis; use sec-finance for that.
openclaw skills install @wangwllu/ir-pdf-downloaderUse this skill for documents, not financial metrics.
Use sec-finance for those.
# Download a known static PDF URL
python3 scripts/download_ir_pdf.py "https://ir.jd.com/static-files/..."
# Discover likely PDFs from an IR domain
python3 scripts/find_ir_pdf.py --domain ir.baidu.com --year 2024
# Search by company alias (uses shared issuer map when available)
python3 scripts/find_ir_pdf.py --company Alibaba
# Search only Wayback
python3 scripts/find_ir_pdf.py --domain ir.alibabagroup.com --sources wayback
download_ir_pdf.py directly.find_ir_pdf.py to discover likely URLs.download_ir_pdf.py.sec-finance.references/issuers.json.