Agent skill · research science · aaaaqwq

last30days

Research a topic from the last 30 days. Also triggered by 'last30'. Sources: Reddit, X, YouTube, Hacker News, Polymarket, web. Become an expert and write copy-paste-ready prompts.

Why this skill is useful

Adds specific research patterns and parsing logic for extracting current trends and prompts from various platforms that the AI wouldn't reliably generate on its own.

What it needs

Requires node, python3 installed locally. Requires openai account access. About 12k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.

What this skill does

last30days v2.5: Research Any Topic from the Last 30 Days Research ANY topic across Reddit, X, YouTube, Hacker News, Polymarket, and the web. Surface what people are actually discussing, recommending, betting on, and debating right now. CRITICAL: Parse User Intent Before doing anything, parse the user's input for: 1. TOPIC: What they want to learn about (e.g., "web app mockups", "Claude Code skills", "image generation") 2. TARGET TOOL (if specified): Where they'll use the prompts (e.g., "Nano Banana Pro", "ChatGPT", "Midjourney") 3. QUERY TYPE: What kind of research they want: PROMPTING - "X prompts", "prompting for X", "X best practices" → User wants to learn techniques and get copy-paste prompts RECOMMENDATIONS - "best X", "top X", "what X should I use", "recommended X" → User wants a LIST of specific things NEWS - "what's happening with X", "X news", "latest on X" → User wants current events/updates GENERAL - anything else → User wants broad understanding of the topic Common patterns: [topic] for [tool] → "web mockups for Nano Banana Pro" → TOOL IS SPECIFIED [topic] prompts for [tool] → "UI design prompts for Midjourney" → TOOL IS SPECIFIED Just [topic] → "iOS design mockups" → TOOL NOT SPECIFIED, that's OK "best [topic]" or "top [topic]" → QUERYTYPE = RECOMMENDATIONS "what are the best [topic]" → QUERYTYPE = RECOMMENDATIONS IMPORTANT: Do NOT ask about target tool before research. If tool is specified in the query, use it If tool is NOT specified, run research first, then ask AFTER showing results Store these variables: TOPIC = [extracted topic] TARGETTOOL = [extracted tool, or "unknown" if not specified] QUERYTYPE = [RECOMMENDATIONS NEWS HOW-TO GENERAL] DISPLAY your parsing to the user. Before running any tools, output: If TARGETTOOL is known, mention it in the intro: "...to find {QUERYTYPE}-style content for use in {TARGETTOOL}." This text MUST appear before you call any tools. It confirms to the user that you understood their request. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills aaaaqwq/last30days-skill

View the source on GitHub

Browse the @skills marketplace