whatisgithub

What is whathappened?

kunchenguid/whathappened — explained in plain English

Analysis updated 2026-05-18

200Audience · generalComplexity · 2/5LicenseSetup · easy

In one sentence

whathappened is a Grok Build agent skill that turns a flood of X posts about a topic into a short briefing: what happened, who's talking, the opinion camps, live debates, and linked evidence.

Mindmap

mindmap
  root((whathappened))
    What it does
      Summarizes X reaction
      Opinion map with camps
      Live debates and receipts
    Tech stack
      Grok Build
      X API tools
      Agent Skills
    Use cases
      Breaking news briefings
      Opinion camp breakdown
      Debate tracking
    Audience
      Grok Build users
      X watchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get a quick neutral summary of a fast-breaking news event and how X is reacting to it.

USE CASE 2

See the different opinion camps on a controversial topic with rough shares and representative accounts.

USE CASE 3

Follow the live debates and disagreements happening around a launch or announcement, with links to the original posts.

What is it built with?

Grok BuildX APIAgent Skills

How does it compare?

kunchenguid/whathappenedcallous-0923/agent-studygordensun/learningcell
Stars200200200
LanguageHTMLTypeScript
Setup difficultyeasymoderateeasy
Complexity2/53/52/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Only functions inside Grok Build, it depends on Grok's native X search tools and will not produce real output in other agents.

MIT license: use, modify, and redistribute freely, including commercially, as long as the copyright notice is kept.

So what is it?

whathappened is an agent skill built specifically for Grok Build, the coding agent from xAI. It answers a simple question, what just happened on X and what is the conversation actually saying about it, by pulling from X's own search and thread tools rather than a general web search or a blog roundup. When you run the skill on a topic, it produces a short, structured briefing rather than a wall of raw posts. The output includes a plain summary of the event, a description of where the conversation is happening and who is loudest, an opinion map that breaks reaction into rough camps with estimated shares and representative accounts, a list of the live disagreements people are having about the topic, and links back to the specific posts used as evidence. It also adjusts its time window on its own: fast moving breaking news gets a window of minutes to hours, while quieter or still developing stories get a wider window so the picture is more complete. The README is upfront that this only works inside Grok Build, because it depends on four of Grok's built in X tools for keyword search, semantic search, thread fetching, and user search. If a user installs the skill into a different agent, such as Claude Code, Cursor, or Codex, they can view the package but the skill will not actually be able to produce a real briefing, since those tools are not available there. The skill is designed to refuse rather than fake a result if those tools are missing. Installation is a single command using the skills package manager, either globally or per project, or by copying the skill folder directly into Grok's skills directory. Internally, the process resolves who or what the topic refers to with at most one optional web lookup, measures how fast the story is moving to decide the time window, runs a set of X searches across different modes, and then fetches threads to identify the original source, official statements, and the different camps in the debate.

Copy-paste prompts

Prompt 1
Run /whathappened on the latest AI model launch and summarize the opinion map.
Prompt 2
Explain why whathappened only works inside Grok Build and not in Claude Code or Cursor.
Prompt 3
Walk me through installing whathappened globally using npx skills add.
Prompt 4
Describe how whathappened decides whether to use a short or wide time window for a topic.

Frequently asked questions

What is whathappened?

whathappened is a Grok Build agent skill that turns a flood of X posts about a topic into a short briefing: what happened, who's talking, the opinion camps, live debates, and linked evidence.

What license does whathappened use?

MIT license: use, modify, and redistribute freely, including commercially, as long as the copyright notice is kept.

How hard is whathappened to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is whathappened for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.