by unknowlei
OpenCode skill suite for MiniMax H3 directing, routing, multishot planning, prompt generation, and review.
# Add to your Claude Code skills
git clone https://github.com/unknowlei/minimax-h3-opencode-skillsGuides for using ai agents skills like minimax-h3-opencode-skills.
minimax-h3-opencode-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by unknowlei. OpenCode skill suite for MiniMax H3 directing, routing, multishot planning, prompt generation, and review. It has 52 GitHub stars.
minimax-h3-opencode-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/unknowlei/minimax-h3-opencode-skills" and add it to your Claude Code skills directory (see the Installation section above).
minimax-h3-opencode-skills is primarily written in PowerShell. It is open-source under unknowlei on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh minimax-h3-opencode-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
一套面向 OpenCode 的 MiniMax H3 视频提示词 Skill 系统。它把官方提示词规范、创意导演、模式路由、多镜头规划、最终提示词生成和提示词审查组合成一条完整工作流。
把下面这个 GitHub 链接发给你的 AI,让它阅读仓库中的 AGENTS.md 并自动完成安装:
https://github.com/unknowlei/minimax-h3-opencode-skills
可以直接对 AI 说:
请安装这个仓库里的全部 OpenCode Skill,并按仓库中的 AGENTS.md 执行:
https://github.com/unknowlei/minimax-h3-opencode-skills
安装完成后,新建一个 OpenCode 会话,然后说:
使用 minimax-h3-creative-director 帮我制作一个 MiniMax H3 视频提示词。
| Skill | 职责 |
|---|---|
h3-prompt-writing |
MiniMax 官方提示词结构规范,由安装 AI 从官方仓库获取 |
minimax-h3-creative-director |
所有 MiniMax H3 请求的总入口,负责提问、模式判断和路由 |
minimax-h3-multishot-planner |
对多镜头视频逐镜询问、规划、确认并输出镜头计划 |
minimax-h3-text-video-prompt |
生成纯文字 T2VA 提示词 |
minimax-h3-reference-video-prompt |
处理人物、物品、场景、风格、动作、音色等参考一致性需求 |
minimax-h3-keyframe-video-prompt |
处理明确的纯首帧、首尾帧和尾帧边界控制需求 |
minimax-h3-prompt-reviewer |
检查、修复和重写已有 H3 提示词 |
flowchart TD
A["用户的视频需求"] --> B["Creative Director"]
B --> C["读取官方 h3-prompt-writing"]
C --> D{"是否进入多镜头规划"}
D -->|是| E["Multishot Planner"]
E --> F["逐镜询问、规划与确认"]
F --> G{"选择最终生成模式"}
D -->|否| G
G -->|纯文本| H["Text Video Prompt"]
G -->|参考人物、物品或场景| I["Reference Video Prompt"]
G -->|明确纯首帧或首尾帧| J["Keyframe Video Prompt"]
G -->|审查已有提示词| K["Prompt Reviewer"]
项目内置 PowerShell 校验脚本:
pwsh -File .\tests\validate-skills.ps1