Search papers, labs, and topics across Lattice.
This paper introduces SkillAdaptor, a training-free framework for step-level skill adaptation in large language model (LLM) agents that enhances the stability and precision of skill updates. By implementing explicit failure attribution, SkillAdaptor identifies the first actionable fault in a trajectory and applies targeted updates to specific skills while keeping the model's backbone frozen. Evaluations on multiple benchmarks demonstrate significant performance improvements over existing skill adaptation methods, with notable gains in average scores and success rates across tasks.
SkillAdaptor achieves targeted skill updates that enhance LLM performance by over 1.5 points on key benchmarks, revolutionizing how agents adapt to failures in real-time.
Large language model (LLM) agents increasingly rely on reusable external skills to solve long-horizon interactive tasks. Existing training-free skill adaptation pipelines usually update skills from full trajectories or session-level feedback, which makes failure attribution coarse and often produces unstable or overly broad revisions. We propose SkillAdaptor, a training-free step-level skill adaptation framework with explicit failure attribution, and it can plug into OpenClaw-class agent harnesses. Given a failed trajectory, SkillAdaptor identifies a first actionable fault step, links responsibility to candidate skills, and applies targeted updates under explicit acceptance checks while keeping the backbone frozen. We evaluate on WebShop, PinchBench, and Claw-Eval with Kimi-K2.5, GLM-5, and GPT-5.2. SkillAdaptor improves over no-skill and skill-adaptation baselines on all three suites, with the largest single-metric improvements of +1.5 points on PinchBench Avg Score%, +1.8 on Claw-Eval Avg Score, and +1.7 on WebShop success rate. These results indicate that step-level attribution supports more stable and auditable training-free skill maintenanceThe code will be released at https://github.com/zjunlp/SkillAdaptor..