一键导入
xai-video-generate
Use when the user asks to generate video, Grok Imagine video, text-to-video, image-to-video, or xAI video through xai_video_generate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks to generate video, Grok Imagine video, text-to-video, image-to-video, or xAI video through xai_video_generate.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use only for general codex-xai-oauth/xAI Grok plugin overview, setup orientation, or multi-tool requests when no dedicated xai_* skill is a better fit.
Use when the user asks how to log in, authenticate, configure OAuth, set up XAI_API_KEY, or fix missing xAI/Grok credentials for codex-xai-oauth.
Use when the user asks to generate, draft, answer, rewrite, summarize, or reason with xAI/Grok text generation through xai_generate_text.
Use when the user asks to generate, create, make, or save images with xAI, Grok Imagine, xai_image_generate, or codex-xai-oauth image artifacts.
Use when the user asks to check xAI, Grok, codex-xai-oauth, OAuth, API-key, or credential status without exposing secrets.
Use when the user asks to generate speech, text-to-speech, audio narration, voice output, or TTS with xAI/Grok through xai_tts.
| name | xai_video_generate |
| description | Use when the user asks to generate video, Grok Imagine video, text-to-video, image-to-video, or xAI video through xai_video_generate. |
Use xai_video_generate for Grok Imagine video generation.
Preferred text-to-video MCP call:
{
"prompt": "A serene mountain lake at sunrise with slow camera pan, cinematic lighting"
}
Image-to-video MCP call:
{
"prompt": "Animate this image with a slow camera push-in",
"image_url": "https://example.com/start-frame.jpg"
}
Reference-image MCP call:
{
"prompt": "Create a short cinematic shot using these reference images for style consistency",
"reference_image_urls": [
"https://example.com/reference-1.jpg",
"https://example.com/reference-2.jpg"
]
}
Options:
prompt: required video prompt.image_url: optional starting image for image-to-video.reference_image_urls: optional array of up to 7 reference images.