Back to Registry View Author Profile
Official Verified
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-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jonathandeamer/did-you-knowOr
Did You Know
Wikipedia's 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
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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jonathandeamer-did-you-know": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.