Integrate a new robot into the PhyAgentOS ReKep plugin when the user says things like "帮我接入新机器人 XXX", "接入 ReKep 新机器人", or "help me onboard a new robot into ReKep". Inspect the SDK dropped into the ReKep plugin runtime, generate or update the adapter/factory/docs, and finish with deployment and startup instructions.
Use this skill when the user wants PhyAgentOS to wire a new robot backend into the external ReKep plugin.
Before making edits, read these references:
references/01_target_resolution.mdreferences/02_edit_targets.mdreferences/03_validation_and_delivery.mdrg, find, sed, and example scripts before designing the adapter.runtime/cellbot_adapter.pyruntime/<robot_slug>_adapter.py when the SDK is real and non-trivial.runtime/cellbot_adapter.py when the user explicitly wants to keep using the generic template.runtime/robot_factory.py so the new family can be selected with --robot_family <robot_slug>.Examples that should trigger this skill:
帮我接入新机器人 <机器人名>帮我把这个机器人 SDK 接进 ReKepHelp me onboard a new robot into ReKepUse this SDK to add a new ReKep robotBy the end of the task, the user should have:
dobot_bridge.py and hal/hal_watchdog.py