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
Decision gist · record as of 2026-07-18
Aliyun-modelstudio-entry routes your Model Studio requests to the correct specialized sub-skill for your task. 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.
Use it when
- aliyun-modelstudio-entry helps you determine the right model by analyzing your requirements.
- aliyun-modelstudio-entry covers text generation, coding assistance, research, image and video creation, audio processing (ASR and TTS).
Verify before relying
Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.
Install
cinience/alicloud-skills/aliyun-modelstudio-entry · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
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; ordashscope_api_keyin~/.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)
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
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Route user requests to the correct Alibaba Cloud Model Studio sub-skill based on capability”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Execute lightweight validation across 18 Aliyun Model Studio capabilities—text-to-image, video generation, TTS, ASR, speech translation, voice cloning, omni multimodal, visual reasoning, embedding, and reranking. Run one small request per skill, record results, and verify API connectivity and model availability.
Convert text to natural-sounding speech or transcribe audio files using Alibaba Cloud's DashScope API. This skill handles both speech synthesis with customizable voice styles and speech recognition for audio up to 12 hours long, supporting 30+ languages and multiple audio formats.
This skill harnesses Alibaba Cloud's Wan R2V models to create multi-shot videos from reference video or image inputs while maintaining consistent character styling. It provides a normalized interface for async video generation with polling support and includes validation tooling to verify requests against the official model specifications.
This skill automates article illustration by analyzing markdown content, planning visuals across two dimensions—information structure (type) and aesthetics (style)—then generating and embedding images with local references. It integrates Alibaba Cloud image generation backends and preserves workflow state through validation gates.
This skill provides standardized image generation using Alibaba's Qwen models through the DashScope SDK. It normalizes requests across qwen-image variants with support for prompts, negative prompts, dimensions, seeds, and reference images, while handling authentication via environment variables or credential files.
This skill wraps Aliyun's Wan video generation models through the DashScope SDK, enabling both text-to-video and image-to-video workflows. It standardizes video.generate requests with support for prompt control, duration, frame rate, resolution, seed, and motion parameters across multiple Wan model variants.