Back to Registry View Author Profile
Official Verified
pipeworx-dadjokes
The finest dad jokes on the internet — random, searchable, and groan-worthy from icanhazdadjoke.com
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-dadjokesOr
Dad Jokes
Why did the scarecrow win an award? Because he was outstanding in his field. This pack serves up dad jokes from icanhazdadjoke.com — the internet's premier repository of wholesome, groan-inducing humor.
Tools
random_joke— A random dad joke, ready to deploysearch_jokes— Search the collection by keyword (e.g., "cat", "pizza", "coffee")get_joke— Fetch a specific joke by its ID
Ideal for
- Lightening the mood in a conversation
- "Tell me a joke" requests in chatbots
- Slack/Discord bots that post daily jokes
- Teaching moments about search and APIs (everyone loves a good dad joke)
Example
curl -s -X POST https://gateway.pipeworx.io/dadjokes/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_jokes","arguments":{"term":"coffee","limit":3}}}'
{
"results": [
{ "id": "71wsPKeF6h", "joke": "I just got my doctor's test results and I'm really upset. Turns out, I'm not a doctor." }
],
"total_jokes": 1
}
Setup
{
"mcpServers": {
"pipeworx-dadjokes": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/dadjokes/mcp"]
}
}
}
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-brucegutman-pipeworx-dadjokes": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190