financial-report-analyzer

v1.0.0

智能解析PDF格式财务报告,自动提取关键财务指标,生成可视化分析图表和投资参考报告。适用于分析中国A股、港股、美股上市公司的财务报表。Use when user needs to analyze financial reports, extract financial data from PDFs, compar...

0· 146·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (PDF financial report analysis) aligns with the included scripts: extract_pdf.py, parse_financial_data.py, generate_charts.py, generate_report.py. No unexpected binaries, services, or credentials are required.
Instruction Scope
SKILL.md instructs the agent to run the included scripts on user-supplied PDF(s). The instructions reference only local files and the included scripts; they do not direct reading unrelated system files, contacting external endpoints, or collecting extra data.
Install Mechanism
This is instruction-plus-source (no install spec). No downloads from arbitrary URLs or archive extraction. Dependencies are standard Python libraries (pdfplumber, pandas, matplotlib, numpy) consistent with the task.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code reads only provided PDF/text/json files and writes chart/report outputs locally—proportional to the stated functionality.
Persistence & Privilege
always is false and there is no behavior that modifies other skills or system-wide agent settings. The skill does not request elevated or persistent privileges.
Assessment
This package appears internally consistent and local-only, but before installing: (1) review and run the scripts on non-sensitive sample PDFs to confirm behavior; (2) install Python dependencies from trusted sources (pip from PyPI) and inspect dependency versions; (3) if you will analyze sensitive documents, run the tool offline or in a sandbox to ensure data never leaves your environment; (4) if you require guarantees, manually audit the code (it's small and readable) to confirm there are no network calls added in future updates.

Like a lobster shell, security has layers — review code before you run it.

latestvk9795y5dh951xb92r2s9rmn4fs83svpy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments