Skip to main content
Run any Skill in Manus
with one click

multimodal-llm

Stars3
Forks0
UpdatedJuly 8, 2026 at 17:48

在鸿蒙 ArkTS 里调多模态 LLM API(OpenAI Vision / Whisper / DALL-E、Anthropic Vision、Gemini 等)的领域专项。 **激活条件**(满足任一即激活): - 用户写"调 GPT-4 Vision / Claude Vision / Gemini Vision" - 用户写"上传音频转文字 / Whisper / 语音识别 API" - 用户写"DALL-E / Stable Diffusion / 图像生成 API" - 代码里出现 `ChatMessage.content`、`role: 'user'`、`stream: true` 等 LLM payload 字段 - 代码涉及 SSE 流式解析(`text/event-stream` / `data: ` 前缀行) - 涉及 multipart/form-data 上传(音频 / 视频 / 大文件给 LLM 服务) **不激活**:纯文本 LLM 单轮问答(用普通 @kit.NetworkKit http POST 即可);本地推理(不调云端 API)。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly