Pipeworx Wikifeed
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-wikifeedWikifeed
Curated content from Wikipedia: historical events, featured articles, trending pages, and the picture of the day.
on_this_day
What happened on March 15th throughout history? Pass a month and day to get historical events, notable births, deaths, and holidays for that date across all years.
featured_article
Wikipedia's daily featured article for any date. Returns the title, extract, description, URL, and original image.
most_read
The most popular Wikipedia articles on any given day, ranked by view count. Great for tracking what the world is curious about.
picture_of_day
Wikipedia's picture of the day with title, description, image URL, and thumbnail.
Example: what happened on July 20?
curl -X POST https://gateway.pipeworx.io/wikifeed/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"on_this_day","arguments":{"month":"07","day":"20"}}}'
(Spoiler: the Moon landing, among other things.)
Example: most-read articles yesterday
curl -X POST https://gateway.pipeworx.io/wikifeed/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"most_read","arguments":{"year":"2025","month":"03","day":"30"}}}'
{
"mcpServers": {
"wikifeed": {
"url": "https://gateway.pipeworx.io/wikifeed/mcp"
}
}
}
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-wikifeed": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman