Install
openclaw skills install pipeworx-dogsapiDetailed dog breed encyclopedia — weight ranges, life spans, temperament, and breed groups from dogapi.dog
openclaw skills install pipeworx-dogsapiA 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.
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.)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}}}'
{
"mcpServers": {
"pipeworx-dogsapi": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/dogsapi/mcp"]
}
}
}