generate-video-cover
GitHub利用沙箱GPU运行时和管理器工件代理生成视频封面。通过工具请求提供视觉提示及尺寸,确保结果通过工件代理发布并返回SHA256引用,禁止直接访问宿主机文件系统路径。
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


