Install
openclaw skills install @wangbotaochn/ipo-review复核IPO申报材料(招股说明书、问询回复、财务报表附注等),运行本地IPO复核工具并解读报告。Use when Codex needs to review IPO filing materials for financial-data consistency, cross-file differences, table arithmetic checks, evidence locations, or report interpretation. The tool runs locally and does not upload files.
openclaw skills install @wangbotaochn/ipo-reviewUse this skill when the user asks to review IPO filing materials, inquiry responses, prospectuses, audit reports, financial-statement notes, or related disclosure files.
This skill is self-contained when installed under Codex user skills. The bundled tool directory is the skill folder itself:
%USERPROFILE%\.codex\skills\ipo-review
If the current working directory contains main.py, src/, and config/, use the current directory as the tool project. Otherwise, use this skill folder as the tool project. Do not rely on the original desktop development folder being present.
main.pysrc/config/input/output/input/ contains materials to review. Supported formats are PDF, DOCX, XLSX, and TXT.pip install -r requirements.txt
The review program itself must run locally. Do not upload source materials or call external APIs.
From the selected tool project directory, execute:
python main.py
The program reads input/, writes output/, and generates:
output/IPO问询回复复核分析报告.html
output/issues.json
output/financial_facts.csv
output/evidence_index.json
output/comparison_exclusions.csv
output/arithmetic_skips.csv
output/parse_errors.csv
output/run_log.txt
After running, read output/issues.json and output/run_log.txt.
Prioritize issues where:
review_priority == "key"
These are the "待人工复核(重点)" items. For each key item, summarize:
For review_priority == "normal" and review_priority == "noise", provide counts and category summaries by default. Expand details only if the user asks.
Use these files for quality checks:
comparison_exclusions.csv: facts not compared and why.arithmetic_skips.csv: tables skipped for arithmetic checks and why.parse_errors.csv: real parsing failures.financial_facts.csv: extracted facts, units, periods, scopes, and metrics.evidence_index.json: paragraph/table-cell evidence locations.When assessing whether the tool is reliable, check:
noise instead of key.Always tell the user:
Do not overstate certainty. Do not describe unreported areas as verified.