whathappened is a Grok Build agent skill that provides a short neutral briefing of what happened on X, plus opinion map and debates, using a mostly X-based data source and optional web lookup to resolve topics.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (2 so far).
What it is
/whathappened is a Grok Build only agent skill that turns a burst of X posts into a short briefing: what happened, where the conversation is, the opinion map, live debates, and receipts. It emphasizes X-first public conversation with at most one optional web lookup to resolve the topic identity.
How it works
The workflow processes an input topic through stages: optional web identity lookup (resolve entity only), pulse ( Latest ) to measure velocity, a search lattice (Top, Latest, Semantic, from:, debate), thread fetch (origin, official, camps, steelman), and then rank + cluster to produce a briefing. Modes range from Breaking (hours) to Background (longer) with a shortest window that still explains the story. A soft web rule allows at most one web lookup for identity; sentiment remains X-only.
Getting started
Install options:
npx skills add kunchenguid/whathappened -g
npx skills add kunchenguid/whathappened
git clone https://github.com/kunchenguid/whathappened.git
cp -R whathappened/skills/whathappened ~/.grok/skills/whathappened
# or: ln -s "$(pwd)/whathappened/skills/whathappened" ~/.grok/skills/whathappened
List skills without installing:
npx skills add kunchenguid/whathappened --list
In Grok Build, invoke with:
/whathappened Kimi K3
Recent releases
- latest releases: none
Traction
169 stars, 10 forks, 1 open issue as of creation; last push 2026-07-16
Behind the repo
MIT license; Grok Build native X tools required; repository focuses on Grok Build integration and agent skill packaging.
Caveats
- License: MIT
- Age: created 2026-07-16; last_push 2026-07-16
- Open issues: 1
- Language: -
- Requires Grok Build native X stack components: x_keyword_search, x_semantic_search, x_thread_fetch, x_user_search
- Installing into non-Grok runtimes will not provide a working run
