Jump to related tools in the same category or review the original source on GitHub.

Clawdbot Tools @ergopooka Updated 2/25/2026

🎨 Assimilate Mcp OpenClaw Plugin & Skill | ClawHub

Looking to integrate Assimilate Mcp into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate clawdbot tools tasks instantly, without having to write custom tools from scratch.

What this skill does

Control Assimilate Live FX / SCRATCH β€” professional color grading, compositing, and virtual production software β€” via MCP. 88 tools across 14 categories.

Install

npx clawhub@latest install assimilate-mcp

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
assimilate-mcpControl Assimilate Live FX / SCRATCH β€” professional color grading, compositing, and virtual production software β€” via MCP. 88 tools across 14 categories.https://github.com/amac-roguelabs/assimilate-mcp

SKILL.md content below is scrollable.

Assimilate MCP

Control Assimilate Live FX / SCRATCH β€” professional color grading, compositing, and virtual production software β€” via MCP. Complete 1:1 integration of the Assimilate REST API with 88 tools across 14 categories.

Prerequisites

Setup

MCPorter

mcporter config add assimilate --command npx --args '["-y", "assimilate-mcp"]'
mcporter list assimilate

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "assimilate": {
      "command": "npx",
      "args": ["-y", "assimilate-mcp"]
    }
  }
}

Claude Code

claude mcp add assimilate -- npx -y assimilate-mcp

Configuration

Flag Env Var Default Description
--host ASSIMILATE_HOST 127.0.0.1 Live FX host
--port ASSIMILATE_PORT 8080 REST API port
--key ASSIMILATE_KEY β€” Authorization key
--timeout ASSIMILATE_TIMEOUT 30000 HTTP timeout (ms)

Example with custom port:

{
  "mcpServers": {
    "assimilate": {
      "command": "npx",
      "args": ["-y", "assimilate-mcp", "--port=9090"]
    }
  }
}

Tools (88)

Category Count Key Tools
System 8 get_system check_connection list_users select_user
Projects 7 list_projects enter_project create_project
Groups 9 list_groups get_current_group create_group
Constructs 10 list_constructs create_construct enter_construct
Slots 5 list_slots get_slot set_slot create_slot
Versions 5 list_versions get_version set_version
Shots 7 get_shot set_shot create_shot import_media
Inputs 4 get_inputs get_input set_input
Color Grading 5 get_grade set_grade get_framing set_framing
Player 8 enter_timeline set_playmode enter_shot exit_player
Render 10 start_render stop_render get_render_status
Outputs 6 list_outputs create_output set_output
Snapshots 2 render_snapshot get_shot_metadata
Files 2 list_directory find_media

Usage Examples

Talk to your AI assistant in natural language:

  • "What projects are available?"
  • "Import the ARRIRAW files from /Volumes/Shuttle/Day_14"
  • "Warm up the gamma on this shot"
  • "Set up ProRes 4444 output and render the timeline"
  • "Take a snapshot of this frame"

MCPorter CLI

mcporter call assimilate.check_connection
mcporter call assimilate.list_projects
mcporter call 'assimilate.enter_project(name: "Commercial_Nike_Q3")'
mcporter call assimilate.get_grade

Remote Access

Live FX accepts connections on localhost by default. For remote machines, use an SSH tunnel:

ssh -f -N -L 8080:127.0.0.1:8080 user@livefx-host

Links

Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/ergopooka/assimilate-mcp
Latest commit: https://github.com/openclaw/skills/commit/de7ac7ceae9e3b440c54dbf3adf49e4b47e2a2ed

Related skills

If this matches your use case, these are close alternatives in the same category.

adhd-assistant

ADHD-friendly life management assistant for OpenClaw. Helps with daily planning, task breakdown, time management, prioritization, body doubling, dopamine regulation, and maintaining routines. Use when the user asks for help organizing their life, staying on top of tasks, beating procrastination, planning their day/week, managing overwhelm, or mentions ADHD-related challenges like time blindness, forgetfulness, difficulty starting tasks, or emotional dysregulation.

adhd-ssistant

ADHD-friendly life management assistant for OpenClaw. Helps with daily planning, task breakdown, time management, prioritization, body doubling, dopamine regulation, and maintaining routines. Use when the user asks for help organizing their life, staying on top of tasks, beating procrastination, planning their day/week, managing overwhelm, or mentions ADHD-related challenges like time blindness, forgetfulness, difficulty starting tasks, or emotional dysregulation.

agent-browser

Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection

agent-builder

Build high-performing OpenClaw agents end-to-end. Use when you want to design a new agent (persona + operating rules) and generate the required OpenClaw workspace files (SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md, optional MEMORY.md + memory/YYYY-MM-DD.md). Also use to iterate on an existing agent’s behavior, guardrails, autonomy model, heartbeat plan, and skill roster.

agents-manager

Manage Clawdbot agents: discover, profile, track capabilities, define routing hierarchy, and assign tasks.

birthday-reminder

Manage birthdays with natural language. Store birthdays in /home/clawd/clawd/data/birthdays.md, get upcoming reminders, calculate ages. Use when the user mentions birthdays, wants to add/remember someone's birthday, check upcoming birthdays, or asks about someone's age/birthday. Understands phrases like "X hat am DD.MM. Geburtstag", "Wann hat X Geburtstag?", "NΓ€chste Geburtstage".