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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill did-you-know --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Did You Know?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-did-you-know)More formats (shields.io, HTML) on the badges page.
---
name: did-you-know
description: 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.
homepage: https://en.wikipedia.org/wiki/User:Jonathan_Deamer
metadata: {"openclaw":{"emoji":"❓","requires":{"bins":["python3"]}}}
---
# 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.
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.