← 返回 Skills 市场
silverfoxchina-gif

东方财富网条件选股

作者 silverfoxchina-gif · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
263
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install em-stockpick
功能描述
Use eastmoney official website to perform conditional stock selection with natural language. Invoke when user asks to select stocks based on conditions, anal...
使用说明 (SKILL.md)

东方财富条件选股

功能描述

使用Python访问东方财富官网,通过自然语言描述执行条件选股,支持各种技术指标和基本面条件的组合查询。
支持以下类型:

  • A股港股
  • ETF可转债板块

查询示例

query | select-type |

----------|----------|

股价大于1000元的股票、创业板市盈率最低的50只 | A股 |

港股的科技龙头 | 港股 |

今天涨幅最大板块 | 板块 |

规模超2亿的电力ETF | ETF |

价格低于110元、溢价率超5个点的可转债 | 可转债 |

快速开始

1. 命令行调用

python -m scripts.em_stock_selector --query 股价大于100元的股票;涨跌幅;所属板块 --select-type A股

参数说明:

| 参数 | 说明 | 必填 |

|------|------|------|

| --query | 自然语言查询条件 | ✅ |

| --select-type | 查询领域 | ✅ |

安全使用建议
This skill appears to do what it says: automate a headless browser to get a site fingerprint, call EastMoney APIs, and save results as CSV. Before installing, check these points: (1) the package does not declare dependencies — you will need Python, the DrissionPage library (or equivalent), and a Chromium/Chrome binary available to headless automation; (2) the script will create a workspace directory and write fingerprint_cache.json and CSV files there; (3) it makes network calls to EastMoney domains (no external or unknown endpoints found); (4) run it in a controlled environment if you are unsure about running unvetted code from an unknown source; and (5) if you want to allow automated agent invocation, note this skill has no special 'always' privilege (default autonomous invocation is platform behavior). If you want higher assurance, ask the author to provide a clear install spec (pip requirements and required browser binary) and a provenance/homepage for the project.
功能分析
Type: OpenClaw Skill Name: em-stockpick Version: 1.0.0 The skill is a legitimate tool for querying stock data from Eastmoney (eastmoney.com) using natural language. It utilizes the DrissionPage library in scripts/em_stock_selector.py to handle session fingerprints and fetch data via official API endpoints, saving results to a local CSV file in the workspace directory. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description (use EastMoney to perform conditional stock selection) matches the provided Python script: it retrieves a site fingerprint cookie, calls EastMoney search APIs, and exports results. The endpoints used are EastMoney domains and the operations performed are coherent with the stated functionality.
Instruction Scope
SKILL.md limits runtime actions to invoking the provided Python script with a natural-language query. The script does perform browser automation to obtain a qgqp_b_id cookie and then posts queries to EastMoney APIs, and it writes fingerprint_cache.json and output CSV files into a local 'workspace' directory. It does not read unrelated system files or require extra credentials.
Install Mechanism
There is no install spec despite included code that depends on external binaries/libraries (DrissionPage, a Chromium binary). The skill metadata lists no required binaries or packages, so the developer omitted runtime dependency/install instructions; that mismatch can cause surprise failures or hidden runtime requirements (headless Chromium).
Credentials
The skill requests no environment variables or credentials. The script obtains a cookie value from a browser session for API access, which is necessary for the target site and not a broad request for unrelated secrets. It does create and write files under a local 'workspace' directory.
Persistence & Privilege
always is false and the skill does not request to modify other skills or system-wide settings. Its persistent behavior is limited to saving a fingerprint cache and CSV results to a local workspace — confined to its own files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install em-stockpick
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /em-stockpick 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
DFCF_StockPick Skill 1.0.0 - Initial release: Query stock data from eastmoney official website using natural language. - Supports selecting A-shares, Hong Kong stocks, ETFs, convertible bonds, and sectors. - Allows combining multiple technical and fundamental conditions. - Provides a command-line Python interface for flexible stock selection based on user-defined queries.
元数据
Slug em-stockpick
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

东方财富网条件选股 是什么?

Use eastmoney official website to perform conditional stock selection with natural language. Invoke when user asks to select stocks based on conditions, anal... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。

如何安装 东方财富网条件选股?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install em-stockpick」即可一键安装,无需额外配置。

东方财富网条件选股 是免费的吗?

是的,东方财富网条件选股 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

东方财富网条件选股 支持哪些平台?

东方财富网条件选股 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 东方财富网条件选股?

由 silverfoxchina-gif(@silverfoxchina-gif)开发并维护,当前版本 v1.0.0。

💬 留言讨论