Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

top-performer-scanner最佳性能扫描仪

Agent Skill

top-performer-scanner 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,703

周安装

202

GitHub Stars

公开资料未说明

下载量

1,648
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:top-performer-scanner(最佳性能扫描仪)
来源仓库:https://github.com/tltby12341/top-performer-scanner
安装命令:
openclaw skills install top-performer-scanner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install top-performer-scanner

简介

通过下载所有纳斯达克上市代码、按流动性筛选(每日美元交易量前 500 名)并排名,找到每年真正表现最佳的美国股票。

SKILL.md

name
top-performer-scanner
description
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 by annual returns — no survivorship bias.
version
1.0.0
metadata
openclaw
requires
bins
emoji
\F3C6

Top Performer Scanner

Discover which stocks were the real market leaders each year, based on actual returns within the most liquid universe — not the mega-cap names everyone already knows.

When to use

  • "Which stocks performed best in 2024?"
  • "Find the top returning stocks by year"
  • "Show me the true market leaders without survivorship bias"
  • "Would my strategy's filters have caught the explosive movers?"
  • When building or validating a stock selection filter

What it does

Step 1: Get True Top 500 (get_true_top_500.py)

python3 get_true_top_500.py
  1. Downloads the complete list of US-traded symbols from the NASDAQ FTP directory
  2. Filters out ETFs and test issues
  3. Downloads 2019-2026 historical price data via Yahoo Finance (batch download)
  4. For each year, calculates average daily dollar volume to find the Top 500 most liquid stocks
  5. Computes annual returns for these 500 stocks
  6. Outputs the Top 15 performers per year with returns and volume data

Why this matters: Most "top performer" lists suffer from survivorship bias (they only look at stocks that still exist today) or selection bias (they only check well-known names). This script starts from the full NASDAQ directory and filters dynamically per year.

Output: nasdaq_top500_performers.csv

year, rank, ticker, return, avg_daily_vol_m
2024, 1, APP, 7.45, 892
2024, 2, MSTR, 5.12, 2340
...

Step 2: Feasibility Analysis (analyze_feasibility.py)

python3 analyze_feasibility.py

Tests multiple stock scanning configurations against the discovered top performers:

  • Would your filter have caught APP before its 745% run?
  • How many trading days would each filter trigger on these explosive names?
  • Compare tight (Top 500 volume) vs broad (Top 1000 volume) universe thresholds

This prevents building an "air-tight fortress" filter that accidentally excludes every future multibagger.

Example Output

================ TOP 15 PERFORMERS OF 2024 (Among NASDAQ Top 500 Liquidity) ================
 1. APP   : 745.1% (Avg Daily Vol: $892M)
 2. MSTR  : 512.3% (Avg Daily Vol: $2340M)
 3. PLTR  : 340.8% (Avg Daily Vol: $1567M)
 4. CVNA  : 284.2% (Avg Daily Vol: $445M)
...

Use Cases

  1. Strategy Validation: Check if your selection filter would have caught the big movers
  2. Universe Design: Determine the right liquidity threshold (Top 500 vs 1000 vs 2000)
  3. Backtesting Reality Check: Ensure your backtest universe includes the explosive names
  4. Research: Study what top performers have in common (sector, cap size, volume patterns)

Filters Applied

  • Only common stocks (no ETFs, no test issues)
  • Ticker length <= 4 characters, alphabetic only (excludes warrants, units, etc.)
  • Start price >= $5 (excludes penny stocks)
  • Liquidity ranked by average daily dollar volume per year

Dependencies

pip3 install pandas yfinance

Internet access required for NASDAQ FTP and Yahoo Finance data.

Rules

  • Internet access is required. This skill downloads data from NASDAQ FTP (ftp://ftp.nasdaqtrader.com) and Yahoo Finance. It will not work in offline or air-gapped environments.
  • Do not use results to make real trading decisions without independent verification. This tool identifies historical top performers — past performance does not predict future returns.
  • The liquidity filter (Top N by dollar volume) is applied per-year, not across the entire period. A stock in the Top 500 in 2024 may not have been in the Top 500 in 2023. This is intentional to avoid survivorship bias.
  • Penny stocks (start price < $5) are excluded by default. This prevents extreme percentage returns from low-priced stocks from dominating the rankings. Adjust --min-price only if you understand the implications.
  • Yahoo Finance data may have gaps or adjusted prices. Cross-reference critical findings with a second data source before building strategy logic around specific stocks.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.21%
按下载量换算1,190

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills