/ ディレクトリ / プレイグラウンド / Video Use Skill
● コミュニティ browser-use ⚡ 即起動

Video Use Skill

作者 browser-use · browser-use/video-use

Edit videos with coding agents — skill for HyperFrames, kinetic typography, and product motion.

Video Use Skill is a skill that edit videos with coding agents — skill for hyperframes, kinetic typography, and product motion Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

なぜ使うのか

主な機能

ライブデモ

実際の動作

browser-use-video-use.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "browser-use-video-use": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/browser-use/video-use",
        "~/.claude/skills/video-use"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "browser-use-video-use": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/browser-use/video-use",
        "~/.claude/skills/video-use"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "browser-use-video-use": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/browser-use/video-use",
        "~/.claude/skills/video-use"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "browser-use-video-use": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/browser-use/video-use",
        "~/.claude/skills/video-use"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "browser-use-video-use",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/browser-use/video-use",
        "~/.claude/skills/video-use"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "browser-use-video-use": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/browser-use/video-use",
          "~/.claude/skills/video-use"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add browser-use-video-use -- git clone https://github.com/browser-use/video-use ~/.claude/skills/video-use

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Video Use Skill

Use Video Use Skill for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

使うタイミング: You want skill integration for skill work without writing glue code.

前提条件
  • Repo installed / cloned — See repo README
フロー
  1. Install
    Set up the Video Use Skill skill.✓ コピーしました
    → skill listed in your agent config
  2. Invoke
    Use Video Use Skill to run a representative task in skill.✓ コピーしました
    → Tool call succeeds; result returned

結果: Real skill work completed via Video Use Skill with one chat.

注意点
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
組み合わせ: filesystem

組み合わせ

他のMCPと組み合わせて10倍の力を

browser-use-video-use + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Video Use Skill together with filesystem.✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
primary_call task-specific For the main use case Varies

コストと制限

運用コスト

APIクォータ
Provider rate limits apply
呼び出しあたりのトークン
Varies
金額
Free / pay provider directly
ヒント
Cache results; batch calls.

セキュリティ

権限、シークレット、影響範囲

認証情報の保管: Use environment variables or your OS keychain.
データ送信先: Depends on integration

トラブルシューティング

よくあるエラーと対処法

Confirm install and restart your agent.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る