← 返回 Skills 市场
趋势启动扫描器
作者
Jayden-zhong
· GitHub ↗
· v1.1.0
· MIT-0
145
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install trend-launch-scanner
功能描述
基于历史技术指标验证,实时扫描筛选处于上升趋势初期的潜力股票,评分≥60分为重点关注标的。
安全使用建议
Before installing or running this skill: 1) Expect to need Python and packages (pandas, numpy, baostock, requests, etc.) — the SKILL.md/metadata do not list them. 2) Inspect or change the hard-coded DATA_DIR and sys.path entries (they point to C:/Users/Administrator/.qclaw/…), otherwise the scripts may read/write data in those locations or fail on non-Windows systems. 3) The code makes network calls to baostock and Tencent (web.ifzq.gtimg.cn) to fetch market data — ensure you are comfortable allowing those requests. 4) Run the code first in an isolated environment (sandbox or container) so you can observe file I/O and network traffic. 5) Ask the publisher to provide a clear dependency list, configurable data directory, and a concise README describing which scripts are intended for real-time scanning vs. offline backtesting. If you need this skill to run inside a restricted environment (no network or no file writes), request a version that documents and parameterizes those behaviors.
功能分析
Type: OpenClaw Skill
Name: trend-launch-scanner
Version: 1.1.0
The bundle provides a comprehensive stock trend scanning and backtesting system that fetches financial data from legitimate Tencent and Eastmoney APIs. It is classified as suspicious due to significant environmental flaws and poor encapsulation, specifically the extensive use of hardcoded absolute paths to a specific Windows user profile (C:/Users/Administrator) across multiple files like backtest_80plus.py and trend_scanner.py. Additionally, trend_scanner.py attempts to modify the Python path to import modules from three levels above the skill's root directory (../../../scripts), which constitutes an attempt to access files outside the intended skill scope.
能力评估
Purpose & Capability
The name/description promise a 'real-time trend launch scanner', but the repository contains many backtest and utility scripts focused on historical analysis and batch backtests (multiple backtest_*.py, top5_backtest, etc.). The code relies on external market-data APIs (baostock and Tencent web API) and writes/reads data under hard-coded Windows paths (e.g., C:/Users/Administrator/.qclaw/workspace-ag01/data/trend_scan), yet the skill metadata and SKILL.md do not declare those dependencies, data sources, or required filesystem access. That mismatch (light-weight README vs. heavyweight code assumptions) is a coherence concern.
Instruction Scope
SKILL.md gives a simple runtime instruction (python trend_scanner.py) and high-level descriptions of modules, but does not document that many scripts will: (a) make network requests to external APIs (baostock, Tencent), (b) require multiple Python libraries (pandas, numpy, requests, baostock) and (c) read/write files under specific absolute paths. Several scripts call bs.login()/bs.logout(), hit web.ifzq.gtimg.cn, and save JSON to DATA_DIR. The runtime instructions are incomplete and omit file/network actions that materially affect privacy and environment.
Install Mechanism
No install spec is provided (instruction-only), so nothing is packaged/installed automatically. However, the code clearly requires third-party Python packages (pandas, numpy, baostock, requests, possibly others) which are not declared. This is not an immediate supply-chain red flag (no arbitrary download URLs or extract operations), but it is an operational omission: users need to pip-install dependencies manually or the scripts will fail.
Credentials
The skill declares no required environment variables or credentials, and the code does not appear to expect secrets. However, it does perform network requests to public market-data endpoints (baostock, Tencent) and uses hard-coded filesystem locations under C:/Users/Administrator/.qclaw; those absolute paths may unintentionally read or overwrite local datasets. The absence of any declared config/paths in metadata contrasts with the code's reliance on local directories (DATA_DIR) and specific workspace layout.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed (default). The skill does not request permanent 'always' inclusion and does not modify other skills. The main elevated behaviors are normal: network I/O and file read/write when executed, which is expected for a backtester but should be noted.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trend-launch-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/trend-launch-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 统一评分v3.2(RSI重构+超跌加成),扫描池扩至620只,支持行业分散输出,添加退市股二次过滤
v1.0.0
Initial release: A-share trend launch stock scanner based on control group validation
元数据
常见问题
趋势启动扫描器 是什么?
基于历史技术指标验证,实时扫描筛选处于上升趋势初期的潜力股票,评分≥60分为重点关注标的。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。
如何安装 趋势启动扫描器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trend-launch-scanner」即可一键安装,无需额外配置。
趋势启动扫描器 是免费的吗?
是的,趋势启动扫描器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
趋势启动扫描器 支持哪些平台?
趋势启动扫描器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 趋势启动扫描器?
由 Jayden-zhong(@jayden-zhong)开发并维护,当前版本 v1.1.0。
推荐 Skills