JARVIS AI Skills
/install jarvis-skills
Robotic Control Skill (OpenClaw)\r
\r
Overview\r
The Robotic Control skill integrates OpenClaw for physical robotic arm and gripper manipulation through voice commands and programmatic control.\r \r
Slug\r
robotic-control\r \r
Features\r
- Robotic arm movement (6-DOF)\r
- Gripper grab/release operations\r
- Precise positioning and orientation\r
- Force/torque sensing\r
- Collision detection and safety\r
- Action sequence execution\r
- Hardware auto-detection\r
- Simulation mode support\r \r
Implementation\r
- Module:
openclaw_control.py\r - Primary Library:
OpenClaw SDK\r - Communication: USB Serial, Ethernet, ROS\r \r
Configuration\r
from openclaw_control import init_claw, get_claw\r
\r
# Initialize claw\r
claw = init_claw()\r
\r
# Control operations\r
claw.grab(force=50.0)\r
claw.move_to(10, 20, 30)\r
claw.release()\r
```\r
\r
## Voice Commands\r
- "Jarvis, grab the object"\r
- "Jarvis, move to 10 20 30"\r
- "Jarvis, rotate 45 degrees"\r
- "Jarvis, release"\r
- "Jarvis, return to home"\r
- "Jarvis, claw status"\r
\r
## Hardware Support\r
- Universal Robots (UR)\r
- ABB Robotics\r
- KUKA\r
- Stäubli\r
- Custom embedded systems\r
\r
## Performance\r
- Reach: 2-3 meters (model-dependent)\r
- Payload: 3-500 kg (model-dependent)\r
- Precision: ±0.03-0.1 mm\r
- Speed: 1-7000 mm/s\r
- Response Time: \x3C10ms\r
\r
## Dependencies\r
- openclaw\r
- pyserial\r
- numpy\r
\r
## Author\r
Aly-Joseph\r
\r
## Version\r
2.0.0\r
\r
## Last Updated\r
2026-01-31\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jarvis-skills - After installation, invoke the skill by name or use
/jarvis-skills - Provide required inputs per the skill's parameter spec and get structured output
What is JARVIS AI Skills?
Control robotic arms and grippers via voice or code with OpenClaw, supporting precise 6-DOF movement, force sensing, collision detection, and simulation. It is an AI Agent Skill for Claude Code / OpenClaw, with 2242 downloads so far.
How do I install JARVIS AI Skills?
Run "/install jarvis-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is JARVIS AI Skills free?
Yes, JARVIS AI Skills is completely free (open-source). You can download, install and use it at no cost.
Which platforms does JARVIS AI Skills support?
JARVIS AI Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created JARVIS AI Skills?
It is built and maintained by Aly-Joseph (@aly-joseph); the current version is v1.0.0.