← Back to Skills Marketplace
Mx Search
by
Jessecq1995
· GitHub ↗
· v1.0.5
· MIT-0
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mx-search-jesse
Description
本skill基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。
Usage Guidance
This skill appears coherent and implements the documented functionality: it will send the user's query and your MX_APIKEY to Eastmoney's finskill API and save both a pretty text view and the raw JSON to disk. Before installing or running: 1) Only provide an API key obtained from a trusted source (the skill expects MX_APIKEY). 2) Change the default output directory if you don’t want query results stored under /root/.openclaw/workspace/mx_data/output/—saved files could contain sensitive queries or extracted content. 3) Ensure the runtime has the Python requests library available. 4) Monitor usage of the API key and rotate it if you suspect it was exposed. If you want additional assurance, inspect or run the provided mx_search.py in a controlled environment to confirm behavior.
Capability Analysis
Type: OpenClaw Skill
Name: mx-search-jesse
Version: 1.0.5
The skill bundle is a legitimate integration for the Eastmoney (东方财富) 'Miaoxiang' financial search API. The Python script (mx_search.py) and documentation (SKILL.md) correctly implement a search tool that fetches financial news and reports from 'mkapi2.dfcfs.com' using a user-provided API key. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the Python client code consistently call the same API endpoint (mkapi2.dfcfs.com) and require a single MX_APIKEY environment variable. Required artifacts (network requests, JSON parsing, text extraction, and writing results) match the stated purpose of querying and returning financial news/report data.
Instruction Scope
Instructions and code only send the user's query to the Eastmoney API and save formatted/plaintext/JSON outputs. They do not access other environment variables or arbitrary local files. Note: the skill saves query output to disk (default /root/.openclaw/workspace/mx_data/output/) which may store sensitive queries or results persistently—this is expected behavior for a CLI client but worth being aware of.
Install Mechanism
No install spec is provided (instruction-only + included Python script). No remote downloads or package-install steps are present. The code uses the requests library; ensure the runtime has that dependency, but there is no opaque installer or external URL fetch.
Credentials
The only credential required is MX_APIKEY, which is appropriate for an API-backed search skill. No unrelated secrets or config paths are requested. The SKILL.md and code consistently use MX_APIKEY and do not read other environment variables.
Persistence & Privilege
The skill does not request 'always: true' or elevated privileges and is user-invocable. However, it writes files by default into a fixed /root/.openclaw/... path; depending on your environment this may be an unexpected location (permission failures if non-root, or storing results under root if run as root). Consider configuring an alternate output directory before use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mx-search-jesse - After installation, invoke the skill by name or use
/mx-search-jesse - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
eastmoney_fin_search skill 1.0.5
- 新增东方财富妙想搜索能力,聚焦金融资讯的权威、时效性筛选。
- 用户可通过问句检索新闻、公告、研报、政策等金融信息。
- 输出包含结构化文本及原始 JSON 数据,便于后续处理。
- API Key 经环境变量 MX_APIKEY 配置,保障密钥安全。
- 支持涵盖个股、板块、宏观等多场景问答,提升查询多样性。
Metadata
Frequently Asked Questions
What is Mx Search?
本skill基于东方财富妙想搜索能力,基于金融场景进行信源智能筛选,用于获取涉及时效性信息或特定事件信息的任务,包括新闻、公告、研报、政策、交易规则、具体事件、各种影响分析、以及需要检索外部数据的非常识信息等。避免AI在搜索金融场景信息时,参考到非权威、及过时的信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install Mx Search?
Run "/install mx-search-jesse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mx Search free?
Yes, Mx Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mx Search support?
Mx Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mx Search?
It is built and maintained by Jessecq1995 (@jessecq1995); the current version is v1.0.5.
More Skills