Skill Retrieval Augmentation for Agentic AI
Weihang Su, Jianming Long, Qingyao Ai, Yichen Tang, Changyue Wang, Yiteng Tu, Yiqun Liu

TL;DR
This paper introduces Skill Retrieval Augmentation (SRA), a new paradigm for dynamically retrieving and applying external skills to improve agentic LLM performance, supported by a large-scale benchmark and extensive experiments.
Contribution
It formulates SRA as a scalable approach for skill integration, constructs a large skill corpus and benchmark, and reveals key bottlenecks in skill loading and utilization.
Findings
Retrieval-based skill augmentation significantly improves agent performance.
Current LLMs load skills uniformly, regardless of necessity.
Skill incorporation remains a bottleneck despite improved retrieval methods.
Abstract
As large language models (LLMs) evolve into agentic problem solvers, they increasingly rely on external, reusable skills to handle tasks beyond their native parametric capabilities. In existing agent systems, the dominant strategy for incorporating skills is to explicitly enumerate available skills within the context window. However, this strategy fails to scale: as skill corpora expand, context budgets are consumed rapidly, and the agent becomes markedly less accurate in identifying the right skill. To this end, this paper formulates Skill Retrieval Augmentation (SRA), a new paradigm in which agents dynamically retrieve, incorporate, and apply relevant skills from large external skill corpora on demand. To make this problem measurable, we construct a large-scale skill corpus and introduce SRA-Bench, the first benchmark for decomposed evaluation of the full SRA pipeline, covering skill…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
