Back to Registry
View Author Profile
Official Verified
pipeworx-dogceo
Random dog photos by breed — 120+ breeds with sub-breeds from the Dog CEO API
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-dogceoOr
Dog CEO
Need 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.
Tools
| 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 |
Perfect for
- "Show me a golden retriever" requests
- Placeholder images during UI development
- Dog breed identification apps that need reference photos
- Pet-themed chatbot responses
Example
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.
MCP config
{
"mcpServers": {
"pipeworx-dogceo": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/dogceo/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-dogceo": {
"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