基于东方财富数据库,支持自然语言搜索全网最新公告、研报、财经新闻、交易所动态及官方政策等,覆盖全球市场标的,可用于热点捕捉、舆情监控、研报速览、公告精读及投资决策等场景。Natural language search for financial information, covering authoritativ...
Security Analysis
high confidenceThe skill's code, instructions, and required environment variable (EM_API_KEY) are consistent with a simple client that queries EastMoney's search API and saves returned text locally.
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.
Guidance
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).
Latest Release
v1.0.9
Publish 1.0.9
Popular Skills
Published by @financial-ai-analyst on ClawHub