Pipeworx cataas

v1.0.0

Retrieve random cat images, find cats by specific tags, and list available cat tags using the Pipeworx cataas service.

0· 66·0 current·0 all-time
byBruce Gutman@brucegutman

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for brucegutman/pipeworx-cataas.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pipeworx cataas" (brucegutman/pipeworx-cataas) from ClawHub.
Skill page: https://clawhub.ai/brucegutman/pipeworx-cataas
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pipeworx-cataas

ClawHub CLI

Package manager switcher

npx clawhub@latest install pipeworx-cataas
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (retrieve random cat images, list tags) matches the SKILL.md instructions and the single provided server URL. The skill does not request unrelated credentials, binaries, or file access.
Instruction Scope
SKILL.md only instructs the agent to call the cataas API (random, by-tag, list tags) and returns image URLs/metadata. It does not ask the agent to read local files, other environment variables, or exfiltrate unrelated data.
Install Mechanism
No install spec or code is provided (instruction-only), which is low-risk. However, the SKILL.md embeds a third-party gateway URL (https://gateway.pipeworx.io/cataas/mcp). The skill will cause the agent to make outbound requests to that domain — verify you trust the endpoint and owner since no homepage or source is listed.
Credentials
The skill declares no environment variables, credentials, or config paths. This is proportionate for a public, no-auth API.
Persistence & Privilege
always:false and no special privileges requested. The skill does not attempt to modify other skills or agent-wide settings.
Assessment
This is a lightweight, instruction-only skill that simply calls an external Cat-as-a-Service gateway. Before installing: (1) confirm you trust the domain https://gateway.pipeworx.io (no source/homepage provided); (2) be aware the agent will make outbound HTTPs calls to that gateway (check privacy/licensing of returned images if that matters); (3) if you plan to allow autonomous agent invocation, consider testing the skill in a restricted environment first to observe traffic and responses. If you need stronger provenance, request the skill author/source or prefer skills with a published homepage/repository.

Like a lobster shell, security has layers — review code before you run it.

latestvk974yc6b04j4dxb7pbrtctrqp185c6jg
66downloads
0stars
1versions
Updated 5d ago
v1.0.0
MIT-0

Cataas

CATAAS MCP — Cat as a Service (free, no auth)

random_cat

Get a random cat image. Returns image URL, cat ID, and associated tags.

cat_by_tag

Get a random cat image matching a specific tag (e.g., 'orange', 'cute', 'sleepy'). Returns image URL

list_tags

List all available cat tags for filtering. Use tag names with cat_by_tag to find cats by appearance

{
  "mcpServers": {
    "cataas": {
      "url": "https://gateway.pipeworx.io/cataas/mcp"
    }
  }
}

Comments

Loading comments...