Financial Search Engine
v1.0.8基于东方财富数据库,支持自然语言搜索全网最新公告、研报、财经新闻、交易所动态及官方政策等,覆盖全球市场标的,可用于热点捕捉、舆情监控、研报速览、公告精读及投资决策等场景。Natural language search for financial information, covering authoritativ...
⭐ 53· 13.1k·19 current·22 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
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim natural-language financial search against Eastmoney; the code issues HTTP POSTs to an Eastmoney MCP endpoint and only requires EM_API_KEY. The requested credential and network calls align with the stated purpose.
Instruction Scope
SKILL.md instructs the user to export EM_API_KEY and run the included script; the script reads only that env var, performs a single API call, extracts content, and optionally writes a .txt file. It does not attempt to read other system files. Note: the module header comment claims 'no environment reads' which contradicts the actual EM_API_KEY usage (minor documentation inconsistency).
Install Mechanism
No install spec; instruction-only plus a small Python helper script. No external downloads or package installs are performed by the skill bundle itself.
Credentials
Only a single environment variable (EM_API_KEY) is required, which is appropriate for calling the listed API. No unrelated credentials or sensitive paths are requested.
Persistence & Privilege
Skill is not forced-always and does not modify other skills or system config. It writes output files to a subdirectory under the current working directory (miaoxiang/mx_finance_search) when saving results—this is expected behavior but should be noted.
Assessment
This skill appears to do what it claims: call Eastmoney's MX search API using an EM_API_KEY and return/save text results. Before installing: 1) Verify your EM_API_KEY is obtained from the official Eastmoney MXClaw service and that you can revoke/reset it if needed. 2) Run the script in a controlled environment first to confirm network calls go to https://ai-saas.eastmoney.com/proxy/b/mcp/tool/searchNews (the code's endpoint). 3) Be aware the tool will create directories and write .txt files in the current working directory (miaoxiang/mx_finance_search by default). 4) Do not paste your API key into prompts, code, or logs; follow the SKILL.md advice for secret handling. 5) Note minor documentation mismatches (file header claims no env reads; some docstrings imply different payload fields) — these are not security-critical but worth confirming with the publisher if you need strict provenance or auditability.Like a lobster shell, security has layers — review code before you run it.
Asharevk977gmqbjpy0qfh41jwj7b50nx834g5gfinancialvk977gmqbjpy0qfh41jwj7b50nx834g5glatestvk974f5z2a1wxm2v3z8df04sjws844ymbnewsvk977gmqbjpy0qfh41jwj7b50nx834g5gnoticevk977gmqbjpy0qfh41jwj7b50nx834g5greportvk977gmqbjpy0qfh41jwj7b50nx834g5gstockvk977gmqbjpy0qfh41jwj7b50nx834g5g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvEM_API_KEY
