minimax-h3-opencode-skills

作者 unknowlei已验证

OpenCode skill suite for MiniMax H3 directing, routing, multishot planning, prompt generation, and review.

83
Stars
2
Forks
PowerShell
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/unknowlei/minimax-h3-opencode-skills

快速入门

使用 minimax-h3-opencode-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

MiniMax H3 OpenCode Skills

一套面向 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 组成

Skill职责
h3-prompt-writingMiniMax 官方提示词结构规范,由安装 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"]

核心规则

  • 总导演是默认且最高优先级入口。
  • 普通图片默认作为人物、物品、场景或风格参考,路由到参考一致性模式。
  • 只有用户明确声明图片是纯首帧、尾帧或首尾帧,并且不承担任何参考一致性职责时,才进入关键帧模式。
  • 用户明确要求多镜头时,必须先调用多镜头规划器。
  • 视频时长达到10秒且用户没有说明单镜头或多镜头时,先询问是否使用多镜头。
  • 多镜头规划必须逐镜执行;所有镜头确认前,不得进入最终提示词生成。
  • 严格的是非题可以有2个选项,其他选择题必须提供至少5个有实际差异的选项。
  • OpenCode 没有“三个问题”的工作流上限;每个阶段按需要提问。

文档

验证

项目内置 PowerShell 校验脚本:

pwsh -File .\tests\validate-skills.ps1

常见问题

What is 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 83 GitHub stars.

Is minimax-h3-opencode-skills safe to use?

Yes. minimax-h3-opencode-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install minimax-h3-opencode-skills?

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).

What programming language is minimax-h3-opencode-skills written in?

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.

Are there alternatives to minimax-h3-opencode-skills?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情