paper-with-me

Papers

How Well Do Agentic Skills Work in the Wild: Benchmarking LLM Skill Usage in Realistic Settings

2026-04-06 · Yujian Liu, Jiabao Ji, Li An, Tommi Jaakkola, Yang Zhang, Shiyu Chang arxiv

Agent skills, which are reusable, domain-specific knowledge artifacts, have become a popular mechanism for extending LLM-based agents, yet formally benchmarking skill usage performance remains scarce. Existing skill benchmarking efforts focus on overly idealized conditions, where LLMs are directly provided with hand-crafted, narrowly-tailored task-specific skills for each task, whereas in many realistic settings, the LLM agent may have to search for and select relevant skills on its own, and even the closest matching skills may not be well-tailored for the task. In this paper, we conduct the first comprehensive study of skill utility under progressively challenging realistic settings, where agents must retrieve skills from a large collection of 34k real-world skills and may not have access to any hand-curated skills. Our findings reveal that the benefits of skills are fragile: performance gains degrade consistently as settings become more realistic, with pass rates approaching no-skill baselines in the most challenging scenarios. To narrow this gap, we study skill refinement strategies, including query-specific and query-agnostic approaches, and we show that query-specific refinement substantially recovers lost performance when the initial skills are of reasonable relevance and quality. We further demonstrate the generality of retrieval and refinement on Terminal-Bench 2.0, where they improve the pass rate of Claude Opus 4.6 from 57.7% to 65.5%. Our results, consistent across multiple models, highlight both the promise and the current limitations of skills for LLM-based agents. Our code is available at https://github.com/UCSB-NLP-Chang/Skill-Usage.

📄 PDF Abstract BibTeX arXiv:2604.04323

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks

2026-02-13 · Xiangyi Li, Yimin Liu, Wenbo Chen, Bingran You 외 arxiv

Agent Skills are structured packages of procedural knowledge that augment large language model (LLM) agents at inference time. Despite rapid adoption, there is no standard way to measure whether they actually help. We pr…

CREW-WILDFIRE: Benchmarking Agentic Multi-Agent Collaborations at Scale

2025-07-07 · Jonathan Hyun, Nicholas R Waytowich, Boyuan Chen arxiv

Despite rapid progress in large language model (LLM)-based multi-agent systems, current benchmarks fall short in evaluating their scalability, robustness, and coordination capabilities in complex, dynamic, real-world tas…

Spatial Reasoning

Benchmarking Security Risk Detection and Verification in Open Agentic Skill Ecosystems

2026-05-30 · Ismail Hossain, Sai Puppala, Zhuoran Lu, Sajedul Talukder 외 arxiv

Open agent platforms allow community contributors to publish reusable skills that agents can invoke at runtime. This extensibility also creates a supply-chain risk: malicious contributors can hide harmful behavior inside…

From Segments to Scenes: Temporal Understanding for Agentic Autonomous Driving via Vision-Language Models

2025-12-04 · Kevin Cannons, Saeed Ranjbar Alvar, Mohammad Asiful Hossain, Ahmad Rezaei 외 arxiv

Vision-Language Models (VLMs) are increasingly deployed as the perception and reasoning backbone of autonomous agents acting in the wild, with autonomous driving (AD) being one of the most safety-critical instances. Reli…

Autonomous Driving

Conversable Complexity: Agentic LLM Collectives as Interpretable Substrates

2026-07-01 · Elias Najarro, Ane Espeseth, Eleni Nisioti, Sebastian Risi 외 arxiv

Complexity and interpretability rarely coincide: systems rich enough for complex behaviours to emerge are usually too opaque to question, while transparent ones are too simple for anything complex to emerge. A single lar…