OpenClaw MCP

Verbinde OpenClaw mit Video Samuraizer.

Richte den Open-source AI Agent per CLI, MCP-Config oder Skill-Datei ein und nutze Video Samuraizer direkt in deinen Agent-Flows.

Schritt 1: Token erstellen

Erstelle einen Agent-Token in deinem Account:

Wichtig:

Der Token wird nur einmal angezeigt. Kopiere ihn sofort!

Schritt 2: OpenClaw konfigurieren

OpenClaw bietet 2 Methoden zur MCP-Integration:

Methode 1: CLI Befehl (empfohlen)

# MCP Server hinzufügen
openclaw mcp add video-samuraizer https://testingstage.video-samuraizer.de/mcp --header "Authorization: Bearer vs_ag_YOUR_TOKEN"

# Server Status prüfen
openclaw mcp list

# Tools anzeigen
openclaw tools list

Methode 2: Skill-Datei (Alternative)

~/.openclaw/skills/VIDEO-SAMURAIZER.md

# Video Samuraizer Skill

MCP Server: https://testingstage.video-samuraizer.de/mcp
Auth: Bearer vs_ag_YOUR_TOKEN

## Available Tools
- summarize_youtube_video: Summarize YouTube videos (1-3 credits)
- list_videos: List video library (free)
- get_video_details: Get video info (free)
- get_credit_balance: Check credits (free)
- chat_with_video: Chat with transcript (free)
- delete_video: Remove from library (free)

## Usage Examples
"Summarize this YouTube video: https://youtube.com/watch?v=ABC123"
"Check my credits"
"List my videos"
"Show details for video 42"

## Detail Levels
- short (1 credit)
- medium (2 credits)
- detailed (3 credits)
- executive/actionable (5 credits)
and many more
  • Ersetze vs_ag_YOUR_TOKEN mit deinem Token
  • OpenClaw neu starten nach Konfiguration
  • Testen: "openclaw check my video samuraizer credits"
  • Verfügbare Tools: openclaw tools list --server video-samuraizer

Schritt 3: Testen

Teste die Verbindung in OpenClaw mit diesen Befehlen:

Credits & Bibliothek:

  • "Check my Video Samuraizer credits"
  • "List my videos"
  • "Show details for video 42"

Video Zusammenfassungen:

  • "Summarize this YouTube video: https://youtube.com/watch?v=ABC123" → medium (2 Credits)
  • "Give me a short summary of https://youtube.com/watch?v=ABC123" → short (1 Credit)
  • "Create an executive summary for https://youtube.com/watch?v=ABC123" → executive (5 Credits)

Chat mit Videos:

  • "Ask video 42: What are the main tips?"
  • "Chat with video 15 about the recommended tools"
Support:

Bei Problemen: Kontakt | FAQ | Tool Guide