ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
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-dogceo
Or

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

ToolDescription
random_imageA random dog image URL from any breed
list_breedsAll breeds and their sub-breeds
breed_imagesMultiple random images for a specific breed (default 3)
random_breed_imageA 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

Stars4190
Views0
Updated2026-04-18
View Author Profile
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.