act-libero

Execute pick, place, open, and close actions via a Vision-Language-Action policy on LIBERO Franka-Panda.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a robust Vision-Language-Action policy for robotic manipulation tasks, enabling automation of pick, place, open, and close actions on various objects.

Core Features & Use Cases

  • Vision-Language-Action Policy: Employs an ACT (Action Chunking Transformer) on HuggingFaceVLA/libero for robotic tasks.
  • Robotic Actions: Performs pick, place, open, and close actions on bowls, cups, drawers, and objects.
  • Embodiment Support: Specifically designed for the LIBERO Franka-Panda embodiment.
  • Sensor Requirements: Utilizes RGB images and proprioception data.
  • Quick Start: Run with openral sim run --config scenes/benchmark/libero_spatial.yaml --rskill rskills/act-libero

Quick Start

Run the Skill using the command openral sim run --config scenes/benchmark/libero_spatial.yaml --rskill rskills/act-libero.

Frequently Asked Questions about act-libero

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

FAQPage Schema
How do I automate robotic manipulation tasks using a vision-language-action policy?

You can automate robotic manipulation tasks using an ACT policy on HuggingFaceVLA/libero to execute pick, place, open, and close actions on specified objects within defined scenes.

What robotic embodiments and sensors does the libero ACT policy support?

The ACT policy supports the LIBERO Franka-Panda embodiment and requires RGB images alongside proprioception data as input to perform manipulation tasks.

How do I run robotic manipulation simulations for the Franka-Panda embodiment?

You run robotic manipulation simulations by executing the command `openral sim run --config scenes/benchmark/libero_spatial.yaml --rskill rskills/act-libero` in your terminal.

Can I use vision-language-action models to pick and place objects like bowls and cups?

Yes, the vision-language-action policy performs pick, place, open, and close actions on bowls, cups, drawers, and objects within the LIBERO simulation environment.

What are the limitations of using an ACT policy for robotic manipulation?

The ACT policy is specifically designed for the LIBERO Franka-Panda embodiment and requires image and proprioception data, limiting its use to compatible simulation scenes and supported object interactions.