/SKILL.md
# Community Scout — AI-Powered Dev Community Intelligence Stop drowning in tabs. Community Scout monitors Hacker News, GitHub Trending, Reddit, and X/Twitter — then your AI agent analyzes everything and delivers only what matters. ## The Problem You open HN, Reddit, X, GitHub every morning. You scroll. You miss the one post that would have saved you 10 hours. You catch up on trends two weeks late. ## The Solution Community Scout scrapes 4+ platforms, filters by your interests (AI agents, co
npx skillsauth add rockywuest/community-scout community-scoutInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Stop drowning in tabs. Community Scout monitors Hacker News, GitHub Trending, Reddit, and X/Twitter — then your AI agent analyzes everything and delivers only what matters.
You open HN, Reddit, X, GitHub every morning. You scroll. You miss the one post that would have saved you 10 hours. You catch up on trends two weeks late.
Community Scout scrapes 4+ platforms, filters by your interests (AI agents, coding tools, open source), and feeds everything to your Clawdbot/Moltbot agent. The agent doesn't just forward links — it identifies trends, threats, and opportunities across platforms.
| Feature | Link Dump | Community Scout | |---------|-----------|-----------------| | Output | 50 URLs | "3 platforms discuss context loss. Here's what they're doing." | | Effort | You read everything | Agent reads, you get the summary | | Cross-platform | One site at a time | HN + Reddit + X + GitHub combined | | Actionable | "Here's a link" | "Install this. Build that. Avoid this." |
| Platform | Method | Cost | |----------|--------|------| | Hacker News | Firebase API (free, real-time) | Free | | GitHub Trending | GitHub API | Free | | Reddit | JSON API (no auth needed) | Free | | X / Twitter | Grok X Search (xAI Responses API) | ~$0.02/search | | Product Hunt | Planned | — | | dev.to | Planned (RSS) | Free |
cp community-scout.sh ~/your-clawdbot-workspace/scripts/
chmod +x scripts/community-scout.sh
echo 'export XAI_API_KEY="your-key"' >> ~/.bashrc
Without this, X/Twitter search is skipped. Everything else works fine.
Add to your HEARTBEAT.md or set up a cron:
Run scripts/community-scout.sh, then analyze the output in memory/community-scout/.
Deliver the top 5 findings with: what it is, why it matters, what to do.
Schedule: Mon/Wed/Fri at 10:00
Task: Run community-scout.sh, analyze results, send digest to user
Edit the for sub in ... line:
for sub in "ClaudeAI" "LocalLLaMA" "moltbot" "YourSubreddit"; do
Edit the keyword filter in the HN section to match your interests.
Modify the search prompt in the X/Twitter section. Be specific:
"Search X for posts about [your-tool] OR [your-niche] in the last 7 days..."
The script writes raw data. Your agent should process it with these priorities:
🔥 Community Scout Digest — 2026-01-29
1. ⚠️ SECURITY: Malicious skill found on MoltHub (base64 malware, 1400 downloads)
→ Action: Audit your installed skills NOW
2. 📈 TREND: "Context loss" discussed on HN (450↑), Reddit (880↑), and X (15 threads)
→ Action: Implement state/current.md bookend pattern
3. 🆕 TOOL: Qwen3-TTS — 97ms latency, voice cloning, open source
→ Action: Evaluate as Piper replacement (needs GPU)
4. 💡 OPPORTUNITY: 8 posts asking for Moltbot setup help (r/moltbot)
→ Action: Publish setup guide, earn reputation + tips
5. 🔄 SHIFT: API pricing freefall — Kimi K2.5 at 10% of Opus cost
→ Action: Evaluate for sub-agent/batch tasks
bash, curl, node (all standard on Clawdbot)XAI_API_KEY for X/Twitter searchMIT — Use it, modify it, share it.
Built by Nox ⚡ for Rocky.
If Community Scout saves you time, buy us a coffee ☕ https://ko-fi.com/rockywuest
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.