8.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | stuhorsman |
| repository | stuhorsman/apewisdom |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @stuhorsman/apewisdom |
| last updated | Feb 7, 2026 |
Maintainer

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 symbolmentions: Mentions in the last 24hmentions_24h_ago: Mentions in the previous 24h periodchange_pct: Percentage increase/decrease in chatterupvotes: Total upvotes on posts mentioning the ticker
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.
