smolvla-metaworld

Execute robotic manipulation tasks from natural language descriptions using a Sawyer robot.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/bensonlee5/openral --skill smolvla-metaworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smolvla-metaworld
Source: https://github.com/bensonlee5/openral/tree/main/rskills/smolvla-metaworld
Command: npx skills add https://github.com/bensonlee5/openral --skill smolvla-metaworld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a Vision-Language-Action policy that solves robotic manipulation tasks by interpreting natural language descriptions and executing corresponding actions.

Core Features & Use Cases

  • Vision-Language-Action Policy: Interprets natural language descriptions of tasks and executes them on a robot.
  • MetaWorld MT50 Benchmark: Finetuned on 50 diverse manipulation tasks on a Rethink Sawyer arm.
  • Multiple Suites & Scenes: Runs the MT10/MT50 suites and includes 5 demo scenes for evaluation.

Quick Start

Install the rSkill package and run it with the OpenRAL command line interface.

Frequently Asked Questions about smolvla-metaworld

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use a vision-language-action model for robotic manipulation tasks?

A vision-language-action model solves robotic manipulation tasks by interpreting natural language descriptions and executing corresponding actions on a robot. This Skill implements such a policy finetuned on the MetaWorld benchmark for autonomous manipulation.

What robotic manipulation tasks does the MetaWorld MT50 benchmark include?

The MetaWorld MT50 benchmark includes 50 diverse robotic manipulation tasks finetuned on a Rethink Sawyer arm. Applications cover robotic assembly, object manipulation, and autonomous manipulation in simulation environments.

Can I run vision-language-action policies on a Rethink Sawyer robot?

Yes, you can run vision-language-action policies on a Rethink Sawyer robot. This Skill requires a robot HAL with a Sawyer embodiment and an RGB camera to execute the manipulation tasks in simulation.

How do I execute natural language commands for autonomous robot manipulation?

You execute natural language commands for autonomous robot manipulation by running this Skill with the OpenRAL command line interface. It interprets the language descriptions and translates them into robotic actions on the Sawyer arm.

Does this robotic manipulation Skill require any specific hardware or simulation setup?

This robotic manipulation Skill requires a robot HAL with a Rethink Sawyer embodiment and an RGB camera. It runs the MT10 or MT50 suites and includes 5 demo scenes for evaluation in simulation.

What are the limitations of using a vision-language-action policy for robotic assembly?

Limitations of using a vision-language-action policy for robotic assembly include dependency on a specific Rethink Sawyer embodiment and an RGB camera. The policy is finetuned for the MetaWorld MT50 benchmark tasks in simulation.

Related Skills