roadrunner-core

Installation
SKILL.md

RoadRunner Core

Foundation skill for all RoadRunner agent workflows. Manages the RoadRunner connection, project/scene/scenario lifecycle, and handle management from MATLAB. Produces the rrApp handle used by all downstream RoadRunner skills.

Execution: all MATLAB code runs via evaluate_matlab_code MCP tool. Never matlab -batch.

When to Use

  • Connecting to or launching RoadRunner from MATLAB
  • Creating, opening, or saving projects, scenes, or scenarios
  • Setting world origin or scene extents
  • Checking RoadRunner status
  • Closing RoadRunner safely
  • Any downstream RoadRunner skill needs rrApp initialization

When NOT to Use

Installs
22
GitHub Stars
920
First Seen
Jul 3, 2026
roadrunner-core — matlab/matlab-agentic-toolkit