Install
openclaw skills install pipeworx-dogceoRandom dog photos by breed — 120+ breeds with sub-breeds from the Dog CEO API
openclaw skills install pipeworx-dogceoNeed a dog picture? This pack serves random dog images from a collection of 120+ breeds. Get a completely random dog, filter by breed, or browse the full breed list with sub-breeds.
| Tool | Description |
|---|---|
random_image | A random dog image URL from any breed |
list_breeds | All breeds and their sub-breeds |
breed_images | Multiple random images for a specific breed (default 3) |
random_breed_image | A single random image for a specific breed |
curl -s -X POST https://gateway.pipeworx.io/dogceo/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"breed_images","arguments":{"breed":"labrador","count":3}}}'
Returns 3 image URLs of Labrador Retrievers.
{
"mcpServers": {
"pipeworx-dogceo": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/dogceo/mcp"]
}
}
}