Global Macro Database Assistant

v1.0.11

基于东方财富数据库,支持自然语言查询全球宏观经济数据,涵盖国民经济核算、价格指数、货币金融、财政收支、对外贸易、就业民生、产业运行等多个领域,适配各类宏观经济研究、市场分析、政策解读等多元专业场景需求。返回结果包含数据说明及 csv 文件。Natural language query for macroecono...

64· 11.7k·16 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
Name/description, declared env var (EM_API_KEY), SKILL.md prose, and the included scripts/get_data.py all consistently implement a client for 东方财富/妙想 (eastmoney) macro-data API. The single required env var maps to the API key used in requests; no unrelated credentials, binaries, or paths are requested.
Instruction Scope
SKILL.md instructs installing httpx, setting EM_API_KEY, running scripts/get_data.py, and places responsibility on an orchestrator to read generated CSVs and iteratively re-call the skill to 'fill gaps'. This is unusual (it forces a lot of logic onto the caller) but coherent with the skill's goal; it does imply the caller must read files written by the skill and potentially call it repeatedly, which is normal for a data-retrieval tool but should be acknowledged by integrators.
Install Mechanism
No bundled binary downloads or remote installers. The SKILL.md and metadata request installing a single Python dependency (httpx) via pip — a standard, low-risk dependency install pattern for a Python instruction-only skill.
Credentials
Only EM_API_KEY is required and declared; the key is directly used to authenticate requests to eastmoney. No other credentials or secrets are requested, and the SKILL.md explicitly warns against hardcoding/exposing the key.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and does not request elevated platform privileges. It writes CSV and txt files to an output directory but does not modify other skills or global agent configuration.
Assessment
This skill appears to do exactly what it says: call EastMoney's macro-data API and save CSV/description files. Before installing, verify the EM_API_KEY comes from the official EastMoney/mxClaw service and that you understand its scope/expiration and revocation options. Run the skill in an environment where writing output files is acceptable (it creates CSVs/txts). If you integrate it into an orchestrator, be aware the SKILL.md mandates the orchestrator read and re-check generated files and may call the skill iteratively — ensure that process only has access to the data it needs. As a general precaution, avoid supplying other unrelated secrets and review network usage (default endpoint is https://ai-saas.eastmoney.com/proxy/b/mcp/tool/searchMacroData) if you require strict allowlists or offline policies.

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

Marcovk9705429a8zrpy2jmdqrtrsexn834j78analysisvk9705429a8zrpy2jmdqrtrsexn834j78economicvk9705429a8zrpy2jmdqrtrsexn834j78financialvk9705429a8zrpy2jmdqrtrsexn834j78latestvk9731b7ph9pzsq3dmqwdjqxg318449dmmarketvk9705429a8zrpy2jmdqrtrsexn834j78researchvk9705429a8zrpy2jmdqrtrsexn834j78

License

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

Runtime requirements

EnvEM_API_KEY

Comments