The Robonix package catalog.

Skills, services, primitives, and complete robot deployments, published by the community. Every entry is read straight from its own repository's manifest, so what you see here is what the package actually declares.

14skills 52packages 17robot deployments 220declared capabilities

Skills

Task-level providers that compose services and primitives into something a robot can be asked to do.

All skills

Robot deployments

Repositories that assemble a whole robot: body description, drivers, services, skills, runtime configuration.

All robots
robonix.robot.agilex.dual_piper

Robonix deployment for two AgileX Piper arms and their factory CAN grippers.

robonix.robot.agilex.ranger_mini_v3

Robonix deployment for the AgileX Ranger Mini v3 robot.

robonix.robot.agilex.ranger_with_piper_mujoco

Selectable Web/native MuJoCo simulation of Ranger Mini V3 and Piper for Robonix.

robonix.robot.beingbeyond.d1

BeingBeyond D1 desktop robot deployment — dexterous-hand object pick/place skill.

robonix.robot.deep_robotics.lite3

Minimal Robonix deployment for the Deep Robotics Lite3.

robonix.robot.deep_robotics.lynx_s10

DeepRobotics Lynx S10 wheeled-quadruped deployment — Orbbec RGB-D sensing, Lynx UDP chassis control, and InternVLA vision-language navigation.

robonix.robot.hantewin.benben

Robonix deploy manifest for the Hantewin Benben

robonix.robot.linkerbot.linker_hand_o6

LinkerHand O6 standalone dexterous-hand deployment — finger dance and static gesture skill.

robonix.robot.mirrorme.bpx

Dockerized MirrorMe BPX deployment with odometry and guarded stand/sit posture control.

robonix.robot.pal_robotics.tiago_webots

Webots TIAGo Lite simulation deployment — differential-drive base, head RGB-D camera, planar lidar, audio, mapping, navigation and exploration, with no robot hardware required.

robonix.robot.syswonder.minecraft_bot

Robonix deployment for an autonomous Minecraft player.

robonix.robot.unitree.go2

Safe Robonix deployment for Unitree Go2 with mapping, semantic navigation and read-only UI.

robonix.robot.unitree.go2_mujoco

Web/native MuJoCo Go2 simulation with exploration and Scene semantic navigation.

robonix.robot.wheeltec.r550

Wheeltec R550 mini_tank — 2D SLAM mapping deploy (N10P lidar + rtabmap).

robonix.robot.wowrobo.roboarm

Roboarm LeRobot Koch 五自由度机械臂 Robonix 部署。

robonix.robot.yahboom.rosmaster_x3

Guarded short-distance ROS 1 navigation for the Yahboom ROSMASTER X3.

robonix.robot.yobotics.y20w

Robonix robot deployment with Livox LiDAR, RealSense camera, chassis control, navigation, speech and scene understanding.

The substrate

What skills are built on. Providers of the same capability are interchangeable, so a skill written once runs on any robot that has them.

All packages

Publish a package

Your code stays in your repository. Listing it takes one entry in catalog.yaml — everything else is read from your manifest.

packages:
  - name: robonix.service.mapping
    repo: https://github.com/syswonder/service-map-rbnx
Submit a package

Read it as an API

The whole catalog is static JSON on the same host. No key, no rate limit, no query parameters — fetch it and filter on the client.

curl -s https://packages.robonix.ai/api/v1/packages.json
Explore the API