Agentkit Multimedia Shopping logo

Agentkit Multimedia Shopping

CommunityPopular
anbeime
agentkit-multimedia-shopping

电商运营与内容创作者在需要制作带货短视频时,用此技能一键生成9:16竖屏数字人成片。自动编排AI绘画、语音合成与视频生成,快速产出“小省导购员”专属形象与专业配音,让多模态视频制作省时省力。

Overview

Publisheranbeime
Repositoryskill
Skill nameagentkit-multimedia-shopping
Stars
6.9K
Forks
645
Bundled files
15
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 15 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by anbeime on GitHub. Read the source before you install it.

Installation

Install the Agentkit Multimedia Shopping AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/anbeime/skill.git /tmp/skill
mkdir -p .claude/skills
cp -r /tmp/skill/skills/agentkit-multimedia-shopping/agentkit-multimedia-shopping .claude/skills/agentkit-multimedia-shopping
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Agentkit Multimedia Shopping in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Agentkit Multimedia Shopping on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Agentkit Multimedia Shopping is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

AgentKit多媒体小省导购员数字人带货

任务目标

  • 本技能用于:基于ByteDance agentkit-samples多媒体用例,生成小省导购员数字人带货视频的多模态内容
  • 能力包含:
    • AI绘画生成(小省导购员角色形象、场景背景)
    • 语音合成(导购员语音、背景音乐)
    • 视频生成(多模态组合)
    • 工作流编排(图像→音频→视频→成片)
  • 触发条件:用户需要生成小省导购员数字人带货视频,使用agentkit-samples的多媒体能力

前置准备

依赖说明

本技能依赖以下Python包:

Pillow>=10.0.0
requests>=2.28.0
numpy>=1.24.0

环境准备

  1. 安装agentkit-samples(如需要)
  2. 准备API凭证(如涉及第三方服务调用)
  3. 准备小省导购员角色固定特征描述

前置知识

  • 了解ByteDance agentkit-samples多媒体用例的基本功能
  • 了解AI绘画、语音合成、视频生成的基本原理
  • 了解9:16竖屏视频规格

操作步骤

标准流程

1. 角色形象生成

使用AI绘画生成小省导购员角色形象:

输入信息

  • 角色固定特征(脸型、发型、服饰、气质)
  • 场景类型(商务场景)
  • 情绪基调(热情、专业、亲切)

生成流程

  1. 读取 references/character-profile.md,获取小省导购员角色固定特征
  2. 调用 scripts/generate_character.py 生成角色形象
  3. 裁剪为9:16比例,分辨率≥1080×1920
  4. 保存参考图(供InfiniteTalk使用)

输出:角色参考图(9:16竖屏)

2. 场景背景生成

使用AI绘画生成场景背景:

输入信息

  • 场景类型(商务会议室、书房、洽谈室、大厅、办公室)
  • 情绪基调(冷调、暖调、中性)
  • 光影描述(侧光、顺光、顶光、逆光)

生成流程

  1. 读取场景模板,选择对应场景类型
  2. 调用 scripts/generate_scene.py 生成场景背景
  3. 裁剪为9:16比例,分辨率≥1080×1920
  4. 保存场景参考图

输出:场景参考图(9:16竖屏)

3. 语音合成

使用TTS生成导购员语音:

输入信息

  • 话术内容(带货文案)
  • 语音类型(语速、语气)
  • 情绪基调(热情、专业、亲切)

生成流程

  1. 准备话术内容(符合小省导购员人设)
  2. 调用 scripts/generate_voice.py 合成语音
  3. 导出为16kHz单声道wav格式
  4. 保存语音文件(供InfiniteTalk使用)

输出:语音文件(16kHz单声道wav)

4. 背景音乐生成

使用音乐生成工具生成背景音乐:

输入信息

  • 情绪基调(热情、专业、紧迫、亲切)
  • 音乐风格(管弦乐、钢琴、弦乐)
  • 时长(5秒/幕)

生成流程

  1. 根据情绪基调选择音乐风格
  2. 调用 scripts/generate_music.py 生成音乐
  3. 导出为16kHz单声道wav格式
  4. 保存音乐文件(供InfiniteTalk使用)

输出:音乐文件(16kHz单声道wav)

5. 视频生成

使用多模态组合生成视频:

