matlab-robotics-autonomy

matlab-robotics-autonomy is a skill for Claude Code, Codex from wzyn20051216/matlab-agent-skills. It costs 72 tokens per session (385 once invoked), scanned A, original, MIT.

A MATLAB workflow for robotics, autonomous systems, ROS and ROS 2, navigation, sensor fusion, drones, and robot simulation. ROS is software that lets robot components exchange messages and data.

In plain words
What is it for?
Use it to read robot data bags, work with robot models, plan paths, perform SLAM and state estimation, fuse sensors, simulate UAVs, and check trajectories, frames, and tracking errors.
Why use it?
It helps avoid errors caused by mismatched coordinate frames, units, timestamps, sensor data, or unavailable MATLAB toolboxes. It recommends testing a small data loop before processing a full recording or simulation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to read robot data bags, work with robot models, plan paths, perform SLAM and state estimation, fuse sensors, simulate UAVs, and check trajectories, frames, and tracking errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wzyn20051216/matlab-agent-skills/matlab-robotics-autonomy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wzyn20051216/matlab-agent-skills --skill matlab-robotics-autonomy
Clone the repo
git clone --depth 1 https://github.com/wzyn20051216/matlab-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for matlab-robotics-autonomy

README.md
[![agentmods](https://agentmods.dev/badge/skills/wzyn20051216/matlab-agent-skills/matlab-robotics-autonomy/github.svg)](https://agentmods.dev/skills/wzyn20051216/matlab-agent-skills/matlab-robotics-autonomy)
Your own site
<a href="https://agentmods.dev/skills/wzyn20051216/matlab-agent-skills/matlab-robotics-autonomy"><img src="https://agentmods.dev/badge/skills/wzyn20051216/matlab-agent-skills/matlab-robotics-autonomy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for matlab-robotics-autonomy

Your own site · 80×15
<a href="https://agentmods.dev/skills/wzyn20051216/matlab-agent-skills/matlab-robotics-autonomy"><img src="https://agentmods.dev/badge/skills/wzyn20051216/matlab-agent-skills/matlab-robotics-autonomy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.00385
Opus 5 $0.00036 $0.00192
Sonnet 5 $0.00014 $0.00077
Haiku 4.5 $0.00007 $0.00038

Measured 12d ago against content hash fe767f9bafca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

matlab-robotics-autonomy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/matlab-robotics-autonomy/SKILL.md · 47 lines

What it actually says

MATLAB Robotics Autonomy

Use this skill for robotics, autonomy, and ROS workflows.

Workflow

  1. Confirm environment: ROS or ROS 2, bag files, robot model, coordinate frames, sensors, and MATLAB toolboxes.
  2. Load data or simulator deterministically.
  3. Validate frames, units, timestamps, and message types before algorithms.
  4. Build the smallest loop first: read data, process one frame, save one metric.
  5. Scale to full trajectory, bag, or simulation only after the small loop passes.

Preferred APIs

  • ROS: ros2bagreader, rosbagreader, message readers, publishers, subscribers.
  • Robotics: rigidBodyTree, inverseKinematics, manipulatorRRT.
  • Navigation: occupancy maps, planners, controllers, localization.
  • Sensor fusion: Kalman filters, tracking filters, coordinate transforms.
  • UAV: scenario, trajectory, and sensor simulation APIs when installed.

Acceptance Checks

Use at least one:

  • Bag metadata and topic count parsed correctly.
  • Frame transform chain is valid.
  • Path has finite waypoints and no obvious obstacle collision.
  • State estimator output has finite covariance.
  • Trajectory tracking error is within tolerance.
  • Figures or videos are exported with reproducible scripts.

Risk Checklist

Watch for:

  • ENU/NED/body/world frame mixups.
  • Degrees vs radians.
  • Timestamp drift.
  • Sensor rate mismatch.
  • ROS domain ID or middleware mismatch.
  • Large bag files that need sampled processing.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 47 lines · 72 tokens per session scan A fe767f9bafca

Subscribe to this mod's changes

matlab-robotics-autonomy is a skill published in the GitHub repository wzyn20051216/matlab-agent-skills (23 stars, last pushed 2mo ago), licensed MIT. It adds 72 tokens to every session and 385 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

i4h-catheter-navigation

Overview of workflows/catheternavigation/ (fluorosim DRR, XPBD physics, vasculature digital twin). Use when the user asks what the catheter navigation workflow is, what's supported, or where to start.

NVIDIA/skills · 55 tokens

i4h-workflow-create

Create a minimal blank Workflow scaffold with a Scene containing ground and light plus an idle run mode. Use for fast new Workflow scaffolding.

NVIDIA/skills · 34 tokens

i4h-catheter-navigation-setup

Verify host/GPU requirements and PYTHONPATH for the catheter navigation workflow. Use when asked to set up, install, or bootstrap catheternavigation, or when hitting import/GPU/slangpy errors.

NVIDIA/skills · 49 tokens

i4h-catheter-navigation-viewport

Launch the interactive Slang fluoroscopy viewport with XPBD catheter physics. Use when asked to open the viewport, teleop a catheter, or demo fluoro navigation.

NVIDIA/skills · 42 tokens

i4h-workflow-dataset-replay

Replay a workflow HDF5 episode through its original Scene. Use for visual trajectory and recording verification; do not use for policy evaluation or LeRobot data.

NVIDIA/skills · 41 tokens

matlab-simulate-radar-detections

Configure, simulate, debug, and analyze radarDataGenerator within radarScenario. Use for: interactively building radar detection scenarios from datasheets or performance requirements; diagnosing missed detections and configuration errors; interpreting sensor spherical, body, and scenario-frame outputs; deriving…

matlab/matlab-agentic-toolkit · 92 tokens