Earnings Review Agent

v1.0.2

依托东方财富数据库,面向沪深京港美五大市场的上市公司/股票,生成业绩点评类输出(含财报分析、业绩解读)。 当用户明确提出业绩点评、财报分析、业绩解读需求,或出现「业绩点评」「财报点评」「业绩分析」「季报/半年报/年报点评」「财务分析」「盈利分析」「业绩解读」等表述时,应触发本 Skill。 用户点名具体公司/股票...

5· 6.5k·4 current·4 all-time
byFinancial AI Analyst@financial-ai-analyst
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 target 东方财富 (EastMoney) data and the code calls EastMoney ai-saas endpoints (ENTITY_API, REPORT_LIST_API, PERFORMANCE_COMMENT_API). The single required env var (EM_API_KEY) is used as an API auth header — this matches the described purpose.
Instruction Scope
SKILL.md and scripts limit behavior to entity recognition, report-period retrieval, calling the review API, and saving returned attachments/logs. It explicitly forbids fabricating results or reading saved attachments. Debug mode writes API responses to local JSON logs; attachments (PDF/DOC/XLSX) are decoded and saved locally.
Install Mechanism
No remote installers or arbitrary downloads; Python code depends on httpx (pip). The SKILL.md lists a pip install for httpx which is proportionate for the http client usage in the scripts.
Credentials
Only EM_API_KEY is required (plus optional local output-dir env names). EM_API_KEY is reasonable for authenticating to the EastMoney APIs used. The skill does not request unrelated credentials or system config paths.
Persistence & Privilege
always:false and normal autonomous invocation. The skill writes files under its own output directory (miaoxiang/stock-earnings-review or value from STOCK_EARNINGS_REVIEW_OUTPUT_DIR) and does not modify other skills or system-wide settings.
Assessment
This package is internally consistent: it calls EastMoney APIs and needs an EM_API_KEY. Before installing, verify the API key's origin/scope and that you trust the skill owner (registry metadata shows no homepage and the owner ID is unknown). Be aware that attachments returned by the API are decoded and saved to your local filesystem and that debug mode writes API responses to local JSON logs — do not enable debug if you must avoid persisting API responses. If you will run this in a sensitive environment, scope the EM_API_KEY to minimum permissions and run the scripts in a sandboxed directory.

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

financialvk97e1pwe97kpqvpbtzf37fa9bs84jtg0latestvk97e1pwe97kpqvpbtzf37fa9bs84jtg0performancevk97e1pwe97kpqvpbtzf37fa9bs84jtg0researchvk97e1pwe97kpqvpbtzf37fa9bs84jtg0stockvk97e1pwe97kpqvpbtzf37fa9bs84jtg0valuationvk97e1pwe97kpqvpbtzf37fa9bs84jtg0

License

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

Runtime requirements

EnvEM_API_KEY

Comments