Install
openclaw skills install jarvis-skillsControl robotic arms and grippers via voice or code with OpenClaw, supporting precise 6-DOF movement, force sensing, collision detection, and simulation.
openclaw skills install jarvis-skillsThe Robotic Control skill integrates OpenClaw for physical robotic arm and gripper manipulation through voice commands and programmatic control.
robotic-control
openclaw_control.pyOpenClaw SDKfrom openclaw_control import init_claw, get_claw
# Initialize claw
claw = init_claw()
# Control operations
claw.grab(force=50.0)
claw.move_to(10, 20, 30)
claw.release()
Aly-Joseph
2.0.0
2026-01-31