# Did You Know

> Fetches English Wikipedia’s "Did you know?" facts, caches them locally, and serves them one at a time. No API key required. Does not edit Wikipedia.

- Skill: `modbender/did-you-know` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add modbender/did-you-know`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/did-you-know/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/did-you-know

---


# Did You Know

Wikipedia's [Did You Know?](https://en.wikipedia.org/wiki/Wikipedia:Did_you_know) section highlights well-sourced facts from recently created or expanded articles. It's curated and refreshed at least daily by volunteers. A never-ending supply of conversation starters!


## Run

```bash
python3 {baseDir}/scripts/dyk.py
```

Prints one fact:

```
Did you know that the shortest war in history lasted 38 minutes?

https://en.wikipedia.org/wiki/Anglo-Zanzibar_War
```

If no new hooks remain:

```
No more facts to share today; check back tomorrow!
```

If something goes wrong:

```
Something went wrong with the fact-fetching; please try again later.
```

