eastmoney_select_stock (skills.sh) | implexaback to searcheastmoney_select_stock
eastmoney_select_stock — an installable skill for AI agents, published by meission/eastmoney.
copies:
implexa run skills.sh/eastmoney-select-stock view sourceSKILL.md
东方财富智能选股skill (eastmoney_select_stock)
通过自然语言查询进行选股(支持市场:A股、港股、美股),返回符合条件的股票列表,可自动导出为CSV文件。
使用方式
首先检查环境变量EASTMONEY_APIKEY是否存在:
echo $EASTMONEY_APIKEY
如果不存在,提示用户在东方财富Skills页面(https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。
⚠️ 安全注意事项
外部请求: 本 Skill 会将用户的查询关键词(Keyword)发送至东方财富官方 API 接口 (mkapi2.dfcfs.com) 进行解析与检索。
数据用途: 提交的数据仅用于匹配选股条件,不包含个人隐私信息。
凭据保护: API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。
related skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+explicitly documents external api calls and data usage, reducing surprise about where queries go+covers three major stock markets in one skill (a-shares, hong kong, us equities)+includes environment variable setup instructions with a reference urlweaknesses
- ~missing intent declaration, explicit input/output schemas, and decision-point logic - structure is more readme than skill definition
- ~no error handling coverage: what happens if api key is invalid, network fails, or query syntax is malformed
- ~trigger phrases are missing entirely; no examples of how an agent would invoke this or what natural language patterns it accepts