Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Fix model guidance: sonnet default, flash only for simple single-source runs
What This Skill Does
Searches and summarizes what happened about a topic over the last N days or a specific date range. Uses web search by default, with optional Reddit and X ingestion when credentials are configured. Falls back to web search if API access is unavailable.
It unifies web, Reddit, and X research into a single structured report with automatic fallback, eliminating the need to query each platform separately and deduplicate results manually.
When to use it
- Catching up on AI industry news from the past two weeks
- Summarizing Reddit discussion about a product launch
- Tracking X posts about an ongoing event over a custom date range
- Monitoring a competitor's activity over the last 30 days
- Briefing on a topic across web, Reddit, and X in one report
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: lastxdays 7 OpenAI for all
- 1Parses N=7, topic='OpenAI', sources='all', and computes the date range
- 2Runs web search with freshness filter and fetches top results
- 3Attempts Reddit ingestion via API or falls back to site:reddit.com web search
- 4Attempts X ingestion via x-cli, API, or local archive, falling back to site:x.com web search
- 5Deduplicates and ranks links, then writes a markdown report with top themes and notable links grouped by platform
Markdown report with date range, 3-7 top themes, notable links grouped by Web, Reddit, and X, and 3 follow-up search suggestions
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.