install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/b-gutman/pipeworx-uselessfacts" ~/.claude/skills/clawdbot-skills-pipeworx-uselessfacts && rm -rf "$T"
manifest:
skills/b-gutman/pipeworx-uselessfacts/SKILL.mdsource content
Useless Facts
Did 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.
Just two tools
-- A random useless fact, different every timerandom_fact
-- The useless fact of the day (same for everyone, changes daily)today_fact
Both return the fact text, source, source URL, and a permalink.
Give it a spin
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" } } }