A unified API gateway providing OpenAI-compatible access to over 60 multimodal AI models across text, image, video, and audio.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ccapi
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 ccapi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CCAPI is a powerful tool within the Openclaw Skills ecosystem that simplifies AI integration by providing a single endpoint for diverse AI providers. Instead of managing multiple API keys and SDKs, developers can use the familiar OpenAI Python or Node.js SDK to interact with cutting-edge models like GPT-5.2, Claude 4.6, Gemini 2.5, and even video generators like Sora 2 and Kling 3.0. This skill is essential for building robust AI applications that require multimodal capabilities without the overhead of complex backend migrations. Using Openclaw Skills like CCAPI ensures that your development environment remains streamlined while accessing the latest advancements in artificial intelligence.
export CCAPI_API_KEY="your-ccapi-api-key"
from openai import OpenAI
client = OpenAI(api_key="your-ccapi-key", base_url="https://api.ccapi.ai/v1")
| Component | Details |
|---|---|
| Endpoint | https://api.ccapi.ai/v1 |
| Auth Header | Authorization: Bearer <API_KEY> |
| Model Format | provider/model-id (e.g., openai/gpt-5.2) |
| Sync Operations | Chat completions, Image generation, Audio |
| Async Operations | Video generation, Suno music generation |
| Response Format | Standardized OpenAI JSON schema |
/v1/models endpoint to check real-time pricing and context windows.Loading
A specialized skill for launching and managing VS Code Remote Tunnels within Docker containers for seamless remote terminal access.

Pony Image Agent is a professional-grade AI tool for generating commercial product photography, replicating visual styles, and creating cohesive image suites.

A technical utility for querying EVE Online item database details through local script execution and API calls.

A Python-powered utility for converting Word documents to PDF with full support for Chinese characters, emojis, and original document styling.

A precision tool for statically calculating C structure member offsets and memory alignment without runtime execution.

A dedicated monitoring service for Ubuntu that automatically detects Astrill VPN failures and restores the connection seamlessly.








































