← Index

Short Video Agent Kit

io.github.davidmosiah/short-video-agent-kit·v0.1.7·AI & LLMs
Quality Score
90
/100

Provider-neutral short-form AI video toolkit for agents: Sora, Gemini Veo, xAI/Grok, Seedance.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<short_video_dry_run>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "XAI_API_KEY": "<your-xai_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<short_video_dry_run>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "XAI_API_KEY": "<your-xai_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y short-video-agent-kit
§02  Environment variables
SHORT_VIDEO_DRY_RUN

Set to false only when the agent should call paid video providers. Defaults to dry-run behavior.

OPENAI_API_KEY
secret

Optional API key for OpenAI/Sora provider calls.

GEMINI_API_KEY
secret

Optional API key for Gemini Veo provider calls.

XAI_API_KEY
secret

Optional API key for xAI/Grok provider calls.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs