LaunchKit · 2026
Back to Skills

assimilate-mcp

Control Assimilate Live FX / SCRATCH — professional color grading, compositing, and virtual production software.

0
298 downloads
by @ergopooka

Setup & Installation

openclaw skills install @ergopooka/assimilate-mcp

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install assimilate-mcp

What This Skill Does

MCP server for controlling Assimilate Live FX and SCRATCH, professional color grading and compositing software. Exposes 88 tools across 14 categories via a complete 1:1 mapping of the Assimilate REST API. Lets AI assistants drive projects, shots, color grades, renders, and playback through natural language.

Full 1:1 REST API coverage means no gaps — every operation available in the API is reachable from an AI assistant without workarounds.

When to use it

  • Importing ARRIRAW footage from a shuttle drive into an active project
  • Adjusting gamma and color grade on a specific shot by description
  • Starting a ProRes 4444 render of the current timeline
  • Navigating between projects and constructs without touching the GUI
  • Taking frame snapshots during a review session

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Import the ARRIRAW files from /Volumes/Shuttle/Day_14 and render the timeline as ProRes 4444'

AGENT
  1. 1Call find_media to locate ARRIRAW files under /Volumes/Shuttle/Day_14
  2. 2Call import_media to bring the files into the current project
  3. 3Call create_output to configure a ProRes 4444 output profile
  4. 4Call start_render to begin rendering the timeline
  5. 5Call get_render_status to confirm render completion
OUTPUT

ARRIRAW files imported and timeline rendered to ProRes 4444 output

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Assimilate Live FX or SCRATCH license with REST API enabledHTTP server enabled in Live FX System Settings (default port 8080)ASSIMILATE_KEY environment variable if authorization is configured on the server