← 返回 Skills 市场
Stock Select
作者
Hailong Wang
· GitHub ↗
· v2.0.2
· MIT-0
951
总下载
2
收藏
7
当前安装
13
版本数
在 OpenClaw 中安装
/install stock-select
功能描述
AI驱动的智能选股与交易助手。自然语言选股(如"涨停股"、"主力净流入>10%"),Level2主力资金数据,集合竞价异动监控,多券商账户管理与AI辅助下单。让选股→分析→交易一站式完成。触发词:选股、问财、股票查询、主力资金、大单净额、涨停、集合竞价、股票行情、交易下单。
安全使用建议
This skill will ask the agent to send usernames/passwords and JWT tokens to an external service (api.stockbot.me) and references an environment variable (STOCKBOOT_API_URL) even though the registry declares none. Before installing or using: 1) Do not enter real brokerage credentials until you trust the operator — try a read-only or demo account first. 2) Ask the publisher to update metadata to declare required env vars (STOCKBOOT_API_URL) and the primary credential name, and to provide a privacy/security policy explaining how tokens are stored/used and retained. 3) Prefer self-hosting (set STOCKBOOT_API_URL to your own audited backend) if you will perform real trades. 4) Verify TLS/HTTPS and the service's identity (homepage/source are unknown). 5) If you must test, create a throwaway account with minimal funds. If the publisher cannot clarify or provide auditable server code or an explicit privacy policy, treat the skill as untrusted for real trading/credential use.
功能分析
Type: OpenClaw Skill
Name: stock-select
Version: 2.0.2
The skill facilitates stock trading and account management by requiring users to provide sensitive credentials, including passwords and SMS verification codes, to an external API (api.stockbot.me). While these capabilities are consistent with the stated purpose of a trading assistant, the handling of financial authentication tokens and the execution of trades via an AI agent represent high-risk behaviors. No explicit evidence of malicious intent or data exfiltration beyond the documented service was found in SKILL.md, but the potential for credential harvesting or unauthorized financial transactions warrants a suspicious classification.
能力标签
能力评估
Purpose & Capability
The skill claims trading, account management, Level2 data and AI-assisted order placement — capabilities that legitimately require API endpoint configuration and secret tokens. However, the registry metadata lists no required environment variables, no primary credential, and no config paths. The SKILL.md itself references STOCKBOOT_API_URL and bearer tokens and describes login flows that accept username/password and return JWT/refresh tokens. The declared metadata does not match these needs.
Instruction Scope
The SKILL.md gives explicit runtime instructions to POST user credentials (username/password) to ${STOCKBOOT_API_URL}/auth/login, store/use/refresh JWT tokens, and call account/transaction endpoints on the Stockboot API. All network calls are to api.stockbot.me (or a custom STOCKBOOT_API_URL). That network scope matches the stated function, but the instructions also reference environment variables and token storage/usage that are not declared in the registry. The instructions will cause the agent to transmit sensitive user credentials/tokens to an external service — this is within the skill's purpose but must be explicit in metadata and consent flows.
Install Mechanism
There is no install spec and no executable code shipped with the skill (instruction-only). Low installation risk: nothing is downloaded or written to disk by an installer from this package.
Credentials
Although the registry lists no required environment variables or primary credential, the SKILL.md requires and documents use of STOCKBOOT_API_URL and bearer tokens (JWT + refreshToken) and expects user login credentials for trading. The absence of declared env vars/primaryEnv is a mismatch that obscures which secrets the skill will ask for or use. Additionally, the backend is a private repository (not auditable from the skill), so sensitive tokens/credentials sent to that service are harder to review.
Persistence & Privilege
The skill does not request always:true or any system-wide privileges. It does not claim to modify other skills or system configuration. Autonomous invocation is allowed (default) but not combined with other elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-select - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-select触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
更新API域名到api.stockbot.me,添加官网地址stockbot.me
v2.0.1
优化描述:突出AI选股、Level2主力资金、竞价监控、多账户交易等核心价值
v2.0.0
新增用户认证接口、Level2数据、账户接口、交易接口
v1.5.1
完善文档:添加外部依赖声明、隐私说明、自托管选项
v1.5.0
安全升级:所有API请求升级为HTTPS加密传输
v1.4.3
API 地址更新为 HTTPS
v1.4.2
修复 license 显示为 MIT
v1.4.1
添加作者信息
v1.4.0
完善API文档:准确标注各接口请求方法,域名更新为stockboot.jiuma.cn
v1.3.0
安全更新:API域名更新,所有接口改用POST方法避免明文传输
v1.2.0
修复安全审核问题:许可证改为MIT,API地址使用环境变量
v1.1.0
新增行情接口:分时、集合竞价、K线、基础数据等,支持优化传输格式
v1.0.0
- Initial release of stock-select skill: intelligent stock screening via natural language, similar to Tonghuashun WenCai.
- Supports flexible screening using Chinese queries like "涨停的股票", "市盈率小于20", and "连续3天上涨".
- Integrates with remote API to process user queries and return filtered stock lists.
- Handles various filter types: price movements, financial ratios, multi-condition combinations, and exclusions (e.g., 非ST).
- Designed for easy interaction: users ask in plain Chinese, system returns structured results.
元数据
常见问题
Stock Select 是什么?
AI驱动的智能选股与交易助手。自然语言选股(如"涨停股"、"主力净流入>10%"),Level2主力资金数据,集合竞价异动监控,多券商账户管理与AI辅助下单。让选股→分析→交易一站式完成。触发词:选股、问财、股票查询、主力资金、大单净额、涨停、集合竞价、股票行情、交易下单。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 951 次。
如何安装 Stock Select?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-select」即可一键安装,无需额外配置。
Stock Select 是免费的吗?
是的,Stock Select 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Select 支持哪些平台?
Stock Select 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Select?
由 Hailong Wang(@wanghl-cn)开发并维护,当前版本 v2.0.2。
推荐 Skills