All-Market Financial Data Hub - 基于东方财富数据库的全市场金融数据查询工具
v1.0.11提供对A股、美股、基金、债券等多类资产的自然语言查询,返回实时行情、公司概况、估值、财务报表等信息,并生成含数据说明的xlsx文件,适用于投资研究、交易复盘、市场监控等多场景。
66· 1.9万·24 当前·27 累计
下载技能包
最后更新
2026/4/17
此技能需要访问外网资源,可能需要科学上网
安全扫描
OpenClaw
安全
high confidence该技能的需求和指令与其声明的目的(查询东方财富金融数据)一致;只需提供 EM_API_KEY,使用合理的东方财富 API 接口,并安装普通的 Python 包。
评估建议
该技能与其声称的目的一致,但请采取常规预防措施:仅提供您从官方东方财富服务获取的 EM_API_KEY,并验证其范围/有效期。在运行前检查 scripts/get_data.py;在隔离环境或容器中运行首次测试。不要将 API 密钥粘贴到提示或日志中;按照指示将其存储在环境变量中。...详细分析 ▾
✓ 用途与能力
Name/description describe a data-query tool for EastMoney; the only required environment variable is EM_API_KEY (consistent with authenticating to EastMoney APIs). The included script targets an EastMoney ai-saas endpoint and formats results into XLSX/TXT as described.
✓ 指令范围
SKILL.md confines runtime actions to installing Python deps, setting EM_API_KEY, and running scripts/get_data.py. The README explicitly warns about not leaking the key and documents output files and a 5-entity query limit. Nothing in the provided instructions asks the agent to read unrelated system files or transmit data to unexpected endpoints.
✓ 安装机制
No high-risk install (script is instruction-only and asks the user to pip install httpx, pandas, openpyxl). Dependencies are standard, from PyPI, and there are no arbitrary URL downloads or archive extraction in the manifest.
✓ 凭证需求
Only EM_API_KEY is required and is justified by the description (EastMoney API key). There are no additional unrelated credentials, config paths, or broad environment requests declared.
✓ 持久化与权限
Skill is not force-included (always:false) and does not request elevated persistence. It writes outputs to a subdirectory of the current working directory (miaoxiang/mx_finance_data) as documented, which is appropriate for a data-export tool.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.112026/3/13
发布 1.0.11
● 无害
安装命令
点击复制官方npx clawhub@latest install mx-finance-data
镜像加速npx clawhub@latest install mx-finance-data --registry https://cn.longxiaskill.com 镜像可用
国内专用无需额外安装
本土化适配说明
无需额外安装。