Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Scan Reddit (r/wallstreetbets, r/stocks, etc.) for trending tickers and sentiment spikes.
This skill uses a Python script to fetch live data from ApeWisdom.
Get the top 20 most discussed stocks right now. skills/apewisdom/scripts/scan_reddit.py
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
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
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.