generate-video-cover
GitHub利用沙箱 GPU 运行时和 Manager Artifact Broker 生成视频封面。通过提供视觉提示及尺寸,调用指定工具生成 PNG 封面及 JSON 溯源记录,结果以 artifact 引用返回,严禁直接操作主机文件系统路径。
Trigger Scenarios
Install
npx skills add xiaotianfotos/homerail --skill generate-video-cover -g -y
SKILL.md
Frontmatter
{
"name": "generate-video-cover",
"description": "Generate a video cover through the sandboxed GPU runtime and Manager Artifact Broker."
}
Generate Video Cover
Use only the current qualified Tool for com.homerail.video-cover:generate_cover.
Provide a concise visual prompt plus the requested width and height. The Runtime may use GPU authority only when it is present in the exact Tool grant. Every result must be published through a Manager-issued Artifact Broker capability bound to this Tool request. Never ask for, invent, accept, or return a host filesystem path. Treat the returned artifact:sha256/... references as passive artifacts.
The deterministic fake GPU entrypoint exists for the M6 acceptance fixture. It produces both a PNG cover and a JSON provenance record without a model download.
Version History
- 7f1ebb2 Current 2026-08-12 20:52


