Install
openclaw skills install pipeworx-uselessfactsProvides random or daily useless facts with sources and links for trivia enthusiasts.
openclaw skills install pipeworx-uselessfactsDid you know that honey never spoils? Or that a group of flamingos is called a "flamboyance"?
Get random bits of trivia that are completely useless but weirdly fascinating.
random_fact -- A random useless fact, different every timetoday_fact -- The useless fact of the day (same for everyone, changes daily)Both return the fact text, source, source URL, and a permalink.
curl -X POST https://gateway.pipeworx.io/uselessfacts/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"random_fact","arguments":{}}}'
{
"mcpServers": {
"uselessfacts": {
"url": "https://gateway.pipeworx.io/uselessfacts/mcp"
}
}
}