A Comprehensive Survey on Agent Skills: Taxonomy, Techniques, and Applications

📅 2026-05-08
📈 Citations: 0
Influential: 0
📄 PDF

career value

203K/year
🤖 AI Summary
Current large language model (LLM) agents face challenges in real-world deployment, including inefficiency, error-proneness, and poor maintainability, largely due to their reliance on on-the-fly reasoning and low-level tool invocation. This work introduces, for the first time, a skill-centric agent architecture that formalizes a comprehensive skill lifecycle framework encompassing representation, acquisition, retrieval, and evolution. It positions skills as a complementary mechanism bridging high-level reasoning and operational execution. By integrating key techniques—such as skill representation learning, automated acquisition, semantic retrieval, and continual evolution—and synergizing them with tool use, memory mechanisms, and contextual constraints, the proposed framework establishes a reusable and composable skill system. The paper further surveys representative approaches, open-source resources, and application scenarios, offering both theoretical foundations and practical guidance to enhance the scalability, robustness, and maintainability of intelligent agent systems.
📝 Abstract
Large language model (LLM)-based agents that reason, plan, and act through tools, memory, and structured interaction are emerging as a promising paradigm for automating complex workflows. Recent systems such as OpenClaw and Claude Code exemplify a broader shift from passive response generation to action-oriented task execution. Yet as agents move toward open-ended, real-world deployment, relying on from-scratch reasoning and low-level tool calls for every task become increasingly inefficient, error-prone, and hard to maintain. This survey examines this challenge through the lens of \emph{agent skills}, which we define as reusable procedural artifacts that coordinate tools, memory, and runtime context under task-specific constraints. Under this view, agents and skills play complementary roles: agents handle high-level reasoning and planning, while skills form the operational layer that enables reliable, reusable, and composable execution. Skills are therefore central to the scalability, robustness, and maintainability of modern agent systems. We organize the literature around four stages of the agent skill lifecycle -- representation, acquisition, retrieval, and evolution -- and review representative methods, ecosystem resources, and application settings across each stage. We conclude by discussing open challenges in quality control, interoperability, safe updating, and long-term capability management. All related resources, including research papers, open-source data, and projects, are collected for the community in \textcolor{blue}{https://github.com/JayLZhou/Awesome-Agent-Skills}.
Problem

Research questions and friction points this paper is trying to address.

agent skills
large language models
tool use
reusability
task automation
Innovation

Methods, ideas, or system contributions that make the work stand out.

agent skills
large language model agents
skill lifecycle
reusable procedural artifacts
composable execution
🔎 Similar Papers
2023-08-22Frontiers Comput. Sci.Citations: 866