Agent Skills
› QuixiAI/Hexis
› video_gen
video_gen
GitHub通过 Runway API 生成视频的工具,依赖环境变量 RUNWAY_API_KEY 进行认证。若密钥缺失则提示并继续执行。
Trigger Scenarios
需要生成视频内容
调用 Runway 服务
Install
npx skills add QuixiAI/Hexis --skill video_gen -g -y
SKILL.md
Frontmatter
{
"name": "video_gen",
"category": "creative",
"contexts": [
"heartbeat",
"chat"
],
"requires": {
"tools": [
"generate_video"
]
},
"bound_tools": [
"generate_video"
],
"description": "Video generation via Runway"
}
Video Gen
Use these tools for video generation via runway. Credentials come from the environment (RUNWAY_API_KEY); when they are missing, say so plainly and continue without this capability.
Version History
- 990da5f Current 2026-08-20 13:52


