capx-agentic-robotics

Generate Python code for robotic manipulation using abstract perception and control APIs.

3|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/broomva/skills --skill capx-agentic-robotics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capx-agentic-robotics
Source: https://github.com/broomva/skills/tree/main/skills/robotics/capx-agentic-robotics
Command: npx skills add https://github.com/broomva/skills --skill capx-agentic-robotics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires torch, vllm, wandb, transformers, gymnasium, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill bridges the gap between high-level LLM reasoning and low-level robotic control, enabling agents to generate Python code for complex physical manipulation tasks without manual programming.

Core Features & Use Cases

  • CaP-Bench Evaluation: Benchmark frontier LLMs and VLMs across 8 tiers of robotic manipulation tasks.
  • Agentic Harness (CaP-Agent0): Utilize visual differencing and auto-synthesized skill libraries to enable training-free, self-correcting robotic agents.
  • RL-Tuned Code Generation: Apply GRPO post-training to coding models to significantly boost success rates in both simulation and real-world environments.
  • Use Case: Deploy an agent to control a Franka Panda robot for a multi-step assembly task, allowing it to perceive the environment via SAM3/Molmo and generate the necessary motion primitives dynamically.

Quick Start

Use the capx-agentic-robotics skill to run a full benchmark evaluation of the cube lift task using the Claude Opus 4.5 model.

Frequently Asked Questions about capx-agentic-robotics

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

FAQPage Schema
How do I use LLMs for robotic manipulation tasks?

You can use LLMs for robotic manipulation by providing abstract perception and control APIs that enable agents to dynamically synthesize Python code for physical tasks. This bridges high-level reasoning with low-level robot control.

How do I benchmark large language models for embodied AI tasks?

You can benchmark frontier LLMs and VLMs for embodied AI using the CaP-Bench evaluation framework, which tests code generation across 8 tiers of robotic manipulation tasks. It provides structured success rate metrics for both simulation and real-world environments.

Do I need CUDA-capable hardware to run reinforcement learning for code generation?

Yes, CUDA-capable hardware is required. The RL-based policy optimization uses dependencies like PyTorch and vLLM to apply GRPO post-training to coding models, demanding significant GPU compute for both simulation and real-world control.

Can I control a robot without manual programming using a training-free agentic harness?

Yes, the CaPAgent0 agentic harness enables training-free robot control by utilizing visual differencing and auto-synthesized skill libraries. This allows the agent to self-correct and execute physical manipulation tasks without explicit programming.

What is the best way to integrate perception microservices for real-time robot control?

The best way to integrate perception is by connecting the abstract control APIs directly with CaP-X perception microservices. This allows the system to process environmental inputs and generate necessary motion primitives for real-time robotic manipulation.