alicloud-ai-image-qwen-image-editEdit images with Alibaba Cloud Model Studio Qwen Image Edit Max (qwen-image-edit-max). Use when modifying existing images (inpaint, replace, style transfer, local edits), preserving subject consistency, or documenting image edit request/response mappings.
Install via ClawdBot CLI:
clawdbot install cinience/alicloud-ai-image-qwen-image-editCategory: provider
Use Qwen Image Edit models for instruction-based image editing instead of text-to-image generation.
Use one of these exact model strings:
qwen-image-edit-maxqwen-image-edit-max-2026-01-16python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.prompt (string, required)image (string | bytes, required) source image URL/path/bytesmask (string | bytes, optional) inpaint region masksize (string, optional) e.g. 1024*1024seed (int, optional)image_url (string)seed (int)request_id (string)Prepare a normalized request JSON and validate response schema:
.venv/bin/python skills/ai/image/alicloud-ai-image-qwen-image-edit/scripts/prepare_edit_request.py \
--prompt "Replace the sky with sunset, keep buildings unchanged" \
--image "https://example.com/input.png"
output/ai-image-qwen-image-edit/images/OUTPUT_DIR.references/sources.mdGenerated Mar 1, 2026
Online retailers can use this skill to modify product images by changing backgrounds, removing watermarks, or adjusting colors while keeping the product itself consistent. This helps create uniform catalog images across different lighting conditions or settings without expensive reshoots.
Real estate agencies can edit property photos to replace furniture, change wall colors, or remove unwanted objects from rooms. The skill maintains architectural consistency while allowing potential buyers to visualize different design options in existing spaces.
Marketing teams can adapt campaign images for different regions by modifying text elements, changing cultural references, or adjusting visual styles while preserving brand identity. This enables rapid localization of visual assets without recreating entire campaigns.
Photography services can restore old or damaged photos by removing scratches, stains, or unwanted objects while preserving original subjects. The skill's mask functionality allows precise editing of specific damaged areas without affecting the rest of the image.
Educational publishers can modify diagrams, illustrations, and educational images to highlight specific elements, change color schemes for accessibility, or update outdated visual content while maintaining educational accuracy and consistency.
Build a subscription-based platform where users upload images and use AI-powered editing tools. Offer tiered pricing based on editing volume, with enterprise plans for high-volume users. Integrate with cloud storage for seamless workflow management.
Provide this image editing capability as a REST API service for developers to integrate into their applications. Charge based on API calls or processed images, with volume discounts for high-usage clients. Include technical support and documentation as premium offerings.
License the technology to existing photo editing software companies, marketing agencies, or e-commerce platforms as an embedded feature. Charge licensing fees based on user count or revenue sharing from the enhanced features provided to their customers.
💬 Integration Tip
Start with simple use cases like background replacement before attempting complex edits, and always validate response schemas using the provided helper script to ensure compatibility.
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Draft and publish posts to 小红书 (Xiaohongshu/RED). Use when creating content for 小红书, drafting posts, generating cover images, or publishing via browser automation. Covers the full workflow from content creation to browser-based publishing, including cover image generation with Pillow.
AI-assisted creation, rendering, and automated publishing of Xiaohongshu-style content with support for Markdown to image cards and data tracking.
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNY...