Pixshop Creative API for Openclaw

A comprehensive REST API suite for professional AI image generation, video production, and advanced creative editing tools.

lizhijun
v1.0.0
Mar 8, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install pixshop-creative-api

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install pixshop-creative-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Pixshop Creative API?

The Pixshop Creative API is a developer-centric interface designed to bring professional-grade AI creative capabilities into any application environment. As a key component of the Openclaw Skills ecosystem, it provides programmatic access to over 15 image generation models, high-fidelity video creation, and a suite of 16 specialized editing tools including face-swapping, upscaling, and virtual try-ons.

This API is built for scale, offering unified response formats and deep integration with the Pixshop ecosystem, including its prompt library and Nano Banana AI app marketplace. Whether you are building an AI-powered design tool or automating creative assets for e-commerce, this skill provides the necessary infrastructure for modern AI workflows.

Pixshop Creative API Use Cases

  • Automating high-resolution image generation for marketing and social media campaigns.
  • Implementing virtual try-on and fashion photoshoot features for e-commerce platforms.
  • Developing AI-driven video content from static images for dynamic user engagement.
  • Building advanced photo editing applications with features like smart inpainting, face-swapping, and AI retouching.
  • Creating custom AI agents that leverage the prompt library to generate consistent, high-quality visual assets.

How Pixshop Creative API Works

  1. Authentication is handled via a Bearer Token, which can be retrieved through the Pixshop CLI or standard Supabase Auth protocols.
  2. Developers send HTTP POST requests to specific endpoints like /api/ai/generate for creation or /api/tools/upscale for enhancement.
  3. The API processes the request using optimized AI models (e.g., Nano Banana) and returns a standardized JSON response.
  4. For synchronous operations like image generation, the response contains the direct media URL and associated metadata.
  5. For long-running asynchronous tasks, such as high-quality video generation, the API returns a task ID for status polling until completion.
  6. Developers can chain these Openclaw Skills together to create complex workflows, such as generating an image and immediately passing it to an editing tool.

Pixshop Creative API Setup

To integrate this into your workflow for Openclaw Skills, first obtain an access token using the Pixshop CLI:

npm install -g pixshop
pixshop login
# Retrieve your token
cat ~/.pixshop-config.json | jq '.accessToken'

Configure your application to use the following standard request format:

curl -X POST https://pixshop.app/api/ai/generate \
  -H "Authorization: Bearer <YOUR_TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"a futuristic cyberpunk city","aspectRatio":"16:9"}'

Pixshop Creative API Data Schema & Taxonomy

The Pixshop Creative API utilizes a consistent response schema for all tools and generation endpoints to simplify integration across different Openclaw Skills implementations:

Property Type Description
success boolean Indicates request status
data object Contains the operation result (URLs, metadata, or task IDs)
error object Details the error code and message upon failure

Error codes include AUTH_REQUIRED (401), INSUFFICIENT_CREDITS (402), and RATE_LIMIT_EXCEEDED (429).

Pixshop Creative API Advanced Features

  • Support for over 15 different generation models including high-speed and HD variations.
  • Integrated Agent Skills via MCP protocol for autonomous design agent workflows.
  • Intelligent parameter adaptation that suggests optimal generation settings based on natural language prompts.
  • Comprehensive editing suite featuring 3D pose generation, multi-angle view generation, and AI-powered makeup application.
  • Access to a massive, community-curated prompt library with search and tagging capabilities.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*