← 返回 Skills 市场
georgetao730

Select Super Stock

作者 George Tao · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ⚠ suspicious
274
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install select-super-stock
功能描述
A 股/港股/美股优质股票筛选专家。擅长筛选具备中长期布局价值的优质股票,精准规避游资炒作和庄家控盘的垃圾股。基于两大核心模型:(1) 长线稳步上涨型(如中国海油)- 月线年线多头排列、ROE 高于 15%、高股息;(2) 历史低位反弹型(如万华化学)- 核心资产大幅回撤后企稳、行业周期见底。使用场景:用户询问某...
安全使用建议
This package appears to implement the advertised stock-screener logic, but it has a number of practical/incoherent issues you should resolve before running it: - Missing helper files: the wrapper (scripts/run_with_cache.py) expects a script named stock_analyzer_orig.py and imports cache_utils from a _shared directory; those files/directories are not present in the manifest. Confirm where cache_utils and the original analyzer are supposed to come from. - Dependency management: the code requires Python packages (akshare, pandas). The skill provides no install instructions. Install dependencies in a controlled environment (virtualenv) using: pip install akshare pandas (and any other dependencies) and verify versions first. - Subprocess execution: run_with_cache uses subprocess.run to invoke another local script. If you add or rename files to satisfy the wrapper, verify the invoked script's content before running — subprocess will execute code on your machine. - Network access: AKShare fetches market data from external sources. Only install/run this in an environment where network access is acceptable and you trust the data sources. - Shebang/path assumptions: scripts use a Homebrew Python shebang path which may not exist on your system; run them with your python3 executable explicitly (e.g., python3 scripts/stock_analyzer.py --symbol 600938 --full). Recommended next steps before using: inspect/cache_utils (if provided elsewhere) and resolve the missing stock_analyzer_orig.py vs stock_analyzer.py mismatch; run the scripts in an isolated test environment (container or VM); review all script contents; and only then install dependencies and run. If you are not comfortable resolving these issues, treat this package as untrusted/unready.
功能分析
Type: OpenClaw Skill Name: select-super-stock Version: 1.3.0 The 'select-super-stock' skill bundle is a legitimate stock analysis tool that implements technical and fundamental screening logic. The Python scripts (scripts/stock_analyzer.py and scripts/run_with_cache.py) use the standard 'akshare' library to fetch financial data and calculate indicators like MACD and RSI as described in the SKILL.md documentation. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found; the code is well-structured and includes appropriate financial risk disclaimers.
能力评估
Purpose & Capability
The name/description (stock screener for A/H/US stocks) aligns with the included code: the scripts call AKShare, compute technical/fundamental indicators, and produce reports. Forcing AKShare as the data source is coherent with the stated goal.
Instruction Scope
SKILL.md instructs running the provided Python analyzer and the scripts do what they claim (fetch market data, compute indicators, produce recommendations). However, the runtime instructions rely on local scripts and a cache helper (cache_utils) that are not present in the manifest, and the wrapper script prints and executes another script name (stock_analyzer_orig.py) that doesn't exist in the file listing — this is an inconsistency that could cause unexpected failures or arbitrary subprocess execution if the environment contains different files.
Install Mechanism
There is no install spec. The code depends on third-party Python packages (akshare, pandas) but does not provide installation steps; scripts assume a particular Python path in the shebang (/home/linuxbrew/...) which may not exist. Missing install guidance makes correct setup fragile and could lead users to run commands inappropriately to satisfy dependencies.
Credentials
The skill requests no environment variables, credentials, or config paths. Its network access (AKShare) is proportional to the stated purpose of fetching market data. No secrets are requested or required by the code.
Persistence & Privilege
always is false and there is no indication the skill tries to persist itself into agent/system configuration or modify other skills. It caches report data under the script directory (.cache), which is local and expected for a caching helper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install select-super-stock
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /select-super-stock 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
**v1.3.0** 增强了脚本功能并引入数据缓存支持。 - 新增 scripts/run_with_cache.py,实现数据缓存功能,提升分析效率。 - 更新 scripts/stock_analyzer.py,以支持缓存运行模式。 - |_meta.json 文件同步调整,反映新功能及依赖变化。
v1.0.0
select-super-stock v1.0.0 - 首发版本,支持A股/港股/美股优质股票筛选。 - 创新引入两大核心选股模型:长线稳步上涨型、历史低位反弹型。 - 提供黑名单规避准则,精准防止游资炒作与垃圾股踩雷。 - 标准化分析工作流,涵盖技术面与基本面多维度评估。 - 输出清晰投资建议与操作策略,适用于中长期投资决策。
元数据
Slug select-super-stock
版本 1.3.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Select Super Stock 是什么?

A 股/港股/美股优质股票筛选专家。擅长筛选具备中长期布局价值的优质股票,精准规避游资炒作和庄家控盘的垃圾股。基于两大核心模型:(1) 长线稳步上涨型(如中国海油)- 月线年线多头排列、ROE 高于 15%、高股息;(2) 历史低位反弹型(如万华化学)- 核心资产大幅回撤后企稳、行业周期见底。使用场景:用户询问某... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。

如何安装 Select Super Stock?

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

Select Super Stock 是免费的吗?

是的,Select Super Stock 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Select Super Stock 支持哪些平台?

Select Super Stock 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Select Super Stock?

由 George Tao(@georgetao730)开发并维护,当前版本 v1.3.0。

💬 留言讨论