Free Reddit monitoring. Integrated with your agent.
GummySearch is dead. F5Bot solves 10% of the workflow. Paid alternatives cost $50-200/month.
IceCube Reddit Scout gives you the other 90% for free.
Create config/reddit-scout.yaml:
keywords:
- "openclaw"
- "AI agent"
- "memory system"
- "context window"
subreddits:
- "r/indiehackers"
- "r/SaaS"
- "r/startups"
- "r/artificial"
filters:
intent_signals:
- "wish"
- "need"
- "looking for"
- "recommendations"
- "alternatives"
noise_filter:
- exclude_self_mentions: true
- min_score: 5
- exclude_downvoted: true
alerts:
channels:
- telegram
- memory_log
frequency: 1h
Reddit now has built-in keyword alerts. Use them:
IceCube Reddit Scout reads these emails and extracts context.
If you don't want Reddit alerts:
mode: polling
poll_interval: 30m
Uses Reddit search API to check for new mentions.
curl -s "https://www.reddit.com/search.json?q=openclaw&sort=new&limit=10"
curl -s "https://www.reddit.com/r/indiehackers/search.json?q=memory+system&sort=new&limit=25"
curl -s "https://www.reddit.com/r/indiehackers/hot.json?limit=50"
Agent polls Reddit every 30 minutes (cron job or heartbeat).
When keyword found:
If relevance > threshold:
memory/reddit-mentions/YYYY-MM-DD.mdunclosed_work.yaml if action neededAgent can:
memory/reddit-mentions/2026-03-31.md:
# Reddit Mentions — 2026-03-31
## RM-001 (14:32)
- Subreddit: r/indiehackers
- Thread: "I wish there was a tool that could remember my agent context"
- Intent: wish (high)
- Score: 42
- Sentiment: positive
- Opportunity: IceCube Memory candidate user
- Link: https://reddit.com/r/indiehackers/comments/xxx
- Action: Log for marketing outreach
## RM-002 (15:15)
- Subreddit: r/SaaS
- Thread: "GummySearch alternatives that don't cost $200/month"
- Intent: looking_for_alternatives (high)
- Score: 87
- Sentiment: frustrated
- Opportunity: IceCube Reddit Scout pitch
- Link: https://reddit.com/r/SaaS/comments/yyy
- Action: Draft reply for human approval
| Feature | GummySearch | F5Bot | Paid Alternatives | IceCube Scout |
|---|---|---|---|---|
| --------- | ------------- | ------- | ------------------- | --------------- |
| Price | Dead | Free | $50-200/mo | Free |
| Cloud | Yes | Yes | Yes | No |
| Context extraction | Manual | Manual | Some | Auto |
| Intent detection | Manual | No | Yes | Auto |
| Agent integration | No | No | No | Yes |
| Response drafting | No | No | Some | Yes |
| Memory logging | No | No | No | Yes |
Track when people mention your product/project.
Find people asking for solutions you offer.
Capture pain points for product development.
Monitor competitor mentions and sentiment.
Spot emerging topics in your niche.
icecube-memory: Mentions logged to memory structure
icecube-heartbeat: Polling triggered during heartbeat
icecube-evolution: Pain points feed improvement queue
As of 2026, Reddit has blocked all anonymous API access. You MUST use one of these methods:
config/reddit-scout.yamloauth:
client_id: YOUR_CLIENT_ID
client_secret: YOUR_CLIENT_SECRET
user_agent: "IceCube-Reddit-Scout/1.0 by YOUR_REDDIT_USERNAME"
For higher rate limits:
oauth:
client_id: YOUR_CLIENT_ID
client_secret: YOUR_CLIENT_SECRET
redirect_uri: http://localhost:8080
MIT — Use freely.
GummySearch is dead. F5Bot is 10%. IceCube Scout is the 90%.
共 1 个版本