← 返回 Skills 市场
stuhorsman

ApeWisdom Reddit Scanner

作者 stuhorsman · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2954
总下载
3
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install apewisdom
功能描述
Scan Reddit for trending stocks and sentiment spikes using the ApeWisdom API (free). Use this to find "meme stocks", retail momentum, and sentiment shifts on r/wallstreetbets.
使用说明 (SKILL.md)

ApeWisdom Reddit Scanner

Scan Reddit (r/wallstreetbets, r/stocks, etc.) for trending tickers and sentiment spikes.

Usage

This skill uses a Python script to fetch live data from ApeWisdom.

Basic Scan (Top Mentions)

Get the top 20 most discussed stocks right now.

skills/apewisdom/scripts/scan_reddit.py

Find Spikes (Momentum)

Find stocks with the biggest 24h increase in mentions (ignoring low volume noise). This is the best way to find "breaking" meme stocks like $SNDK.

skills/apewisdom/scripts/scan_reddit.py --sort spike

Specific Subreddits

Filter by specific communities.

# WallStreetBets only
skills/apewisdom/scripts/scan_reddit.py --filter wallstreetbets

# SPACs
skills/apewisdom/scripts/scan_reddit.py --filter SPACs

# Crypto
skills/apewisdom/scripts/scan_reddit.py --filter all-crypto

Output Fields

  • ticker: Stock symbol
  • mentions: Mentions in the last 24h
  • mentions_24h_ago: Mentions in the previous 24h period
  • change_pct: Percentage increase/decrease in chatter
  • upvotes: Total upvotes on posts mentioning the ticker
安全使用建议
This skill appears to do exactly what it says: call ApeWisdom's public API and print a JSON list of trending tickers. Before installing, consider: (1) confirm you trust the source — the package has no homepage and author is unknown; (2) the script requires Python and the 'requests' library but does not declare or install them — run in an environment where you control dependencies (or a sandbox); (3) the script makes outbound network requests to https://apewisdom.io — ensure outbound network access is acceptable and be aware of rate limits and privacy (you are sending no secrets, but usage is visible to that third party); (4) if you intend to act on trading signals, treat outputs as informational only and verify independently. If you want higher assurance, review the script yourself or run it in an isolated container before granting it to an agent.
功能分析
Type: OpenClaw Skill Name: apewisdom Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides clear instructions for using the `scan_reddit.py` script, with no evidence of prompt injection attempts against the agent. The Python script `scan_reddit.py` makes a single type of external network request to the `https://apewisdom.io/api/v1.0/filter` endpoint, which is directly aligned with its stated purpose of fetching Reddit sentiment data from the ApeWisdom API. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The name/description claim (scan Reddit for trending tickers via the ApeWisdom API) matches the code: the script issues GET requests to https://apewisdom.io/api/v1.0/filter/<filter>. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs running the included Python script and documents filter/sort options only — it does not instruct reading other files, env vars, or sending data to unexpected endpoints. Note: the instructions assume a relative path (skills/apewisdom/scripts/scan_reddit.py) and do not mention the runtime dependency on Python or the 'requests' package; running the script as-is will fail if Python or required packages are missing.
Install Mechanism
There is no install spec (instruction-only), so nothing is written to disk by an installer. The included script performs network calls to a third-party domain (apewisdom.io) which is expected for this skill. The minor risk: the skill assumes the 'requests' Python library and a Python runtime are available but does not declare or install them.
Credentials
The skill requests no environment variables, credentials, or config paths. The actions in the code (public HTTP GET) do not require secrets, so the requested privileges are proportionate.
Persistence & Privilege
The skill does not request permanent inclusion (always:false) and does not modify system-wide settings or other skills. Autonomous invocation is allowed by default and is not by itself a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apewisdom
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apewisdom 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
元数据
Slug apewisdom
版本 1.0.0
许可证
累计安装 8
当前安装数 8
历史版本数 1
常见问题

ApeWisdom Reddit Scanner 是什么?

Scan Reddit for trending stocks and sentiment spikes using the ApeWisdom API (free). Use this to find "meme stocks", retail momentum, and sentiment shifts on r/wallstreetbets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2954 次。

如何安装 ApeWisdom Reddit Scanner?

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

ApeWisdom Reddit Scanner 是免费的吗?

是的,ApeWisdom Reddit Scanner 完全免费(开源免费),可自由下载、安装和使用。

ApeWisdom Reddit Scanner 支持哪些平台?

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

谁开发了 ApeWisdom Reddit Scanner?

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

💬 留言讨论