← 返回 Skills 市场
Stock Top Gainers
作者
shinelp100
· GitHub ↗
· v1.0.2
· MIT-0
69
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install stock-top-gainers
功能描述
获取 A 股近 10 日个股涨幅排名(前 20 只),排除 ST 股票。 **触发场景**: - "近 10 日涨幅排名" - "最近哪些股票涨得好" - "获取涨幅前 20 股票" - "股票排行榜" - "强势股排名
安全使用建议
This skill is internally consistent: it uses the OpenClaw 'browser' tool to snapshot iwencai, parses the snapshot with local Python scripts, and falls back to an included cache if scraping fails. It asks for no secrets and performs no unrelated I/O. Things to consider before installing: (1) scraping depends on the browser tool and the snapshot format—if the platform's browser is logged into accounts, snapshots might include page state or cookies, so verify how the platform isolates browser sessions; (2) site terms of service—make sure scraping iwencai / Eastmoney is acceptable for your use; (3) the parser uses rigid regexes and may silently fail to extract live data (the skill then returns cached sample data). If you need stronger guarantees (real‑time, reliable parsing), request improvements to parsing logic or explicit error handling.
功能分析
Type: OpenClaw Skill
Name: stock-top-gainers
Version: 1.0.2
The skill is designed to fetch and filter A-share stock ranking data from legitimate financial websites like iwencai.com. The implementation in scripts/fetch_gainers.py and scripts/parse_snapshot.py uses the OpenClaw browser tool and standard Python subprocess calls to retrieve and parse data, with a local JSON fallback. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code logic is transparent and aligns with the stated purpose.
能力评估
Purpose & Capability
Name/description (get A‑share 10‑day top gainers, exclude ST) align with the included scripts and SKILL.md. The scripts target the declared data sources (iwencai / Eastmoney) and implement snapshot parsing + a cached fallback. Declared tool and binary (browser, python3) match runtime usage.
Instruction Scope
Instructions limit actions to opening the target URL, taking a browser snapshot, parsing the snapshot, and falling back to a local sample. They do not request unrelated files, credentials, or external endpoints. Note: snapshot parsing relies on fragile regex patterns that assume a particular snapshot format; if the browser snapshot format changes the parser may fail and fallback to cache.
Install Mechanism
There is no install spec (instruction-only behavior with Python scripts present). No third‑party downloads or archives. Scripts run locally and call the platform's 'openclaw browser' tool via subprocess, which is expected for this environment.
Credentials
The skill requests no environment variables, no credentials, and no config paths. It only reads an included sample JSON as a local fallback. There are no unexpected secret accesses.
Persistence & Privilege
always is false and the skill is user‑invocable. disable-model-invocation is false (normal). The skill does not attempt to modify other skills or system configs. Its autonomous invocation capability is standard and not combined with broad credential access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-top-gainers - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-top-gainers触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Monorepo 结构重构,独立发布版本
v2.0.0
Monorepo 独立版本,支持单独安装
v1.0.1
Monorepo 结构重构,独立发布版本
v1.0.0
首次独立发布:支持近 10 日涨幅排名查询,自动 ST 股票过滤
元数据
常见问题
Stock Top Gainers 是什么?
获取 A 股近 10 日个股涨幅排名(前 20 只),排除 ST 股票。 **触发场景**: - "近 10 日涨幅排名" - "最近哪些股票涨得好" - "获取涨幅前 20 股票" - "股票排行榜" - "强势股排名. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 Stock Top Gainers?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-top-gainers」即可一键安装,无需额外配置。
Stock Top Gainers 是免费的吗?
是的,Stock Top Gainers 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Top Gainers 支持哪些平台?
Stock Top Gainers 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Top Gainers?
由 shinelp100(@shinelp100)开发并维护,当前版本 v1.0.2。
推荐 Skills