📦 Financial Search Engine — 财经智能搜索
v1.0.9依托东方财富数据库,用自然语言一键检索全球公告、研报、政策与交易所动态,热点捕捉、舆情监控、投资决策秒级完成。
57· 1.5万·25 当前·28 累计
下载技能包
最后更新
2026/4/17
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: send your query to EastMoney's API and save returned text locally. Before installing, confirm your EM_API_KEY is obtained from the official EastMoney/mxClaw service; treat the key as sensitive, ensure it can be revoked/rotated, and run the script in a controlled environment (or sandbox) if you are concerned about where files will be written (it will create miaoxiang/mx_finance_search in the current working directory).详细分析 ▾
✓ 用途与能力
The name/description (natural-language financial search using 东方财富/妙想) matches the implementation: the code sends queries to an EastMoney MCP endpoint and requires EM_API_KEY. No unrelated credentials or binaries are requested.
✓ 指令范围
SKILL.md directs the agent/user to set EM_API_KEY, run the provided script, and optionally save results to a local .txt file. The runtime code only reads EM_API_KEY, performs an HTTP POST to https://ai-saas.eastmoney.com/proxy/b/mcp/tool/searchNews, extracts text, and may write files under a local directory (miaoxiang/mx_finance_search). It does not read other system files or send data to unexpected external endpoints.
✓ 安装机制
No install spec or third-party downloads are present; the skill is instruction + a self-contained Python script, so there is no archive or remote code execution introduced at install time.
✓ 凭证需求
Only one environment variable (EM_API_KEY) is required and it is plainly justified: the script uses it as the API authentication header (em_api_key) for the EastMoney service. No other secrets or unrelated credentials are requested.
✓ 持久化与权限
The skill is not marked always:true, does not alter other skills or global agent configuration, and only creates its own output directory/files under the user's working directory. It does not request elevated or persistent platform privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.92026/3/13
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install mx-finance-search
镜像加速npx clawhub@latest install mx-finance-search --registry https://cn.longxiaskill.com