← ClaudeAtlas

mob-checklisted

Use when the user wants to know what real people are actually saying about a topic right now, not the SEO/editorial version. Pulls recent posts and engagement from Reddit, X, YouTube, Hacker News, Polymarket, GitHub, and the web, ranks by engagement and recency with a deterministic scorer, and writes one synthesized brief. Triggers: "what are people saying about X", "what's the vibe/sentiment on X", "X vs Y what does the community think", "how are people using X", "is X worth it", "latest on X", "take the pulse on X", "/mob-check", "what's the mob saying about X".
TechNickAI/hermes-skills · ★ 0 · AI & Automation · score 76
Install: claude install-skill TechNickAI/hermes-skills
# mob-check ## Overview Surface what real people are actually discussing, recommending, and arguing about on a topic right now, ranked by what they engaged with (upvotes, likes, views, comments, prediction-market money), not by SEO. Google aggregates editors; this searches people. The skill is a fetch-rank-synthesize loop: 1. Parse intent and run a one-turn quality pre-flight (catch keyword traps before burning a search). 2. Fetch recent items from each available source using Hermes' native tools. 3. Pipe the gathered items through the bundled ranker (`scripts/rank.py`), which scores by relevance + recency + per-source-normalized engagement and fuses everything into one ranked, deduplicated, source-diversified list. 4. Read the ranked output and write a synthesized brief that obeys the output contract. The ranker is the skill's spine. Synthesizing from raw search results without running it is the single most common failure mode and produces confident, unranked slop. Run the ranker. ## When to Use Use when the user wants the live human conversation on a topic: - "what are people saying about <topic>", "what's the sentiment on <topic>" - "<X> vs <Y>, what does the community actually think" - "best <thing> according to real users", "is <thing> worth it" - "how are people using <tool/product>" - "latest on <event/person>", "take the pulse on <topic>" Do **not** use for: - A single authoritative fact, definition, or calculation. Use `web_search` directly. - Read