AiChuang AI Platform
Paste the following prompt into your AI chat to install this skill:
Please install @daze/51aic according to the official guide at https://skillhub.cn/install/skillhub.md.
About this skill
What Problem It Solves
E-commerce operators frequently need to generate visual assets such as product images, videos, and detail pages. This traditional process often involves opening design software, repeatedly adjusting parameters, and switching between different platforms (like image generators and video editors), which is fragmented and time-consuming. For developers or automation users, there is a lack of a service-oriented interface that allows invoking these creative capabilities directly via conversational instructions.
How The Skill Works
This skill encapsulates the core functionalities of the "AiChuang AI" platform into callable APIs, enabling you to generate content by issuing commands directly within an AI conversation. The core mechanism is completing the entire creative process through HTTP requests.
Core Capabilities Covered
- AI Image Generation: Supports 18 generation modes, including the recommended Agent mode. In Agent mode, users upload a reference image and describe their needs, after which the AI autonomously analyzes and generates optimized images. Other modes like "Remove Watermark" or "AI Try-On" are scene-specific with fixed logic.
- AI Detail Page Generation: After uploading product images, the AI automatically analyzes and plans a complete e-commerce detail page (including modules like selling points, parameters, etc.), then generates each image sequentially.
- Style Replication: By uploading a set of "reference design images" and "product material images", the AI learns the style from the references and applies it to your products to generate new images with a consistent aesthetic.
- Video Generation: Supports the creation of various short videos, such as product explanations and promotional content.
- Asset Management: Queries or batch-manages all your generated assets (images, videos, detail pages, etc.) on the platform.
Key Workflow Steps
- Authentication & Authorization: All API calls require a user
Token. On first use, the skill guides the user to log in to the AiChuang AI platform via a browser and copy their personal Token. This Token is saved in the session context for all subsequent requests. - Task Submission: The core operation for generating content is sending a request to the
POST /api/v1/Task/Publishendpoint. For image generation, you must specify thesceneMode(e.g.,free_creationfor free creation or Agent mode), provide aprompt(a mandatory field describing the desired output), and include the reference image'simageUrl. For detail pages and style replication, you first create a batch (CreateBatch), then proceed with confirming the plan and generating images step-by-step. - Resource Handling: If the user provides a local image, the skill first encodes it to Base64 and uploads it to the platform's OSS to obtain a publicly accessible URL for the generation request.
- Status Polling & Result Retrieval: After submitting a task, a
taskJobIdorconversationIdis returned. You need to poll interfaces likeGetProgressto check the task status until it completes or fails, then retrieve the URL of the generated result. - Session Management & Cost: To maintain historical record continuity, the skill queries and reuses an existing
conversationIdbefore publishing a task, rather than creating a new session for each generation. All generation operations consume credits, and the skill informs the user of the estimated cost before submission.
Applicable Boundaries and Important Notes
- Token is a Mandatory Credential: Without a valid
Token, all API calls will fail (returning a 401 error). The responsibility for obtaining and securing the Token lies with the user, and it should be used in a private environment. - Credit-Based Model: Generation is metered, with different costs for different functions (e.g., image generation typically costs 5 credits/image, detail pages 15 credits/image). The skill will reference a pricing table for prompts, but querying an exact balance requires an additional two-step authentication process.
- Strict Prompt Rules: For fixed modes other than Agent/free creation (e.g., "Remove Watermark"), you must use the default
preset promptfor that mode. Using a custom prompt will cause the task to fail with a parameter error (error code 999). In Agent/free creation mode, thepromptis freely described by the user. - Asynchronous Tasks and Queues: Generation tasks are processed asynchronously. After submission, there is a processing delay, and you need to actively poll for results. Under high load, tasks may be queued, requiring patience during polling.
- API Operation Robustness: While the skill provides detailed API call examples (covering macOS/Linux and Windows), practical execution can be affected by network issues, timeouts, and response formats, necessitating appropriate error handling.
Use Cases
- An e-commerce operator needs to generate a set of visual assets including hero images and detail shots for newly listed apparel, invoking the AI image generation via conversational commands for batch processing.
- A designer needs to apply the style of existing brand promotional images to a series of new product images to maintain visual consistency, uploading reference images for the AI to learn from and generate.
- A marketer needs to create a 15-second product explanation short video for a promotion, providing product images and a script, using the skill to call the video generation service.
- An operations specialist needs to generate e-commerce detail pages for multiple SKUs; after uploading product images, the AI automatically plans the detail structure and generates images one by one for subsequent editing and listing.
Best For
- E-commerce visual designer: Needs to quickly produce product images that align with brand aesthetics without manually adjusting parameters for every project.
- Content operations specialist: Responsible for maintaining detail pages across multiple stores, seeking to reduce manual image cropping and layout work.
- Cross-border e-commerce marketing head: Needs to produce multilingual video assets for different markets, but finds video production processes complex.
- Startup brand founder: Needs to establish a low-cost product visual system but lacks dedicated design resources.
Related Skills
Leveraging the Red Fox Data public account viral radar, this tool analyzes trending articles by keywords and generates complete, platform-native GZH copy.
Automatically collects daily hot lists from platforms like Douyin and Xiaohongshu, matches brand-relevant topics, and generates a complete report with angles, copy directions, and risk warnings.
A skill for writing official Chinese documents that combines formal standards, journalistic expression, and de-AI rules to produce structurally sound, fact-based, restrained files.
A video generation prompt engineering guide based on the Nüwa methodology, enabling cinematic AI video creation through structured instructions, multi-modal references, and physics constraints.