paper-with-me

Papers

WebXSkill: Skill Learning for Autonomous Web Agents

2026-04-14 · Zhaoyang Wang, Qianhui Wu, Xuchao Zhang, Chaoyun Zhang, Wenlin Yao, Fazle Elahi Faisal, Baolin Peng, Si Qin, Suman Nath, Qingwei Lin, Chetan Bansal, Dongmei Zhang, Saravan Rajmohan, Jianfeng Gao, Huaxiu Yao arxiv

Autonomous web agents powered by large language models (LLMs) remain brittle on long-horizon browser workflows. A key bottleneck is a grounding gap in existing skill formulations: textual workflow skills provide natural language guidance but cannot be directly executed, while code-based skills execute without giving the agent step-level guidance for adaptation or recovery. We introduce WebXSkill, a framework that bridges this gap with executable skills, each pairing a parameterized action program with step-level natural-language guidance. WebXSkill operates in three stages: skill extraction mines reusable action subsequences from readily available synthetic agent trajectories and abstracts them into parameterized skills, skill organization indexes them into a URL-based graph for context-aware retrieval, and skill deployment exposes two complementary modes, grounded mode for fully automated execution and guided mode where skills serve as step-by-step instructions the agent follows with its native planning. WebXSkill demonstrates consistent improvements on WebArena, WebVoyager, and Online-Mind2Web. We further find that better skill deployment mode depends on a model's plan and execution capability. The code is available at https://github.com/aiming-lab/WebXSkill.

📄 PDF Abstract BibTeX arXiv:2604.13318

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvoSkill Injection: Red-Teaming Autonomous Skill Generation and Evolution in Self-Evolving Agents

2026-08-31 · Doyun Kim, Chanwoo Kim, Sugyeong Eo, Yeo-Chan Yoon 외 arxiv

LLM-based agent systems increasingly adopt skill-based architectures to reduce repetitive reasoning costs and improve stable, efficient task execution. Recent studies propose self-evolving agents that autonomously genera…

SkillWeaver: Web Agents can Self-Improve by Discovering and Honing Skills

2025-04-09 · Boyuan Zheng, Michael Y. Fatemi, Xiaolong Jin, Zora Zhiruo Wang 외

To survive and thrive in complex environments, humans have evolved sophisticated self-improvement mechanisms through environment exploration, hierarchical abstraction of experiences into reuseable skills, and collaborati…

SkillMaster: Toward Autonomous Skill Mastery in LLM Agents

2026-05-09 · Min Yang, Jinghua Piao, Xu Xia, Xiaochong Lan 외 arxiv

Skills provide an effective mechanism for improving LLM agents on complex tasks, yet in existing agent frameworks, their creation, refinement, and selection are typically governed by external teachers, hand-designed rule…

Skill Mastery

SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents

2026-07-08 · Tianming Sha, Yue Zhao, Lichao Sun, Yushun Dong arxiv

Autonomous AI agents can execute complex tasks with limited human review, yet they often lack the grounded operational knowledge to make their outputs not just executable but correct, secure, and maintainable. We introdu…

CoEvoSkills: Self-Evolving Agent Skills via Co-Evolutionary Verification

2026-04-02 · Hanrong Zhang, Shicheng Fan, Henry Peng Zou, Yankai Chen 외 arxiv

Anthropic proposes the concept of skills for LLM agents to tackle multi-step professional tasks that simple tool invocations cannot address. A tool is a single, self-contained function, whereas a skill is a structured bu…