All-Market Financial Data Hub

v1.0.10

基于东方财富数据库,支持自然语言查询金融数据,覆盖A港美、基金、债券等多种资产,含实时行情、公司信息、估值、财务报表等,可用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,适配机构与个人多元需求。返回结果包含数据说明及 xlsx 文件。Natural language query f...

59· 16.8k·15 current·18 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
The skill name/description describe querying EastMoney (妙想) financial data; the only required env var is EM_API_KEY (explicitly described as an EastMoney API key). The code and README reference EastMoney endpoints and produce XLSX/TXT outputs as described — this is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the user to set EM_API_KEY, install Python deps, and run scripts/get_data.py with a natural-language query. The instructions do not ask the agent to read unrelated system files, collect other credentials, or transmit data to unexpected endpoints. They include sensible usage limits (5-entity cap) and output-file descriptions.
Install Mechanism
Dependencies are standard Python packages (httpx, pandas, openpyxl) installed via pip; no arbitrary download URLs or archive extraction are used. The install mechanism is proportional for a Python script that performs HTTP requests and writes Excel files.
Credentials
Only EM_API_KEY is required, and SKILL.md documents its origin and cautions about secrecy. No other credentials, system config paths, or broad-scoped environment variables are requested.
Persistence & Privilege
The skill does not request always:true or any special platform-wide privileges. It writes output files in a subdirectory of the working directory (miaoxiang/mx_finance_data), which is reasonable for a data-export tool and scoped to the skill's operation.
Assessment
This skill appears coherent and implements exactly what it claims: natural-language queries to EastMoney's Miaoxiang API and export to XLSX/TXT. Before installing, verify the EM_API_KEY you supply actually comes from EastMoney (https://ai.eastmoney.com/mxClaw), give the key only the minimal necessary scope, and ensure it is revocable. Run pip installs inside a virtualenv (or with --user as suggested) instead of system Python. Review scripts/get_data.py yourself if you have concerns (it is included) and avoid pasting the EM_API_KEY into prompts, logs, or output files. Finally, be mindful that the skill will create files under the current working directory (miaoxiang/mx_finance_data) and that queries are subject to the stated 5-entity per-request limit.

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

Asharevk97b3172955qsswv1r4zjfvtr98357qgfinancialvk97b3172955qsswv1r4zjfvtr98357qglatestvk97c9g3wddaydz4sqty1434yx9845nd4quantvk97b3172955qsswv1r4zjfvtr98357qgriskvk97b3172955qsswv1r4zjfvtr98357qgstockvk97b3172955qsswv1r4zjfvtr98357qgtradevk97b3172955qsswv1r4zjfvtr98357qg

License

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

Runtime requirements

EnvEM_API_KEY

Comments