matlab-list-products
Show all installed MATLAB products and support packages for a given MATLAB installation folder. Use when listing, checking, or verifying what products or support packages are in a MATLAB installation.
npx skills add matlab/matlab-agentic-toolkit --skill matlab-list-products --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Show Installed MATLAB Products Use this skill when asked to show, list, or check what MATLAB products or support packages are installed in a given MATLAB installation. $ARGUMENTS ## When to Use - User asks what products, toolboxes, or support packages are installed in a MATLAB installation - User wants to verify a specific product is installed - User asks to list or check their MATLAB installation contents - User provides a matlabroot path or release name and wants to see what's there ## When NOT to Use - User wants to install new products (use `matlab-install-products` instead) - User wants to check MATLAB license status or activation (different workflow) - User wants to manage or update Add-Ons from within MATLAB - User asks about MATLAB version/release info only (use `ver` or `version` in MATLAB) ## Input The user may provide a matlabroot path or a release name, and optionally a platform. Resolve the matlabroot as follows: - **Path provided** (e.g. `C:\Program Files\MATLAB\R2025a`, `/usr/local/MATLAB/R2025a`, `/Applications/MATLAB_R2025a.app`): use it as-is. Infer the platform from the path format (backslash / drive letter -> Windows; `/Applications/MATLAB_` prefix -> macOS; o
- When to Use
- When NOT to Use
- Input
- Protocol
- Step 1 -- Extract release name
- Step 2 -- Read installed products from matlabroot
- Step 3 -- Read installed support packages
- Step 4 -- Clean up product names
- Step 5 -- Sort products
- Step 6 -- Display results
- {Release Name}
- Products
- Support Packages
- Key Functions and Patterns
What does the matlab-list-products skill do?
Show all installed MATLAB products and support packages for a given MATLAB installation folder. Use when listing, checking, or verifying what products or support packages are in a MATLAB installation.
How do I install it?
Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-list-products --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
