Mx Finance Data

v0.1.0

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

0· 32·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 claim queries against 东方财富; the code constructs HTTP requests to an EastMoney API URL and requires EM_API_KEY — this aligns with the stated purpose. Declared Python deps (httpx, pandas, openpyxl) are appropriate for HTTP calls and writing Excel files.
Instruction Scope
SKILL.md instructs setting EM_API_KEY, installing Python deps, and running scripts/get_data.py with a natural-language query. The runtime instructions and the script operate only on the query and the EastMoney endpoint and produce local XLSX/txt outputs as described; they do not request unrelated system files or extra credentials.
Install Mechanism
There is no platform install spec, but SKILL.md directs users to pip3 install httpx pandas openpyxl. Installing standard PyPI packages is expected for this functionality; verify packages are retrieved from official PyPI repositories in a safe environment (virtualenv) if desired.
Credentials
Only a single environment variable (EM_API_KEY) is required and it is directly related to the EastMoney API authentication. Nothing else in the manifest or SKILL.md asks for unrelated tokens, passwords, or multiple credentials.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and writes outputs to a local subdirectory (miaoxiang/mx_finance_data). It does not modify other skills or system-wide agent settings.
Assessment
This skill appears to do what it claims: call EastMoney APIs using the EM_API_KEY and write results to local XLSX/txt files. Before installing: (1) Confirm your EM_API_KEY is legitimately issued by the EastMoney/mxClaw service and that you understand its scope and revocation options. (2) Keep EM_API_KEY secret — do not paste it into prompts or share outputs that include the key. (3) Install the Python deps in an isolated environment (virtualenv) and review the script if you require higher assurance; it will send your query and the API key to an EastMoney endpoint (ai-saas.eastmoney.com). (4) Note the script creates a local folder miaoxiang/mx_finance_data and writes XLSX and description files there. If you want extra caution, run the script in a sandbox or inspect the full script for any additional network endpoints before use.

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

latestvk974c2xanv72n09vhd37eavq1s847m48

License

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

Runtime requirements

EnvEM_API_KEY

Comments