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.

Install
$clawhub install apewisdom

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

Details

Version
v1.0.0
Downloads
2,071
Stars
2

Popular Skills

Clawdbot Security Check
Perform a comprehensive read-only security audit of Clawdbot's own configuration. This is a knowledge-based skill that teaches Clawdbot to identify hardening opportunities across the system. Use when user asks to "run security check", "audit clawdbot", "check security hardening", or "what vulnerabilities does my Clawdbot have". This skill uses Clawdbot's internal capabilities and file system access to inspect configuration, detect misconfigurations, and recommend remediations. It is designed to be extensible - new checks can be added by updating this skill's knowledge.
Zoho Inventory
Zoho Inventory API integration with managed OAuth. Manage items, sales orders, invoices, purchase orders, bills, contacts, and shipments. Use this skill when users want to read, create, update, or delete inventory items, sales orders, invoices, purchase orders, bills, or other inventory records in Zoho Inventory. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Cognitive Memory
Intelligent multi-store memory system with human-like encoding, consolidation, decay, and recall. Use when setting up agent memory, configuring remember/forget triggers, enabling sleep-time reflection, building knowledge graphs, or adding audit trails. Replaces basic flat-file memory with a cognitive architecture featuring episodic, semantic, procedural, and core memory stores. Supports multi-agent systems with shared read, gated write access model. Includes philosophical meta-reflection that deepens understanding over time. Covers MEMORY.md, episode logging, entity graphs, decay scoring, reflection cycles, evolution tracking, and system-wide audit.