fund-diagnosis
v1.0.0面向公募基金的单基金综合诊断能力。适用于用户提出“这只基金怎么样”“适不适合继续持有”“风险和收益特征如何”等泛化问题时,返回结构化的Markdown诊断报告。每次仅分析一只基金,不处理多基金对比与量化建模。触发核心条件:用户问法为概括性诊断,未要求具体指标公式计算或回测建模。
⭐ 0· 40·0 current·0 all-time
byGingin@gracexiaoo
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description match the implementation: the code sends a natural-language question to a fund-analysis endpoint and returns/saves the Markdown report. The only required credential is EM_API_KEY, which aligns with the stated use of 东方财富妙想 (Eastmoney) API.
Instruction Scope
SKILL.md instructs to set EM_API_KEY and run the included script; the script only posts {"question": ...} to the configured API, extracts displayData, prints it and optionally writes a Markdown file. It does write files under ./miaoxiang/fund_diagnosis by default — this is expected but worth noting. The skill does not read unrelated files or access other env vars.
Install Mechanism
No install spec; this is instruction-only with a small Python script. Nothing is downloaded or written besides the script-provided output files.
Credentials
Only one environment variable (EM_API_KEY) is required, which is appropriate for authenticating to a third-party API. No additional secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not alter other skills or global agent configuration. It only writes its own output Markdown files to a subdirectory in the current working directory.
Assessment
This skill appears to do what it says: it sends the user's natural-language question to an Eastmoney fund-analysis API and returns the report. Before installing, verify the EM_API_KEY you will provide comes from the official Eastmoney/mxClaw service and can be revoked; do not share the key or hard-code it. Note: the script's FUND_ANALYSIS_URL points to a mx-saas-platform-test.eastmoney.com host (a test endpoint) while SKILL.md references ai.eastmoney.com/mxClaw — ask the publisher which endpoint is intended (test vs production). Also be aware the script will create files under ./miaoxiang/fund_diagnosis when save_to_file is enabled, and the program will fail early if EM_API_KEY is not set.Like a lobster shell, security has layers — review code before you run it.
latestvk979e02jakxb2h90dtg8kgk2dh84vyf0
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvEM_API_KEY
