ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

cutout-visual-api

Call Cutout.Pro visual processing APIs to perform background removal, face cutout, and photo enhancement. Supports both file upload and image URL input, returning binary stream or Base64-encoded results.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cutout-pro/cutout-visual-api
Or

Cutout.Pro Visual API — Image Processing Toolkit

Overview

Access three core image processing capabilities via the Cutout.Pro REST API:

  1. Background Remover — Automatically detects the foreground, removes the background, and returns a transparent PNG
  2. Face Cutout — Precisely segments the face and hair region, with support for 68-point facial landmark detection
  3. Photo Enhancer — AI super-resolution enhancement that transforms blurry, low-quality photos into high-definition images

When to Use This Skill

  • When the user needs to remove an image background
  • When the user needs to extract a face or avatar region
  • When the user needs to improve photo clarity or resolution
  • When the user mentions "background removal", "cutout", "portrait segmentation", or related topics
  • When the user mentions "image enhancement", "super resolution", "photo restoration", or related topics

Do Not Use This Skill When

  • The task is unrelated to image processing
  • The user needs to generate a new image (not process an existing one)
  • The user needs video processing (use another tool)

How It Works

Images are processed by the Cutout.Pro API using AI. Each call consumes credits (standard: 1 credit/image; preview mode: 0.25 credits/image).

API Comparison

Use CaseRecommended API
Remove background from products, people, or animalsBackground Remover
Extract face/hair region for avatarsFace Cutout
Turn a blurry photo into HDPhoto Enhancer
Super-resolution for anime/cartoon imagesPhoto Enhancer (faceModel=anime)
Get facial landmark coordinatesFace Cutout (faceAnalysis=true)

Quick Start

  1. Go to https://www.cutout.pro/user/secret-key to get your API Key
  2. Add it to your .env file: CUTOUT_API_KEY=your_key_here
  3. Install dependencies: pip install -r scripts/requirements.txt
  4. Run the script: python scripts/cutout.py --api bg-remover --image photo.jpg

See references/setup-guide.md for full setup instructions.

1. Operation Modes

Metadata

Stars3409
Views0
Updated2026-03-25
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-cutout-pro-cutout-visual-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#image-processing#background-removal#face-cutout#photo-enhance#api
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.