alicloud-ai-entry-modelstudioRoute Alibaba Cloud Model Studio requests to the right local skill (Qwen Image, Qwen Image Edit, Wan Video, Wan R2V, Qwen TTS and advanced TTS variants). Use when the user asks for Model Studio without specifying a capability.
Install via ClawdBot CLI:
clawdbot install cinience/alicloud-ai-entry-modelstudioCategory: task
将需求路由到已存在的本仓库技能,避免重复模型/参数内容。
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
DASHSCOPE_API_KEY(环境变量优先;或在 ~/.alibabacloud/credentials 里设置 dashscope_api_key)| 需求 | 目标技能 |
| --- | --- |
| 文生图 / 图像生成 | skills/ai/image/alicloud-ai-image-qwen-image/ |
| 图像编辑 | skills/ai/image/alicloud-ai-image-qwen-image-edit/ |
| 文生视频 / 图生视频(i2v) | skills/ai/video/alicloud-ai-video-wan-video/ |
| 参考生视频(r2v) | skills/ai/video/alicloud-ai-video-wan-r2v/ |
| 语音合成(TTS) | skills/ai/audio/alicloud-ai-audio-tts/ |
| 实时语音合成 | skills/ai/audio/alicloud-ai-audio-tts-realtime/ |
| 音色复刻(Voice Clone) | skills/ai/audio/alicloud-ai-audio-tts-voice-clone/ |
| 音色设计(Voice Design) | skills/ai/audio/alicloud-ai-audio-tts-voice-design/ |
| 向量检索 | skills/ai/search/alicloud-ai-search-dashvector/ 或 skills/ai/search/alicloud-ai-search-opensearch/ 或 skills/ai/search/alicloud-ai-search-milvus/ |
| 文档理解 | skills/ai/text/alicloud-ai-text-document-mind/ |
| 模型清单抓取/更新 | skills/ai/misc/alicloud-ai-misc-crawl-and-skill/ |
input_audio.data 的 data URI。input.contents 是数组。当 X-DashScope-Async: enable 返回 task_id 时,用以下方式轮询:
GET https://dashscope.aliyuncs.com/api/v1/tasks/<task_id>
Authorization: Bearer $DASHSCOPE_API_KEY
结果字段示例(成功):
{
"output": {
"task_status": "SUCCEEDED",
"video_url": "https://..."
}
}
说明:
output.video_url。output/alicloud-model-studio-models-summary.mdSKILL.md 与 references/*.mdreferences/sources.mdGenerated Mar 1, 2026
Marketing teams use this skill to generate images, videos, and audio for campaigns. It routes requests to specific AI models for tasks like creating promotional visuals or voiceovers, streamlining content production without deep technical knowledge.
Educators and e-learning platforms leverage this skill to produce multimedia materials. It directs needs to appropriate models for generating instructional videos, audio explanations, or visual aids, enhancing learning experiences with AI-generated content.
Media professionals use this skill for video and audio editing tasks. It routes requests to models for video generation, voice synthesis, or image editing, supporting post-production workflows in film, broadcasting, or social media content.
Businesses implement this skill to automate support interactions. It routes requests to TTS or document understanding models for generating voice responses or analyzing customer queries, improving efficiency in handling common inquiries.
Analysts and researchers use this skill for vector retrieval and document understanding. It directs requests to search or text models for extracting insights from large datasets or documents, aiding in knowledge management and decision-making.
Offer this skill as part of a subscription-based AI service platform. Users pay monthly or annual fees to access routing capabilities and integrated models, generating recurring revenue from businesses needing scalable AI solutions.
Monetize by charging based on API calls or processing volume. Each routed request to a specific model incurs a fee, appealing to users with variable needs and allowing flexible pricing for different AI tasks.
Sell enterprise licenses for custom integrations and premium support. This targets large organizations requiring dedicated deployment, enhanced security, and tailored routing configurations, providing high-value contracts.
💬 Integration Tip
Ensure proper SDK installation and API key configuration in a virtual environment to avoid conflicts, and refer to sub-skill documentation for specific model parameters.
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...