← 首页|学术|Agent Skills Can Be Harmful: An Empirical Study of Skill-Induced Failures in LLM Agents
cs.AI · 2608.11888 · 2026/08/12

Agent Skills Can Be Harmful: An Empirical Study of Skill-Induced Failures in LLM Agents

Dong, Gen, Gao, Yanjie, Li, Liqun, Xu, Tianyin, Hua, Yu, Yang, Fan
TL;DR:Agent技能是给LLM Agent加可复用指导的事实标准,但技能诱导的失败系统性存在:功能失败很少来自明显无关技能,反而看似相关的技能会让agent错误实现或遗漏任务要素。

🎯 问题

技能效果好坏参半:部分提升成功率,部分无效果、增加token与执行时间甚至降低成功率,根因不清。

🔬 方法

差分分析框架:把目标技能引导run与无技能/语义匹配技能run对比归因失败;在SkillsBench与SWE-Skills-Bench产出307个技能诱导失败(125功能失败+182效率回归);构建SkillTriage分类归因工具。
章节结构(全文标题提取):
I Introduction
II Background
III Methodology
IV What are the root causes of functional failures?
V What are the root causes of efficiency regressions?
VI Automated Attribution of Skill-induced agent failures
VII Discussion
VIII Related Work
III-A Study Design
III-B Study Subjects
III-C Data Collection
III-D Data Labeling
IV-A Applicability Mismatch (APM)
IV-B Environment Mismatch (EM)
IV-C Task-Implementation Fault (TIF)
IV-D Artifact Misplacement (AM)
V-A Context Bloat (CO)
V-B Excessive Procedure (EP)
V-C Dependency Resolution (DO)
VI-A Attribution Tool

📊 结果

(1)功能失败罕见来自明显无关技能,看似相关技能反而导致错误实现或遗漏;(2)效率回归不能仅用提示长度解释;(3)Excessive Procedure最大来源是过度验证(67例)与重型实现管线(30例)。

💡 与研究方向关联

技能诱导失败的系统性归因——agent 技能是事实标准机制,但「看似相关」的技能反而有害。对 skill 体系的评估与设计有重要警示意义。

📝 原文摘要

▶ 原文摘要 Abstract
Agent skills are the de facto mechanism for extending LLM agents with reusable guidance. A skill can shape the agent's task execution, including planning, tool use, problem-solving, and validation. Prior work reported mixed results of agent skills: some skills improve task success rates, while others have no effect, increase token use and execution time, and even reduce success rates. This paper presents a comprehensive analysis of skill-induced agent failures by attributing task failures and cost regressions to specific loaded skills. We introduce a differential analysis framework that attributes a failure or regression to a skill by comparing a target skill-guided run against a no-skill or semantically matched skill reference run that solves the same task, or solves it more cheaply. We instantiate this framework on SkillsBench and SWE-Skills-Bench, yielding 307 skill-induced failures, including 125 functional failures and 182 efficiency regressions. We also build SkillTriage, a taxonomy-guided attribution tool that normalizes paired cases, extracts differential evidence, and produces triage reports. Our major findings include: (1) Skill induced functional failures are rarely caused by obviously irrelevant skills; instead, seemingly relevant skills often make the agent incorrectly implement or omit task-required implementation elements. (2) Skill-induced efficiency regressions are not explained by prompt length alone. (3) The largest sources within Excessive Procedure are excessive verification and heavy implementation pipelines, contributing 67 and 30 cases, respectively. This shows that skills often turn validation checklists and construction recipes into mandatory work. Based on our findings, we propose research topics and tooling improvements for safer and more cost-aware skill reuse.
Deep Read · 2026-08-14高松灯 / Agent 日报
Agent SkillsSkill FailureFailure AttributionSkillTriage