← 返回
内容创作 Key 中文

Filtrix Video Gen

Generate videos through Filtrix Remote MCP. Use when users ask for text-to-video, image-to-video, video task polling, or downloading completed videos with ge...
通过 Filtrix Remote MCP 生成视频。适用于用户请求文生视频、图生视频、视频任务轮询或下载完成的视频。
lumenclaw-cloud
内容创作 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 535
下载
💾 18
安装
1
版本
#latest

概述

Filtrix Video Gen (MCP)

This skill is MCP-only.

  • Endpoint: https://mcp.filtrix.ai/mcp
  • Auth: Authorization: Bearer
  • Primary tools:
  • generate_video_text
  • generate_video_image
  • get_video_status

Setup

Required:

  • FILTRIX_MCP_API_KEY

Optional:

  • FILTRIX_MCP_URL (default: https://mcp.filtrix.ai/mcp)

Generate Video (Text)

python scripts/generate.py \
  --mode text-to-video \
  --prompt "a cinematic drone shot over a neon city at night" \
  [--aspect-ratio 16:9] \
  [--idempotency-key KEY] \
  [--wait] \
  [--poll-interval 8] \
  [--timeout 600] \
  [--output /tmp/video.mp4]

Default behavior submits a request and prints request_id.

Add --wait to poll until completion and download the final video.

Generate Video (Image-to-Video)

Grok Imagine:

python scripts/generate.py \
  --mode grok-imagine \
  --prompt "camera slowly pushes in, fog drifting" \
  --image-path /path/to/input.png \
  --duration-seconds 6 \
  [--aspect-ratio 16:9] \
  [--wait]

Seedance 1.5 Pro:

python scripts/generate.py \
  --mode seedance-1-5-pro \
  --prompt "soft cinematic motion, subject turns to camera" \
  --image-url https://... \
  --duration-seconds 8 \
  [--aspect-ratio 16:9] \
  [--wait]

Notes:

  • Grok duration: 6 or 15
  • Seedance duration: 5, 8, 10, 12
  • Seedance in MCP has audio fixed to on

Check Status

python scripts/status.py \
  --request-id YOUR_REQUEST_ID \
  [--download] \
  [--output /tmp/video.mp4]

Idempotency

idempotency_key prevents duplicate billing on retries.

If omitted, scripts auto-generate one UUID-based key.

References

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-31 19:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 857 📥 199,226
data-analysis

SeaDance 2.0 Prompting Skills

lumenclaw-cloud
精通生成Seedance 2.0视频提示词,运用精准微动作、稳定动态、标志性镜头组合及正确的材质标签,以实现最佳效果。
★ 2 📥 761
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,123