Use this skill when the task involves controlling RoboNeuron through its MCP servers from OpenClaw.
Scope:
- Robot perception/control/VLA bring-up through RoboNeuron MCP.
- Inspecting available RoboNeuron tools with
mcporter. - Starting or stopping the RoboNeuron MCP daemon/runtime paths used by OpenClaw.
Required command form:
- Always invoke
mcporterwith--config /home/guanweifan/RoboNeuron/configs/openclaw/mcporter.json. - Never rely on editor-imported MCP configs for RoboNeuron.
Startup order:
- For camera-only workflows, use
roboneuron-perception. - For motion/control workflows, start
roboneuron-controlbefore sending end-effector commands. - For instruction-conditioned policy execution, start
roboneuron-perception, thenroboneuron-control, thenroboneuron-vla. - Use
roboneuron-twistonly for/cmd_velstyle base motion publishing. - Use
roboneuron-eef-deltafor direct end-effector delta commands.
Useful commands:
mcporter --config /home/guanweifan/RoboNeuron/configs/openclaw/mcporter.json listmcporter --config /home/guanweifan/RoboNeuron/configs/openclaw/mcporter.json list roboneuron-control --schemamcporter daemon statusmcporter daemon restart --log
Rules:
- Treat RoboNeuron MCP servers as stateful and persistent. Do not replace them with ad-hoc
--stdiocalls unless explicitly debugging. - Reuse configured server names (
roboneuron-perception,roboneuron-vla,roboneuron-control,roboneuron-twist,roboneuron-eef-delta). - If a tool call fails after a crash or stale connection, restart the daemon with
mcporter daemon restart.
References:
references/startup-order.mdreferences/troubleshooting.md
Source: guanweifan/RoboNeuron — distributed by TomeVault.