last30days

A skill that gathers the last 30 days of discussion on a topic from Reddit, X, YouTube, HN, Polymarket and GitHub into one brief

SkillEditors’ pickHigh risk

mvanhorn/last30days-skill

Install

/plugin marketplace add mvanhorn/last30days-skill
/plugin install last30days

Recommended, auto-updates via the marketplace.

This is third-party code. Review the repository files before installing.

What it does

The /last30days command searches social platforms and communities in parallel, scores results by real engagement (upvotes, likes, money on prediction markets) and writes a brief. Reddit, Hacker News, Polymarket and GitHub work with zero config; X, YouTube, TikTok, LinkedIn and more are enabled through a setup wizard with your own keys or browser sessions. It supports comparisons, trending-topic discovery, hiring signals and HTML export.

Who it is for. Marketers, product managers, founders and sales people who need a current picture of what people say about a person, company or product.

Good fit when

  • Preparing for a meeting or call with a person or company
  • Comparing tools based on community feedback
  • Finding topics that are starting to trend
  • Quickly learning what techniques the community says work

Not a fit when

  • You need vetted editorial sources rather than user opinions
  • You cannot give the agent browser cookies or third-party API keys

Example request

/last30days Cursor vs Claude Code, what are users saying

Limitations

Without keys some sources are unavailable and the engine falls back to web-only mode. TikTok, Instagram, Threads, Pinterest and LinkedIn need a ScrapeCreators key (10,000 free calls, then pay as you go). X search uses tokens or browser cookies. Installing both the plugin and the npx skills copy shows the command twice.

How to disable. Uninstall the last30days plugin via /plugin in Claude Code or remove the skill installed with npx skills. Keys are stored in your OS keychain and should be removed separately.

Security check

  • Can extract cookies from Chromium-family browsers to access accounts
  • Runs Python scripts and installs additional CLIs
  • Uses third-party API keys

README in short

last30days pitches itself as an agent-led search engine that ranks results by human engagement rather than SEO. It searches Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, arXiv, LinkedIn, Bluesky and the web. The README covers scenarios such as meeting prep, hiring signals, tool comparisons and trips. Install via the Claude Code marketplace, npx skills for Codex, Cursor, Copilot and Gemini CLI, or bundles for claude.ai and Claude Desktop. The project is actively developed with community contributors.

SKILL.md

---
name: last30days
version: "3.24.0"
description: "Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web. Includes a doctor health check to diagnose broken or missing sources."
argument-hint: 'last30days nvidia earnings reaction | last30days AI video tools | last30days what users want in react'
allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch
homepage: https://github.com/mvanhorn/last30days-skill
repository: https://github.com/mvanhorn/last30days-skill
author: mvanhorn
license: MIT
user-invocable: true
metadata:
  openclaw:
    emoji: "📰"
    requires:
      env: []
      optionalEnv:
        - SCRAPECREATORS_API_KEY
        - OPENAI_API_KEY
        - XAI_API_KEY
        - X_BEARER_TOKEN
        - OPENROUTER_API_KEY
        - PERPLEXITY_API_KEY
        - PARALLEL_API_KEY
        - BRAVE_API_KEY
        - APIFY_API_TOKEN
        - AUTH_TOKEN
        - CT0
        - BSKY_HANDLE
        - BSKY_APP_PASSWORD
        - TRUTHSOCIAL_TOKEN
        - XIAOHONGSHU_API_BASE
      bins:
        - node
        - python3
    primaryEnv: SCRAPECREATORS_API_KEY
    files:
      - "scripts/*"
    homepage: https://github.com/mvanhorn/last30days-skill
    tags:
      - research
      - deep-research
      - reddit
      - x
      - twitter
      - youtube
      - tiktok
      - instagram
      - linkedin
      - hackernews
      - polymarket
      - digg
      - bluesky
      - truthsocial
      - xiaohongshu
      - rednote
      - trends
      - recency
      - news
      - citations

FAQ

Which sources work without keys?

Reddit, Hacker News, Polymarket and GitHub immediately; arXiv and Techmeme after first-run setup installs their CLIs.

How do I debug a silent source?

The doctor command checks every source and tells you which key is missing, which CLI is off PATH or which cookie expired.

Editors’ pick

A fast Rust CLI for agent browser automation: accessibility snapshots with element refs, an MCP server and skills

CLIHigh risk42.6K

Web Access

web-access

A web access skill that picks between search, page fetch and driving your own browser over CDP

SkillHigh risk8.9K

Playwright-based MCP server for browsing sites, clicking, filling forms, taking screenshots and running JavaScript in a browser

MCP serverHigh risk299

Skill that adds /ask-perplexity to Claude Code, Codex and Cursor for source-backed web answers via the Perplexity API

SkillMedium risk12