# NVIDIA Skill2Env：把 Agent Skills 转成 RL 环境

- 来源：DAIR.AI (@dair_ai)
- 发布时间：2026-09-24 04:28
- AIHOT 分数：49
- AIHOT 链接：https://aihot.news/items/cmueuqqz903ooroyq414fv4cs
- 原文链接：https://x.com/dair_ai/status/2102857541776707799

## AI 摘要

NVIDIA 的 Skill2Env 将公开 Agent Skills 编译为可执行终端任务，从约 3.4k 个爬取的 Skills 生成 7,971 个任务、覆盖 13 个领域，用 GPT-5.6 Sol 生成耗资超 9 万美元 API 费用。

## 正文

Exciting work from NVIDIA.

(bookmark it)

Interesting to see this approach to turn public Agent Skills into RL environments.

Lots of excitement around RL environments so this is a great read.

Skill2Env compiles each Skill into executable terminal tasks.

A Codex planner reads the SKILL.md bundle, researches related public assets and splits the Skill into workflows.

A Codex creator then builds each task with programmatic tests and a behavioral rubric taken from the Skill's own quality criteria.

From about 3.4k crawled Skills, the pipeline produced 7,971 tasks across 13 domains, with software engineering under a quarter of the corpus. Generating them with GPT-5.6 Sol cost over $90k in API usage.

After 300 steps of outcome-only RL, Qwen3.8-27B improved from 49.4% to 54.1% on Terminal-Bench 2.1 and from 33.4% to 37.7% pass@1 on S2EBench, their hand-verified held-out benchmark.

Adding the rubric to the reward gave smaller benchmark gains, 50.1% on Terminal-Bench 2.1. Given the source SKILL.md, a judge preferred the rubric-trained model's trajectories over the base model's on 73.0% of tasks, against 54.5% for the outcome-only model.

Paper: https://github.com/NVlabs/Skill2Env/blob/main/paper/Skill2Env_arXiv.pdf

Chat with Paper: https://academy.dair.ai/papers/reinforcing-agents-with-collective-skills
