Skills pipeworx-dogceo
Random dog photos by breed — 120+ breeds with sub-breeds from the Dog CEO API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/brucegutman/pipeworx-dogceo" ~/.claude/skills/clawdbot-skills-pipeworx-dogceo && rm -rf "$T"
manifest:
skills/brucegutman/pipeworx-dogceo/SKILL.mdsource content
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 |
|---|---|
| A random dog image URL from any breed |
| All breeds and their sub-breeds |
| Multiple random images for a specific breed (default 3) |
| 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"] } } }