Install
openclaw skills install aliyun-qwen-multimodal-embeddingUse when multimodal embeddings are needed from Alibaba Cloud Model Studio models such as `qwen3-vl-embedding` for image, video, and text retrieval, cross-modal search, clustering, or offline vectorization pipelines.
openclaw skills install aliyun-qwen-multimodal-embeddingCategory: provider
mkdir -p output/aliyun-qwen-multimodal-embedding
python -m py_compile skills/ai/search/aliyun-qwen-multimodal-embedding/scripts/prepare_multimodal_embedding_request.py && echo "py_compile_ok" > output/aliyun-qwen-multimodal-embedding/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-multimodal-embedding/validate.txt is generated.
output/aliyun-qwen-multimodal-embedding/.Use this skill when the task needs text, image, or video embeddings from Model Studio for retrieval or similarity workflows.
Use one of these exact model strings as needed:
qwen3-vl-embeddingqwen2.5-vl-embeddingtongyi-embedding-vision-plus-2026-03-06Selection guidance:
qwen3-vl-embedding for the newest multimodal embedding path.qwen2.5-vl-embedding when you need compatibility with an older deployed pipeline.DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.model (string, optional): default qwen3-vl-embeddingtexts (array<string>, optional)images (array<string>, optional): public URLs or local paths uploaded by your client layervideos (array<string>, optional): public URLs where supporteddimension (int, optional): e.g. 2560, 2048, 1536, 1024, 768, 512, 256 for qwen3-vl-embeddingembeddings (array<object>)dimension (int)usage (object, optional)python skills/ai/search/aliyun-qwen-multimodal-embedding/scripts/prepare_multimodal_embedding_request.py \
--text "A cat sitting on a red chair" \
--image "https://example.com/cat.jpg" \
--dimension 1024
input.contents as an array; malformed shapes are a common 400 cause.output/aliyun-qwen-multimodal-embedding/request.jsonOUTPUT_DIR.references/sources.md