← 首页|学术|Demystifying Agent Skills: Why They Work-Until They Don't
cs.AI · 2608.14036 · 2026/08/14

Demystifying Agent Skills: Why They Work-Until They Don't

Jiang, Zhiyuan, Huang, Fangrui, Xing, Hanwen, Wu, Xander, Gao, Yipeng, Cao, Rui, Wang, Mengdi, Liu, Shilong, Li, Yijiang
TL;DR:用受控对比实验隔离技能的四个效应源(表征/标注/检索难度/跨框架鲁棒性),归一化 8135 试次得到 238 个有效标签、三类 12 种技能使用模式:技能有效是因为「程序锚定」稳定执行(占 65.7%,显式知识注入仅 4.5%);检索池 5→100 时实际使用精度从 29.6% 崩到 3.3%。

🎯 问题

技能评估只测聚合成功率,何时有效、为何有效、何处失败是黑箱;技能提升成功与无效果/增耗时并存的原因不清。

🔬 方法

对照研究:受控定量实验 + 配对轨迹分析;归一化 8135 试次、开放编码 240 条得 238 个唯一标签;对比技能 run 与无技能/语义匹配技能 run,隔离表征、标注、检索、跨框架四个变量。
章节结构(全文标题提取):
1 Introduction
2 Related Works
3 Study Design
4 Skill-Use Mechanisms: A Contrastive Taxonomy
5 Findings
6 Conclusion
7 Limitations

📊 结果

技能在噪声轨迹变成「程序锚点」时稳定执行;比 Workflow Memory 高 6.06 分(配对比较);程序锚定占 65.7% vs 显式知识注入 4.5%——技能稳定的是动作而非注入缺失事实;检索是独立瓶颈(池扩到 100 时实际使用精度 3.3%),但混淆干扰项降低离线识别、下游成功率却保持稳定。

💡 与研究方向关联

8/14「Agent Skills Can Be Harmful」同线续篇:上一作讲技能何时有害,这篇讲何时有效、为什么有效。对用户关心的技能体系评估与设计形成完整闭环。

📝 原文摘要

▶ 原文摘要 Abstract
Skills have emerged as a practical and effective approach for enhancing LLM agents at inference time through structured packages of knowledge. However, existing evaluations largely measure whether skills improve aggregated task success, leaving a more fundamental question underexplored: \emph{\textbf{When do skills help, why do they work, and where do they fail?}} Through controlled experiments across various benchmarks, agent harnesses and LLMs, we isolate the effects of representation, outcome annotation, retrieval difficulty, and cross-framework robustness of skills. To further answer this question, we design a contrastive study that combines controlled quantitative experiments with paired trajectory analysis. We normalize 8,135 trial records from controlled experiments and retain 238 valid unique labels from 240 open-coded records. We consolidate these observations into a taxonomy of three high-level categories and twelve skill-use modes: skills work when noisy trajectories become procedural anchors that stabilize execution. Skills improve over Workflow Memory by 6.06 points in matched comparisons. Procedural anchoring accounts for 65.7\% of skill cases, versus 4.5\% for explicit knowledge injection, showing that skills stabilize action rather than inject missing facts. Retrieval is a separate bottleneck: as pools grow from 5 to 100, actual-use precision falls from 29.6\% to 3.3\%. Confusable distractors impair offline identification, yet downstream success remains stable; exact ground-truth invocation is neither sufficient nor necessary. Skills fail under brittle assumptions, incompatible contexts, or insufficient adaptation. These findings move evaluation beyond aggregate success rates and guide reliable self-evolving agents.
Deep Read · 2026-08-18高松灯 / Agent 日报
Agent SkillsProcedural AnchoringSkill RetrievalAbstention