What problem does it solve?
Gathering public trend signals from communities, social media, news hotspots, and developer ecosystems usually requires juggling multiple platforms and paid APIs. This Skill aggregates free, registration-free public data sources into standardized JSON results so an agent can research hotspots without API keys or tokens.
Core Features & Use Cases
- Multi-source hotspot search: Query GitHub public repositories and issues, Stack Exchange questions, Hacker News hot lists, and Wikimedia pageview trends through CLI scripts returning standard JSON.
- Chinese trend monitoring: Use browser-based access to Baidu Index and Weibo hot search for Chinese-language search trends, regional interest, and brand sentiment, limited to free publicly visible content.
- Compliance guardrails: Built-in filters reject cryptocurrency, blockchain, and Web3 related queries and strip crypto-related items from results.
- Use Case: A product researcher asks which open-source agent frameworks are gaining traction; the agent runs the GitHub public search script sorted by stars, cross-checks Hacker News discussions, and validates public attention with Wikimedia pageviews.
Quick Start
Ask the agent to search GitHub public repositories and Hacker News for current discussion hotspots about LLM agents and summarize the top results with source links.