输入信息

  • 角色参考图(9:16竖屏)
  • 场景参考图(9:16竖屏)
  • 语音文件(16kHz单声道wav)
  • 音乐文件(16kHz单声道wav)
  • 提示词(InfiniteTalk专用)

生成流程

  1. 读取InfiniteTalk专用提示词(使用infinitetalk-shopping-avatar Skill生成)
  2. 调用 scripts/generate_video.py 生成视频
  3. 生成5幕视频(每幕5秒)
  4. 拼接完整视频(总时长25秒)

输出:完整视频(25秒,9:16竖屏)

可选分支

  • 当仅需生成角色形象:执行步骤1
  • 当仅需生成场景背景:执行步骤2
  • 当仅需生成语音:执行步骤3
  • 当仅需生成背景音乐:执行步骤4
  • 当仅需生成视频:执行步骤1-5

资源索引

注意事项

  • 角色一致性:所有生成的角色形象必须严格遵循角色固定特征
  • 分辨率匹配:所有图像必须为9:16竖屏,分辨率≥1080×1920
  • 音频格式:所有音频必须为16kHz单声道wav格式
  • 情绪适配:语音和音乐必须与场景情绪匹配
  • 工作流顺序:严格按照图像→音频→视频的顺序生成
  • 与InfiniteTalk协同:使用infinitetalk-shopping-avatar Skill生成提示词

使用示例

示例1:生成完整带货视频

功能说明:生成小省导购员数字人带货视频的完整流程

执行方式

  1. 生成角色形象(调用generate_character.py)
  2. 生成场景背景(调用generate_scene.py)
  3. 合成导购员语音(调用generate_voice.py)
  4. 生成背景音乐(调用generate_music.py)
  5. 生成视频(调用generate_video.py,结合InfiniteTalk提示词)

关键参数

  • 角色固定特征:严格遵循character-profile.md
  • 场景类型:商务场景
  • 情绪基调:热情专业
  • 分辨率:1080×1920(9:16竖屏)
  • 音频格式:16kHz单声道wav

输出:完整带货视频(25秒,9:16竖屏)

示例2:仅生成角色参考图

功能说明:仅生成小省导购员角色参考图

执行方式:调用generate_character.py

关键参数

  • 角色固定特征:严格遵循character-profile.md
  • 情绪基调:热情专业
  • 分辨率:1080×1920(9:16竖屏)

输出:角色参考图(9:16竖屏)

工作流总结

角色固定特征描述
AI绘画生成(角色形象+场景背景)
语音合成(导购员语音+背景音乐)
InfiniteTalk提示词生成(使用infinitetalk-shopping-avatar Skill)
多模态视频生成(图像+音频+提示词)
完整带货视频(25秒,9:16竖屏)

与InfiniteTalk的协同

本技能与infinitetalk-shopping-avatar Skill协同工作:

  1. 本技能:生成多模态内容(图像、音频)
  2. infinitetalk-shopping-avatar Skill:生成InfiniteTalk专用提示词
  3. InfiniteTalk:使用多模态内容和提示词生成视频

协同流程:

本技能生成角色参考图 → infinitetalk-shopping-avatar生成提示词 → InfiniteTalk生成视频
本技能生成语音文件 → chinese-wav2vec2-base编码 → InfiniteTalk使用
本技能生成音乐文件 → chinese-wav2vec2-base编码 → InfiniteTalk使用

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Agentkit Multimedia Shopping AI skill do?

电商运营与内容创作者在需要制作带货短视频时,用此技能一键生成9:16竖屏数字人成片。自动编排AI绘画、语音合成与视频生成,快速产出“小省导购员”专属形象与专业配音,让多模态视频制作省时省力。

Why use Agentkit Multimedia Shopping on TypingMind?

Because you install it once and use it with any model. Agentkit Multimedia Shopping is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Agentkit Multimedia Shopping in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/anbeime/skill/tree/main/skills/agentkit-multimedia-shopping/agentkit-multimedia-shopping. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Agentkit Multimedia Shopping?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Agentkit Multimedia Shopping?

As many as you like. As long as a model supports skills, you can use Agentkit Multimedia Shopping with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Agentkit Multimedia Shopping AI skill free?

It is published on GitHub by anbeime. Check the repository for licensing terms. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