skillfed

aliyun-modelstudio-entry

This routing skill directs Alibaba Cloud Model Studio requests to the appropriate specialized sub-skill based on user intent. It covers text generation, coding, research, image and video creation, audio processing, embeddings, and multimodal reasoning—eliminating the need to manually select from dozens of capabilities.

Aliyun-modelstudio-entry routes your Model Studio requests to the correct specialized sub-skill for your task.

AI-generated summary based on this skill's SKILL.md

397 34 MIT updated by cinience

Install

cinience/alicloud-skills/aliyun-modelstudio-entry · repository language: Python

git clone https://github.com/cinience/alicloud-skills
cp -r alicloud-skills/skills/ai/entry/aliyun-modelstudio-entry ~/.claude/skills/aliyun-modelstudio-entry
npx skillfed install cinience/alicloud-skills/aliyun-modelstudio-entry

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I route model studio requests to the correct sub-skill?

aliyun-modelstudio-entry routes your Alibaba Cloud Model Studio requests to the appropriate specialized sub-skill based on your task type. Describe what you need—whether text generation, image creation, video editing, speech recognition, or embeddings—and the skill directs you to the right Qwen model or specialized handler without requiring manual selection from dozens of options.

Which Qwen or specialized model should I use for my task?

aliyun-modelstudio-entry helps you determine the right model by analyzing your requirements. For text tasks, it routes to Qwen text generation; for coding, to Qwen Coder; for images, to text-to-image; for video, to video generation; for audio, to speech recognition or TTS; for search, to embeddings; and for complex reasoning, to deep research capabilities.

What capabilities does Alibaba Cloud Model Studio routing cover?

aliyun-modelstudio-entry covers text generation, coding assistance, research, image and video creation, audio processing (ASR and TTS), document parsing (OCR), embeddings and semantic search, voice cloning, and multimodal reasoning—routing each request to its specialized sub-skill for optimal performance.

Can aliyun-modelstudio-entry help with image generation and video editing?

Yes. aliyun-modelstudio-entry routes image generation requests to text-to-image capabilities and video tasks to video editing or generation sub-skills. Specify your input type and desired output, and the skill matches you to the correct Model Studio component.

How does this entry point eliminate manual skill selection?

aliyun-modelstudio-entry accepts natural descriptions of your task—whether you need TTS, OCR, embeddings, or multimodal interaction—and automatically routes to the appropriate sub-skill. You describe your goal; the routing skill handles capability matching, removing the burden of navigating dozens of Model Studio options yourself.

SKILL.md

rendered from the published skill — quoted content, verbatim

Category: task

Alibaba Cloud Model Studio Entry (Routing)

Route requests to existing local skills to avoid duplicating model/parameter details.

Prerequisites

  • Install SDK (virtual environment recommended to avoid PEP 668 restrictions):
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
  • Configure DASHSCOPE_API_KEY (environment variable preferred; or dashscope_api_key in ~/.alibabacloud/credentials).

Routing Table (currently supported in this repo)

Need Target skill
Text generation / reasoning / tool-calling skills/ai/text/aliyun-qwen-generation/
Coding / repository reasoning skills/ai/code/aliyun-qwen-coder/
Deep multi-step research skills/ai/research/aliyun-qwen-deep-research/
Text-to-image / image generation skills/ai/image/aliyun-qwen-image/
Image editing

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 3 files
skills/ai/entry/aliyun-modelstudio-entry/SKILL.md
skills/ai/entry/aliyun-modelstudio-entry/agents/openai.yaml
skills/ai/entry/aliyun-modelstudio-entry/references/sources.md

Related skills

Tags

request-router skill-dispatcher capability-matcher model-selector alibaba-ecosystem qwen-models dashscope-api multi-modal-gateway task-orchestrator