Back to Registry View Author Profile
Official Verified
pipeworx-dogsapi
Detailed dog breed encyclopedia — weight ranges, life spans, temperament, and breed groups from dogapi.dog
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-dogsapiOr
Dogs API — Breed Encyclopedia
A structured database of dog breeds with detailed attributes: weight ranges, life spans, hypoallergenic status, temperament descriptions, and breed group classifications. Also includes random dog facts.
Tools
list_breeds— Paginated list of breeds with weight, life span, and hypoallergenic flagget_breed— Full details for a specific breed by IDlist_facts— Random dog facts (default 10, max 100)get_groups— All breed groups (Sporting, Herding, Terrier, etc.)
Use cases
- "Is a Poodle hypoallergenic?" — look up the breed and check the flag
- Building a breed comparison tool for prospective dog owners
- Enriching a pet adoption platform with breed data
- Fun facts for a pet-themed chatbot or newsletter
Example: browse breeds
curl -s -X POST https://gateway.pipeworx.io/dogsapi/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_breeds","arguments":{"page":1}}}'
MCP config
{
"mcpServers": {
"pipeworx-dogsapi": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/dogsapi/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-dogsapi": {
"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