返回顶部
a

aliyun-emoji阿里云表情

Use when generating template-driven emoji videos with Alibaba Cloud Model Studio Emoji (`emoji-v1`) from a detected portrait image. Use when producing fixed-style meme or emoji motion clips from a single face image and a selected template ID.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
118
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aliyun-emoji

技能名称: aliyun-emoji

详细描述:
类别: 提供者

模型工作室表情动画

验证

bash
mkdir -p output/aliyun-emoji
python -m pycompile skills/ai/video/aliyun-emoji/scripts/prepareemojirequest.py && echo pycompile_ok > output/aliyun-emoji/validate.txt

通过标准: 命令退出码为0,且生成了 output/aliyun-emoji/validate.txt 文件。

输出与证据

  • - 将标准化后的请求负载、检测到的人脸框、选定的模板ID以及任务轮询快照保存到 output/aliyun-emoji/ 目录下。
  • 记录确切的肖像URL以及检测是否通过。

当用户想要一个固定模板的人脸动画片段,而非开放式的视频生成时,使用表情动画功能。

关键模型名称

请使用以下确切的模型字符串:

  • - emoji-detect-v1
  • emoji-v1

选择指南:

  • - 首先运行 emoji-detect-v1 以获取 facebbox 和 extbbox_face。
  • 仅在检测成功后使用 emoji-v1。

前提条件

  • - 仅限中国大陆(北京)区域。
  • 在您的环境中设置 DASHSCOPEAPIKEY,或者将 dashscopeapikey 添加到 ~/.alibabacloud/credentials 文件中。
  • 输入图像必须是公开的 HTTP/HTTPS URL。

标准化接口 (video.emoji)

检测请求

  • - model (字符串,可选): 默认为 emoji-detect-v1
  • image_url (字符串,必填)

生成请求

  • - model (字符串,可选): 默认为 emoji-v1
  • imageurl (字符串,必填)
  • facebbox (整数数组,必填)
  • extbboxface (整数数组,必填)
  • template_id (字符串,必填)

响应

  • - taskid (字符串)
  • taskstatus (字符串)
  • video_url (字符串,任务完成时返回)

快速开始

bash
python skills/ai/video/aliyun-emoji/scripts/prepareemojirequest.py \
--image-url https://example.com/portrait.png \
--face-bbox 302,286,610,593 \
--ext-bbox-face 71,9,840,778 \
--template-id emoji_001

操作指南

  • - 使用单人、正面、无面部遮挡的肖像照片。
  • 模板ID来自官方模板列表或控制台体验;在生产调用中请勿自行编造。
  • 表情动画输出的是人物视频片段,而非贴纸包或文字叠加素材。

输出位置

  • - 默认输出: output/aliyun-emoji/request.json
  • 可通过 OUTPUT_DIR 覆盖基础目录。

参考资料

  • - references/sources.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-emoji-1775882730 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-emoji-1775882730 技能

通过命令行安装

skillhub install aliyun-emoji-1775882730

下载

⬇ 下载 aliyun-emoji v1.0.0(免费)

文件大小: 3.3 KB | 发布时间: 2026-4-12 08:55

v1.0.0 最新 2026-4-12 08:55
Initial release of aliyun-emoji skill:

- Supports generating template-driven emoji videos from a single detected face image using Alibaba Cloud Model Studio.
- Provides clear guidance for model selection (`emoji-detect-v1` for detection, `emoji-v1` for generation).
- Includes interface details for detection and generation requests and responses.
- Captures and saves all relevant inputs, outputs, and process snapshots for traceability.
- Requires images as public URLs and operation in China mainland (Beijing) region.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部