← Back to Skills Marketplace
georgetao730

Select Super Stock

by George Tao · GitHub ↗ · v1.3.0 · MIT-0
cross-platform ⚠ suspicious
274
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install select-super-stock
Description
A 股/港股/美股优质股票筛选专家。擅长筛选具备中长期布局价值的优质股票,精准规避游资炒作和庄家控盘的垃圾股。基于两大核心模型:(1) 长线稳步上涨型(如中国海油)- 月线年线多头排列、ROE 高于 15%、高股息;(2) 历史低位反弹型(如万华化学)- 核心资产大幅回撤后企稳、行业周期见底。使用场景:用户询问某...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install select-super-stock
  3. After installation, invoke the skill by name or use /select-super-stock
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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股/港股/美股优质股票筛选。 - 创新引入两大核心选股模型:长线稳步上涨型、历史低位反弹型。 - 提供黑名单规避准则,精准防止游资炒作与垃圾股踩雷。 - 标准化分析工作流,涵盖技术面与基本面多维度评估。 - 输出清晰投资建议与操作策略,适用于中长期投资决策。
Metadata
Slug select-super-stock
Version 1.3.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Select Super Stock?

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

How do I install Select Super Stock?

Run "/install select-super-stock" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Select Super Stock free?

Yes, Select Super Stock is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Select Super Stock support?

Select Super Stock is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Select Super Stock?

It is built and maintained by George Tao (@georgetao730); the current version is v1.3.0.

💬 Comments