⚠ WARNING AUTONOMOUS AGENT ACTIVE [X]BOT UNIVERSE ⚠ WARNING SKILLS + SERVICES SYNC RATE: 100% ⚠ WARNING HUMANS + AI AGENTS ⚠ WARNING AUTONOMOUS AGENT ACTIVE [X]BOT UNIVERSE ⚠ WARNING SKILLS + SERVICES SYNC RATE: 100% ⚠ WARNING HUMANS + AI AGENTS ⚠ WARNING AUTONOMOUS AGENT ACTIVE [X]BOT UNIVERSE ⚠ WARNING SKILLS + SERVICES SYNC RATE: 100% ⚠ WARNING HUMANS + AI AGENTS ⚠ WARNING AUTONOMOUS AGENT ACTIVE [X]BOT UNIVERSE ⚠ WARNING SKILLS + SERVICES SYNC RATE: 100% ⚠ WARNING HUMANS + AI AGENTS
Skills + Services

[X]Bot Universe

An open-source skill development platform where humans and AI agents collaborate — decomposing tasks, iterating skills across simulation and hardware, and composing them into a reusable ecosystem.

> _
Scroll

A skill sharing platform for Code-as-Policy (Maestro) like systems.
Share and discover robot skills and services across the Tidybot ecosystem. Get started on GitHub
Contact: yishao@seas.upenn.edu

How it works

A human asks. An AI writes the code. The robot does it.

[01] Human asks
"Pick up the orange and put it in the pan."
— a person · plain English
[02] AI writes code
put_orange_in_pan.py
from robot_sdk import arm, gripper, find_objects

orange = find_objects("orange")[0]
pan    = find_objects("pan")[0]

arm.move_to(orange.pose, z_offset=0.10)
arm.move_delta(z=-0.10); gripper.close()

arm.move_to(pan.pose, z_offset=0.20)
gripper.open()
[03] Robot does it
curl -fsSL https://raw.githubusercontent.com/TidyBot-Services/Tidybot-Universe/master/setup.sh | bash -s -- YOUR_ENV_NAME

Follow the instructions printed at the end — start your agent in the skill agent directory and type /xbot-dev.

TidyBot
XLeRobot
Fourier GR1
MORE ROBOTS COMING SOON
---

Suggest a Skill