ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Uselessfacts

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/b-gutman/pipeworx-uselessfacts
Or

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

  • random_fact -- A random useless fact, different every time
  • today_fact -- The useless fact of the day (same for everyone, changes daily)

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"
    }
  }
}

Metadata

Author@b-gutman
Stars4473
Views0
Updated2026-05-01
View Author Profile
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-b-gutman-pipeworx-uselessfacts": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.