← Back to Skills Marketplace
stuhorsman

ApeWisdom Reddit Scanner

by stuhorsman · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2954
Downloads
3
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install apewisdom
Description
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.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apewisdom
  3. After installation, invoke the skill by name or use /apewisdom
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release.
Metadata
Slug apewisdom
Version 1.0.0
License
All-time Installs 8
Active Installs 8
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2954 downloads so far.

How do I install ApeWisdom Reddit Scanner?

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

Is ApeWisdom Reddit Scanner free?

Yes, ApeWisdom Reddit Scanner is completely free (open-source). You can download, install and use it at no cost.

Which platforms does ApeWisdom Reddit Scanner support?

ApeWisdom Reddit Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ApeWisdom Reddit Scanner?

It is built and maintained by stuhorsman (@stuhorsman); the current version is v1.0.0.

💬 Comments