Agent skill

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.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/matlab-core/matlab-list-products/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Input
  4. Protocol
  5. Step 1 -- Extract release name
  6. Step 2 -- Read installed products from matlabroot
  7. Step 3 -- Read installed support packages
  8. Step 4 -- Clean up product names
  9. Step 5 -- Sort products
  10. Step 6 -- Display results
  11. {Release Name}
  12. Products
  13. Support Packages
  14. Key Functions and Patterns
Ships with 1 file
  • manifest.yaml
More from matlab-agentic-toolkit
All skills →
About this skill
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.

Keep going