← 返回 Skills 市场
tltby12341

Top Performer Scanner

作者 tltby12341 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install top-performer-scanner
功能描述
Find the true top-performing US stocks per year by downloading all NASDAQ-listed symbols, filtering by liquidity (Top 500 daily dollar volume), and ranking b...
安全使用建议
This package appears to do what it says: download NASDAQ symbol data and Yahoo Finance prices, compute liquidity-ranked universes per year, and report top performers. Before installing/running: (1) run in a controlled environment (virtualenv) and install requirements from requirements.txt; (2) be aware it needs internet access and may download large amounts of historical data (yfinance batch downloads can be heavy and rate-limited); (3) verify outputs before using for trading — the author also warns about data gaps/adjustments; (4) note small doc mismatches (expected output filename differs from SKILL.md) and the ticker filter (alphabetic tickers with length <=4) which may exclude some valid modern tickers — review/adjust filters if you need broader universes; (5) review and, if necessary, adjust date ranges and --min-price to match your analysis needs.
功能分析
Type: OpenClaw Skill Name: top-performer-scanner Version: 1.0.0 The skill bundle provides tools for historical stock performance analysis by downloading market data from the NASDAQ FTP server and Yahoo Finance. The Python scripts (get_true_top_500.py and analyze_feasibility.py) perform legitimate data processing, liquidity filtering, and return calculations as described in the documentation, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (finding top-performing US stocks by liquidity-ranked universe) match the included scripts and declared dependencies (pandas, yfinance). The required binaries (python3, pip3) are appropriate. Small documentation mismatches exist (SKILL.md mentions output file 'nasdaq_top500_performers.csv' while the script default is 'top_performers.csv'), but this is a correctness/documentation issue, not a security mismatch.
Instruction Scope
SKILL.md instructs the agent to run the two included Python scripts and explicitly states network access to NASDAQ FTP and Yahoo Finance is required. The scripts only access the declared endpoints (ftp://ftp.nasdaqtrader.com and Yahoo Finance via yfinance) and perform local data processing; they do not read unrelated system files, environment variables, or send data to unexpected external endpoints.
Install Mechanism
No install spec is provided (instruction-only install), which is low risk. A requirements.txt lists pandas and yfinance, matching the SKILL.md pip install suggestion. No remote arbitrary binary downloads, no extract-from-URL behavior, and no unusual install locations.
Credentials
The skill requests no environment variables or credentials. The external network access (NASDAQ FTP and Yahoo Finance) is necessary for the task and is declared in SKILL.md. No unrelated secrets or service tokens are requested.
Persistence & Privilege
always:false and the skill does not request or attempt to modify other skills or system-wide agent settings. It does not request persistent privileges or background execution.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install top-performer-scanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /top-performer-scanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of top-performer-scanner: - Finds the true top-performing US stocks per year, filtering by liquidity (Top 500 daily dollar volume) with no survivorship bias. - Downloads all NASDAQ-listed symbols, filters out ETFs/test issues, and gathers full historical price data (2019–2026). - Ranks stocks annually by returns within the top liquidity universe and outputs Top 15 performers per year. - Includes feasibility analysis to test stock selection filters against historical explosive movers. - Excludes penny stocks and illiquid names; applies liquidity filter dynamically by year. - Requires Python 3, pip3, pandas, and yfinance. Internet access is required for data download.
元数据
Slug top-performer-scanner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Top Performer Scanner 是什么?

Find the true top-performing US stocks per year by downloading all NASDAQ-listed symbols, filtering by liquidity (Top 500 daily dollar volume), and ranking b... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 Top Performer Scanner?

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

Top Performer Scanner 是免费的吗?

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

Top Performer Scanner 支持哪些平台?

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

谁开发了 Top Performer Scanner?

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

💬 留言讨论