A comprehensive REST API suite for professional AI image generation, video production, and advanced creative editing tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pixshop-creative-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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"}'
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).
Loading
A powerful command-line interface for professional AI image generation, video creation, and advanced photo editing tools.

A powerful AI utility that transforms YouTube video content into structured, SEO-friendly Markdown articles using Gemini 2.5 Pro.

A professional AI travel planning skill that generates detailed itineraries, searches for attractions, and optimizes daily routes.

An AI-powered coordination tool that calculates the geographic midpoint and suggests optimal venues for group meetups.

A professional Model Context Protocol skill providing 28+ AI tools for high-end image generation, photo editing, and video production directly within AI coding agents.

A command-line tool for managing SOUL profiles, finding personality matches, and engaging in AI-driven pre-chats.








































