skills$openclaw/apewisdom
stuhorsman8.4k

by stuhorsman

apewisdom – OpenClaw Skill

apewisdom is an OpenClaw Skills integration for coding workflows. 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.

8.4k stars9.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameapewisdom
descriptionScan 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. OpenClaw Skills integration.
ownerstuhorsman
repositorystuhorsman/apewisdom
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @stuhorsman/apewisdom
last updatedFeb 7, 2026

Maintainer

stuhorsman

stuhorsman

Maintains apewisdom in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
scan_reddit.py
2.4 KB
_meta.json
289 B
SKILL.md
1.3 KB
SKILL.md

name: 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.

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install apewisdom?

Run openclaw add @stuhorsman/apewisdom in your terminal. This installs apewisdom into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/stuhorsman/apewisdom. Review commits and README documentation before installing.