← 返回 Skills 市场
143
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install reddit-stonks
功能描述
Scrape Reddit stock pages (r/wallstreetbets, r/stocks, etc.) and use Deepseek AI to analyze which stock has the highest 1-week return potential. Includes a w...
使用说明 (SKILL.md)
Reddit Stonks Analyzer
Analyze Reddit stock sentiment + AI-powered stock picks for short-term returns.
Setup (first time only)
cp .env.example .env
# Edit .env: add DEEPSEEK_API_KEY
pip install -r requirements.txt
Quickstart
# Terminal mode
python3 stonks.py
python3 stonks.py -e -p 25
# Web app mode
python3 -m uvicorn app:app --host 0.0.0.0 --port 8080
# Open http://localhost:8080
Flags
| Flag | Description |
|---|---|
-e, --euro |
Show European exchange equivalents for top picks |
-p N, --posts N |
Posts per subreddit (default: 50) |
How it works
- Scrapes 7 stock-related subreddits (r/wallstreetbets, r/stocks, r/investing, r/pennystocks, r/StockMarket, r/thetagang, r/dividends) for hot posts
- Extracts stock tickers ($TICKER and all-caps mentions) from post titles and bodies
- Fetches real-time stock data via Yahoo Finance (price, P/E, beta, volume, short float, analyst targets)
- Sends everything to the Deepseek AI for analysis
Output
Generates a stock data table, then AI analysis with:
- Top Pick (best 1-week return)
- Runner-up
- Wildcard (high risk/reward)
- Risk factors
- Confidence score
- Optionally: European exchange equivalents
Architecture
stonks.py— orchestrator + AI analysis via Deepseekreddit_scraper.py— scrapes 7 subreddits via Reddit JSON API (no auth required)stock_data.py— Yahoo Finance fundamentals/technicals + European ticker lookup
Disclaimer
AI-generated analysis for entertainment/educational purposes only. Not financial advice.
能力标签
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reddit-stonks - 安装完成后,直接呼叫该 Skill 的名称或使用
/reddit-stonks触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Added a README.md file with setup instructions, usage examples, feature overview, and disclaimers.
- No code or functional changes; documentation only.
v1.1.0
- Added web app support: run with uvicorn for a browser-based interface.
- New files: app.py, index.html, and static/index.html added for web functionality.
- Updated documentation to include web app usage and instructions.
- No changes to the AI analysis or Reddit scraping logic.
v1.0.0
- Initial release of reddit-stonks (v1.0.0).
- Scrapes 7 popular stock-related subreddits for trending tickers.
- Uses Deepseek AI to analyze and rank stocks for 1-week return potential.
- Fetches real-time stock data, including European exchange equivalents with the --euro flag.
- Command-line flags for post count and exchange selection.
- Outputs top picks, risk analysis, and confidence score in an easy-to-read table.
元数据
常见问题
Reddit Stonks 是什么?
Scrape Reddit stock pages (r/wallstreetbets, r/stocks, etc.) and use Deepseek AI to analyze which stock has the highest 1-week return potential. Includes a w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 Reddit Stonks?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reddit-stonks」即可一键安装,无需额外配置。
Reddit Stonks 是免费的吗?
是的,Reddit Stonks 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reddit Stonks 支持哪些平台?
Reddit Stonks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reddit Stonks?
由 Altus(@altusrossouw)开发并维护,当前版本 v1.1.1。
推荐 Skills