chanjing-ai-creation
Use Chanjing AI creation APIs to submit image or video generation tasks across multiple models, inspect task status, poll async results, and explicitly download generated assets when requested.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binkes/chanjing-ai-creationWhat This Skill Does
The chanjing-ai-creation skill serves as a comprehensive gateway for integrating Chanjing's advanced AI generation capabilities into your OpenClaw workflow. It allows users to orchestrate the lifecycle of AI-generated content, specifically focusing on text-to-image and image-to-video generation tasks. This skill manages the entire pipeline: from task submission, tracking status, and polling for results, to the selective local download of generated assets. It acts as an abstraction layer over the Chanjing open API, utilizing a standard workflow that ensures tasks are queued correctly and results are retrieved only when requested by the user. By centralizing operations under a simple CLI-based utility, it enables users to leverage powerful models like Seedream 3.0 and Kling v2.1 without needing to write custom API clients or handle complex authentication headers manually.
Installation
To integrate this capability into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/binkes/chanjing-ai-creation
Ensure that you have completed the initial configuration for chanjing-credentials-guard before running this skill, as it requires valid AK/SK credentials stored in ~/.chanjing/credentials.json. If you are not authenticated, the script will automatically trigger the login page prompt.
Use Cases
This skill is designed for creative professionals and automation engineers who need to integrate AI generation into their pipelines. Common use cases include generating high-quality marketing assets, creating dynamic video content from static image references, and building automated batch processing workflows for media generation. Whether you are generating a set of images for a design project or creating professional-grade video clips from image inputs, this skill provides the structure required to manage these asynchronous tasks efficiently.
Example Prompts
- "Use the Seedream 3.0 model to generate a 16:9 cinematic image of a rainy cyberpunk city with neon lights."
- "Take this image URL [https://example.com/start.jpg] and use the Kling v2.1 model to create a 5-second video of the character turning around, then download it to my local folder."
- "List my last 5 AI creation tasks and check if the latest one is finished yet."
Tips & Limitations
- Explicit Downloading: This skill is built with a 'safety-first' approach regarding file systems. It will not download generated files automatically. You must explicitly request a download for the files to be saved to
outputs/ai-creation/. - Task Lifecycle: Always use
poll_taskfor long-running processes. Do not attempt to manually trigger multiple submissions if you are waiting for a specific output URL. - Advanced Control: For models requiring unique, non-standard parameters, utilize the
--body-fileargument to pass a custom JSON payload, ensuring maximum flexibility. - Preconditions: Ensure network connectivity to
https://open-api.chanjing.ccis stable, as the skill relies on continuous communication with the remote server for task status updates.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binkes-chanjing-ai-creation": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api
Related Skills
chanjing-credentials-guard
Run this skill before any chanjing-related action. When the user asks to generate or configure chanjing credentials/keys (AK/SK), run this skill to guide them—check if already configured; if yes, ask whether to re-apply; then open login page and let the user either run the config command or paste AK/SK for the agent to apply. ALWAYS run when user asks for chanjing credentials/keys or before any chanjing API (voice list, TTS, avatar, voice-clone).
chanjing-text-to-digital-person
Use Chanjing text-to-digital-person APIs to create AI portrait images, turn them into talking videos, optionally run LoRA training, poll async tasks, and explicitly download generated assets when requested.
chanjing-customised-person
Use Chanjing customised person APIs to create, inspect, list, poll, and delete custom digital humans from uploaded source videos.
chanjing-avatar
Use Chanjing Avatar API for lip-syncing video generation
chanjing-one-click-video-creation
用户输入选题或工作流,自动生成完整短视频成片(文案、分镜、数字人口播与 AI 画面混剪);调用 Chanjing Open API 与同仓库子技能脚本。