Agent Plugins Marketplace
All plugins

matlab-simulink-tools

v0.1.4

Codex plugin for MATLAB MCP Server and Simulink modeling, simulation, baseline testing, and profiler analysis workflows.

Codex6 Skills1 MCP serverstdio

By summer521521License: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
7 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install matlab-simulink-tools for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add matlab-simulink-tools@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “matlab-simulink-tools” remain stable.

  • Codex: matlab-simulink-tools@agent-plugin-marketplacematlab-simulink-tools@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/summer521521/MATLAB_Simulink_plugin/.

Plugin files

plugins/summer521521/MATLAB_Simulink_plugin/
├── .codex-plugin/plugin.json
├── skills/simulink-baseline-test/SKILL.md
├── skills/simulink-interactions/SKILL.md
├── skills/simulink-profile-initialization/SKILL.md
├── skills/simulink-profiler-analyzer/SKILL.md
├── skills/simulink-simulation/SKILL.md
├── skills/simulink-solver-profiler-analyzer/SKILL.md
└── .mcp.json

Included Skills6

simulink-baseline-testskills/simulink-baseline-test/SKILL.md

Create a MATLAB baseline regression test class for a Simulink model. Use when asked to create a baseline test, golden-reference test, or regression test for a Simulink model.

simulink-interactionsskills/simulink-interactions/SKILL.md

Interact with a Simulink model currently open in MATLAB via the MATLAB MCP server. Use this skill whenever the user asks to inspect, modify, query, or navigate a Simulink model that is open in MATLAB — for example changing block properties, finding blocks, adding blocks, connecting signals, or navigating model hierarchy. Trigger whenever the user refers to "this model", "this block", "this subsystem", "selected blocks", or asks to do anything to a Simulink model without specifying a file path to open. Also trigger for requests like "change the gain", "color all sum blocks", "find all integrators", or any other operation on an already-open model.

simulink-profile-initializationskills/simulink-profile-initialization/SKILL.md

Profile and analyze the initialization (compile) phase of a Simulink model. Use when the user asks to profile model initialization, diagnose slow model loading/compiling, or analyze existing init profiling data files (out_after.mat, perfTracer.mat, profilerResults.mat, modelCompileDiary.txt).

simulink-profiler-analyzerskills/simulink-profiler-analyzer/SKILL.md

Analyze Simulink Profiler results to find simulation bottlenecks or compare two profiler sessions to identify regressions. Use when asked to profile a Simulink model, analyze profiler data, find what is slow, or compare simulation performance between two runs or releases.

simulink-simulationskills/simulink-simulation/SKILL.md

Use this skill whenever simulating a Simulink model, running the sim command, setting up SimulationInput objects, passing input signals via timeseries or datasets, configuring model or block parameters programmatically, or accessing logged output data from SimulationOutput. Trigger for any request involving sim(), Simulink.SimulationInput, Simulink.SimulationOutput, logsout, setExternalInput, or setModelParameter.

simulink-solver-profiler-analyzerskills/simulink-solver-profiler-analyzer/SKILL.md

Runs the Simulink Solver Profiler and analyzes the results. Run when the user asks to run the Simulink solver profiler and when the user asks for advice on solver issues or performance issues in Simulink.

MCP servers1

matlabstdio
command
powershell.exe
args
-NoProfile -ExecutionPolicy Bypass -File ./scripts/start-matlab-mcp.ps1

Plugin manifests1

plugins/summer521521/MATLAB_Simulink_plugin/.codex-plugin/plugin.json
{
  "name": "matlab-simulink-tools",
  "version": "0.1.4",
  "description": "Codex plugin for MATLAB MCP Server and Simulink modeling, simulation, baseline testing, and profiler analysis workflows.",
  "author": {
    "name": "summer521521",
    "url": "https://github.com/summer521521"
  },
  "homepage": "https://github.com/summer521521/MATLAB_Simulink_plugin",
  "repository": "https://github.com/summer521521/MATLAB_Simulink_plugin",
  "license": "MIT",
  "keywords": [
    "codex",
    "mcp",
    "matlab",
    "simulink"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "MATLAB Simulink Tools",
    "shortDescription": "Use MATLAB MCP Server with Simulink skills.",
    "composerIcon": "./assets/icon.svg",
    "longDescription": "Packages a local MATLAB MCP Server launcher with Simulink skills for model interaction, simulation, baseline tests, and profiler analysis.",
    "developerName": "summer521521",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Inspect the open Simulink model.",
      "Run this model with SimulationInput.",
      "Analyze Simulink profiler results."
    ],
    "brandColor": "#2563EB"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[matlab-simulink-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/matlab-simulink-tools)