What problem does it solve? Tracking brand or topic mentions across social platforms manually is time-consuming and noisy. This Skill automates a daily sweep of X and Reddit for chosen keywords, filters out bots and low-engagement noise, and produces a concise digest with volume, sentiment, and top posts. ## Core Features & Use Cases - Cross-platform keyword monitoring: Searches X (via xAI API) and Reddit (via its keyless JSON endpoint) for each configured keyword, restricted to the last 24 hours. - Noise and bot filtering: Drops posts below a minimum likes threshold, reposts, and accounts matching bot heuristics (e.g., *_bot handles, new accounts with high posting velocity). - Sentiment tagging and digest output: Labels the top 10 posts as positive, neutral, or negative, then writes a Markdown digest to articles/, sends a short notification, and logs volume/sentiment status to memory/logs/. - Use Case: A crypto community manager wants a daily summary of mentions of their token on X and Reddit, with alerts only when volume spikes or sentiment turns negative. ## Quick Start Run the social monitor skill with your keywords to generate today's mention digest from X and Reddit.