npm.io
0.1.0 • Published 3d agoCLI

robium-ai

Licence
MIT
Version
0.1.0
Deps
0
Size
30 kB
Vulns
0
Weekly
0

robium CLI

CLI for robium — the robotics skill pack for coding agents: ROS 2, Nav2, Gazebo, LeRobot, Isaac Sim/Lab, visualization, data, and testing skills, installed into Claude Code as a plugin.

Usage

# Install the robium plugin into Claude Code (one shot, from a plain shell)
npx robium-ai install

# Check your machine for robotics work (Docker, GPU, disk, Python/uv, …)
npx robium-ai doctor          # human-readable
npx robium-ai doctor --json   # machine-readable (for agents/scripts)

# Browse the skill catalog
npx robium-ai skills          # all skills
npx robium-ai skills nav      # filter

install drives the Claude Code CLI non-interactively: claude plugin marketplace add robium-ai/robium-plugin, then claude plugin install robium@robium --scope user, then verifies via claude plugin list --json. Cursor and Gemini support is planned (--agent cursor|gemini prints status).

Development

Plain ESM Node (≥18), zero runtime dependencies, no build step.

npm test                 # node:test suite
npm run build:catalog    # regenerate src/catalog.json from ../robium-plugin

src/catalog.json is generated from the sibling robium-plugin checkout at publish time and committed — regenerate it before every release.

Release checklist

  1. npm run build:catalog (against an up-to-date robium-plugin checkout)
  2. npm test
  3. Bump version in package.json, commit, tag vX.Y.Z
  4. npm publish

License

MIT

Keywords