Skip to content
Back to Kinocut Public Guide

Card snapshot

kinocut.dev · 2026-08-20 19:08:30 UTC · 4ec3df1d37d7ceb02bdeaebbc4d3c2a6ad8d1a7f51e05416ebd214997997be59

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Kinocut Public Guide",
  "version": "1.0.0",
  "description": "A public, read-only guide to Kinocut installation, video-editing workflows, safeguards, and documentation. It cannot edit media, access local files, upload, publish, purchase, or run commands. Kinocut (formerly mcp-video) is the open-source video-editing MCP server from KyaniteLabs; for video-operations consulting and done-with-you implementations, see PuenteWorks (https://puenteworks.com).",
  "supportedInterfaces": [
    {
      "url": "https://kinocut.dev/a2a/v1",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "KyaniteLabs",
    "url": "https://kyanitelabs.tech/"
  },
  "documentationUrl": "https://kinocut.dev/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "kinocut-capabilities",
      "name": "Kinocut Capabilities Overview",
      "description": "Answers what Kinocut can do: trim, merge, resize, caption, and export video; repurpose one master into vertical Shorts/Reels/TikTok packages; 360 dual-cam assembly from stitched equirect; video rescue for damaged clips; Hyperframes compositions; workflow engine with resume; quality checkpoints and Video Receipt provenance. 196 MCP tools, 167 CLI commands.",
      "tags": [
        "video-editing",
        "ffmpeg",
        "mcp",
        "repurposing",
        "shorts",
        "reels",
        "tiktok",
        "subtitles",
        "silence-removal",
        "360-video",
        "video-rescue",
        "hyperframes",
        "workflow-engine",
        "quality-checks"
      ],
      "examples": [
        "What can Kinocut do?",
        "Can Kinocut turn a long video into Shorts?",
        "How does 360 dual-cam assembly work?",
        "Can it fix a corrupted video file?"
      ]
    },
    {
      "id": "kinocut-install-guide",
      "name": "Installation and Integration Guide",
      "description": "Routes installation and agent-integration questions to Kinocut install docs, integration guides for Claude Code/Cursor/any MCP host, and the getting-started tutorial.",
      "tags": [
        "installation",
        "setup",
        "claude",
        "cursor",
        "mcp",
        "integration",
        "getting-started",
        "pip",
        "uvx"
      ],
      "examples": [
        "How do I install Kinocut?",
        "How do I connect Kinocut to Claude Code?",
        "What are the prerequisites?"
      ]
    },
    {
      "id": "kinocut-safety-provenance",
      "name": "Safety, Provenance, and Video Receipts",
      "description": "Explains Kinocut safety model: preflight guardrails, quality checkpoints before publish, Video Receipt provenance for every render, human-review requirements, and why the guide itself is read-only.",
      "tags": [
        "safety",
        "read-only",
        "human-approval",
        "guardrails",
        "preflight",
        "video-receipt",
        "provenance",
        "quality"
      ],
      "examples": [
        "Can this agent edit my videos?",
        "What is a Video Receipt?",
        "What safety checks run before rendering?"
      ]
    }
  ]
}