last30days

Research recent public discussion of any topic across Reddit, X, YouTube, TikTok, Hacker News, Polymarket, and the web.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill last30days-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: last30days
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/last30days
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill last30days-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Finding out what people actually said about a topic in the last 30 days requires manually searching a dozen platforms and stitching together posts, comments, and engagement numbers. This Skill automates that multi-source research and returns a synthesized, citation-backed report. ## Core Features & Use Cases - Multi-source research engine: Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, Bluesky, and web search, then ranks evidence clusters by relevance and engagement. - Query-type aware synthesis: Handles general topics, breaking news, prompting advice, recommendations, discovery sweeps, and head-to-head comparisons (e.g., "codex vs claude code") with distinct output templates. - Doctor health check and watchlists: Diagnoses broken or missing source configurations, persists findings to a SQLite research store, and generates daily or weekly briefings on watched topics. - Use Case: Ask "what are people saying about DeepSeek R1" and receive a synthesized narrative with quoted community comments, per-source coverage stats, and a saved raw research file. ## Quick Start Ask the agent to run last30days on a topic, for example: research what people are saying about nano banana pro prompting in the last 30 days.

Frequently Asked Questions about last30days

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I research what people are saying about a topic on Reddit and X?

Invoke the skill with a topic, such as "last30days nvidia earnings reaction". The engine queries Reddit, X, YouTube, TikTok, Hacker News, Polymarket, and web sources, then returns a synthesized report with quoted community comments and engagement stats.

What sources does this social media research tool support?

It pulls from Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, Bluesky, Truth Social, Xiaohongshu, and web search backends like Brave, Exa, Serper, and Parallel. Optional sources such as Trustpilot and Telegram can be enabled explicitly.

Which API keys are required to run the research engine?

No key is strictly required; the engine runs with a zero-key web floor. SCRAPECREATORS_API_KEY is the primary key for social sources, and optional keys like OPENAI_API_KEY, X_BEARER_TOKEN, BRAVE_API_KEY, and PERPLEXITY_API_KEY unlock additional sources.

Can I compare two products or topics side by side?

Yes. Topics containing "vs" or "versus" trigger comparison mode, which researches each entity and produces a head-to-head report with a quick verdict, per-entity sections, and a bottom line. A --competitors flag and plan file support structured comparisons.

Why is a source missing or showing no results in my report?

Run the doctor health check to diagnose broken or missing source configurations. Source statuses like rate-limited, auth-failed, or timeout mean coverage was partial, while no-results means the source completed cleanly with zero matches.

What Python version does the last30days engine require?

The engine requires Python 3.12 or newer and exits with an install hint on older versions. Node.js is also listed among the required binaries for some vendored search clients.