← 返回 Skills 市场
mrblackerx

股票打板筛选

作者 MrBlackerX · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1475
总下载
3
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-board
功能描述
筛选A股市场中当日及昨日涨停和强势股票,并统计各板块涨停数量,支持创业板和科创板筛选。
安全使用建议
This skill appears to be what it claims: a simple CLI that fetches market data from a public API and prints screened results. Before installing: 1) Note the documentation mismatch — SKILL.md says Sina Finance but the code calls Eastmoney; confirm you are comfortable with Eastmoney as the data provider. 2) Review package.json if you plan to publish or install via npm (the 'bins' field is nonstandard). 3) If you require strict provenance, review the code locally (bin/board.js is short) to ensure no network calls are added in future updates. 4) Be aware the tool needs outbound network access; ensure this aligns with your environment and any data-provider terms of service.
功能分析
Type: OpenClaw Skill Name: stock-board Version: 1.0.0 The skill bundle is benign. The `SKILL.md` file provides clear, straightforward instructions without any attempts at prompt injection or manipulation of the AI agent. The `bin/board.js` script fetches public stock data from `eastmoney.com` using standard HTTPS requests, processes it, and outputs formatted results. It includes basic input validation for command-line arguments and does not perform any file system operations, access environment variables, or make requests to suspicious external endpoints. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The skill's code implements an A-share screening tool (涨停/强势/创业板/科创板) consistent with the description. However, SKILL.md states the data source is '新浪财经' while bin/board.js actually queries push2.eastmoney.com (Eastmoney). This is an inconsistency in documentation but does not appear to change functionality.
Instruction Scope
SKILL.md instructs running the local 'board' CLI with simple arguments; the implementation only performs HTTPS GET requests to a public market API and prints results. The instructions do not ask the agent to read unrelated files, environment variables, or send data to unexpected endpoints. The only scope issue is the mismatched stated data source vs actual endpoint.
Install Mechanism
No install script is provided (instruction-only install), and included code is a small Node CLI that makes outgoing HTTPS requests. There are no downloads from arbitrary URLs or archive extraction. package.json uses a nonstandard 'bins' array instead of the usual 'bin' field, which is a packaging metadata issue but not a code-safety concern.
Credentials
The skill declares no required environment variables, no credentials, and the code does not access process.env. It only needs outbound network access to Eastmoney's public API, which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does not modify other skills' configs or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-board
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-board 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of stock-board skill for A股市场股票筛选: - 提供当日涨停板股票筛选(涨跌幅≥9.9%) - 支持筛选强势股(涨幅≥7%) - 可查看昨日涨停股今日表现 - 提供各板块涨停数量统计 - 支持创业板、科创板高涨幅筛选 - 数据来自新浪财经实时行情接口
元数据
Slug stock-board
版本 1.0.0
许可证
累计安装 12
当前安装数 11
历史版本数 1
常见问题

股票打板筛选 是什么?

筛选A股市场中当日及昨日涨停和强势股票,并统计各板块涨停数量,支持创业板和科创板筛选。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1475 次。

如何安装 股票打板筛选?

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

股票打板筛选 是免费的吗?

是的,股票打板筛选 完全免费(开源免费),可自由下载、安装和使用。

股票打板筛选 支持哪些平台?

股票打板筛选 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 股票打板筛选?

由 MrBlackerX(@mrblackerx)开发并维护,当前版本 v1.0.0。

💬 留言讨论