← 返回 Skills 市场
130
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mx-mx-macro-data
功能描述
基于东方财富数据库,支持自然语言查询全球宏观经济数据,涵盖国民经济核算、价格指数、货币金融、财政收支、对外贸易、就业民生、产业运行等多个领域,适配各类宏观经济研究、市场分析、政策解读等多元专业场景需求。返回结果包含数据说明及 csv 文件。Natural language query for macroecono...
安全使用建议
This skill appears coherent with its stated purpose, but take these precautions before installing:
- Verify the EM_API_KEY source and scope: ensure the key is issued by the official EastMoney endpoint (https://ai.eastmoney.com/mxClaw), confirm its permissions and that you can revoke/regenerate it.
- Run in an isolated environment (virtualenv, container) when first testing and install httpx there.
- Inspect the included script (scripts/get_data.py) yourself — it posts queries to https://ai-saas.eastmoney.com/proxy/b/mcp/tool/searchMacroData and writes CSV/text files under a local miaoxiang/mx_macro_data folder. If that output location is sensitive, change it or run in a safe working directory.
- Ensure network egress to ai-saas.eastmoney.com is acceptable in your environment and that TLS egress is allowed (the URL uses https).
- Treat EM_API_KEY like any secret: do not embed it in code or logs, and revoke it if you believe it was compromised.
- Note the small metadata inconsistency (registry says no install spec while SKILL.md includes a pip install instruction). Confirm dependency installation (httpx) before running.
If you want, I can summarize the exact network calls and files the script will create or point out any lines in the code you should review closely.
功能分析
Type: OpenClaw Skill
Name: mx-mx-macro-data
Version: 0.1.0
The skill bundle provides a legitimate interface for querying macroeconomic data from the Eastmoney (Oriental Fortune) financial database. The Python script (scripts/get_data.py) uses the httpx library to communicate with an official-looking API endpoint (ai-saas.eastmoney.com) and processes the results into CSV files. The SKILL.md file contains detailed instructions for the AI agent to ensure data completeness through iterative queries, which is consistent with the stated purpose of providing high-quality economic research data. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description claim natural-language macro data queries from 东方财富; the Python script posts to ai-saas.eastmoney.com/proxy/b/mcp/tool/searchMacroData using an EM_API_KEY header and writes CSV/description files. That matches the stated purpose. Minor inconsistency: registry metadata said 'No install spec / instruction-only' while the SKILL.md contains an openclaw 'install' entry for pip (httpx) and a code file (scripts/get_data.py) is included — operationally coherent but metadata bookkeeping is inconsistent.
Instruction Scope
SKILL.md instructions and the script are limited to building a query, calling the EastMoney endpoint, converting returned JSON to CSV, and writing a description text file. The SKILL.md additionally mandates orchestrator-side verification (gap detection and iterative re-calls) which increases orchestration requirements but is within scope for a data-fetching skill. The skill does not instruct reading unrelated system files or other environment variables.
Install Mechanism
No platform-level installer in the registry, but SKILL.md requests pip install httpx (a standard PyPI package). Installing httpx via pip is standard and low-risk. The mismatch between 'no install spec' in registry metadata and the SKILL.md install entry is a bookkeeping inconsistency to be aware of.
Credentials
Only a single environment variable (EM_API_KEY) is required and it is justified: the script places the key in an 'em_api_key' request header to authenticate to EastMoney. There are no other secret/env requests or unrelated credential reads.
Persistence & Privilege
The skill does not request always:true or modify other skills or system-wide config. It writes output files (CSV and description) to a local directory (miaoxiang/mx_macro_data by default) which is expected for a data exporter; this is a normal file-writing behavior and within the skill's scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mx-mx-macro-data - 安装完成后,直接呼叫该 Skill 的名称或使用
/mx-mx-macro-data触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
mx-mx-macro-data v0.1.0
- Initial release with support for natural language queries of global macroeconomic data from the 东方财富 (Eastmoney) database.
- Covers key macro fields: national accounts, price indices, monetary finance, fiscal revenue/expenditure, foreign trade, employment, and industry.
- Returns results as CSV files and an explanatory TXT, supporting flexible queries by time (relative expressions) and region.
- Enforces strict input constraints: requires specific indicators and commodities (no ambiguous categories or general macro terms).
- Provides a detailed protocol for upper-layer orchestration, including iterative verification and data completion to ensure query result integrity.
- Simple CLI and Python API provided for integration; requires EM_API_KEY.
元数据
常见问题
Mx Macro Data 是什么?
基于东方财富数据库,支持自然语言查询全球宏观经济数据,涵盖国民经济核算、价格指数、货币金融、财政收支、对外贸易、就业民生、产业运行等多个领域,适配各类宏观经济研究、市场分析、政策解读等多元专业场景需求。返回结果包含数据说明及 csv 文件。Natural language query for macroecono... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。
如何安装 Mx Macro Data?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mx-mx-macro-data」即可一键安装,无需额外配置。
Mx Macro Data 是免费的吗?
是的,Mx Macro Data 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mx Macro Data 支持哪些平台?
Mx Macro Data 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mx Macro Data?
由 akiry09(@akiry09)开发并维护,当前版本 v0.1.0。
推荐 Skills