video

video is a command for Claude Code from stockvalue/genspark-mcp. It costs 22 tokens per session (502 once invoked), scanned A, original, MIT.

Instructions for generating AI videos in Genspark from a written scene description, with optional settings such as format, quality, length, sound, and source images.

In plain words
What is it for?
It is for creating videos from text or images, selecting supported generation options, and reporting the number of videos, applied settings, and save location.
Why use it?
It provides a consistent way to submit video requests and handle common states such as missing login, busy generation, or unsupported settings.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit It is for creating videos from text or images, selecting supported generation…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/stockvalue/genspark-mcp/video
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/stockvalue/genspark-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for video

README.md
[![agentmods](https://agentmods.dev/badge/commands/stockvalue/genspark-mcp/video.svg)](https://agentmods.dev/commands/stockvalue/genspark-mcp/video)
Your own site
<a href="https://agentmods.dev/commands/stockvalue/genspark-mcp/video"><img src="https://agentmods.dev/badge/commands/stockvalue/genspark-mcp/video.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 502 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00502
Opus 5 $0.00011 $0.00251
Sonnet 5 $0.00004 $0.00100
Haiku 4.5 $0.00002 $0.00050

Measured 6d ago against content hash 79531201d65f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

video scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/video.md · 24 lines

What it actually says

mcp__genspark-video-mcp__generate_video を使い、下の指示でGensparkのAI動画を生成してください。

  1. ユーザーのシーン説明を prompt に渡す。
  2. 明示された希望だけを渡す。未指定の設定は省略し、Gensparkの現在の既定値を使う。
    • modelaspect_ratio (9:16 / 16:9)、resolution (720p / 1080p / 4k)、durationcount
    • audiofast_modetier (Lite / スタンダード / Ultra)、auto_prompt
    • image-to-videoモデルでは images に利用者のローカル絶対パスを渡す。開始・終了フレーム型は順序を保つ。
  3. 指定できる設定が不明なときだけ mcp__genspark-video-mcp__list_video_options を使って実物のUIから確認する。これは生成しないが、取得に時間がかかる。
  4. not_logged_in なら、AI自身はログイン操作を行わず、利用者本人に次を実行してもらう。
    cd ~/Genspark-MCP && .venv/bin/python login.py
    
    パスワード、2段階認証コード、cookieを要求・表示・保存しない。
  5. busy なら少し待って再実行する。別のプロセスを広範囲に終了させるコマンドは実行しない。
  6. 完了後は、本数・実際に適用された設定・保存先を簡潔に報告する。生成には数分以上かかることがある。

指示: $ARGUMENTS

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 24 lines · 22 tokens per session scan A 79531201d65f

Subscribe to this mod's changes

video is a command published in the GitHub repository stockvalue/genspark-mcp (3 stars, last pushed 29d ago), licensed MIT. It adds 22 tokens to every session and 502 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.