paper-with-me

Papers

SkillAlchemy: Open-World Agent Skill Creation

2026-08-24 · Hengjun Wang, Shuyue Wei, Boyi Liu, Jun Yang, Yongxin Tong arxiv

Agent skills are reusable procedural artifacts that extend language agents with specialized workflows, tool conventions, and domain behaviors at inference time. However, creating reliable skills still depends largely on human authorship, model priors, or execution traces. These sources are often unavailable for unfamiliar tasks, suggesting the need to create skills from open-world materials. In this paper, we study open-world skill creation: given an underspecified skill brief and a source-access specification, a creator must discover behavior-relevant requirements omitted by the brief and determine how broadly each source-derived procedure is justified. We propose SkillAlchemy, an admission-centered framework for source-grounded skill creation. SkillAlchemy identifies implicit requirements through contrastive evidence, admits candidate procedures based on evidence-supported scope, and compiles the admitted content into a grammar-guided skill package. Extensive experiments across 87 SkillsBench v1.1 tasks demonstrate that SkillAlchemy improves pass rate over no-skill execution by 19.9 percentage points and the strongest automated baseline by 8.6 percentage points, while achieving performance comparable to human-curated skills.

📄 PDF Abstract BibTeX arXiv:2608.23417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agent Skill Evaluation and Evolution: Frameworks and Benchmarks

2026-06-09 · Kexin Ding, Yang Zhou, Can Jin, Feng Tong 외 arxiv

The growth of agent skills has transformed how agentic systems are built, evaluated, and deployed. As skill libraries continue to scale, rigorous evaluation becomes critical to ensuring their utility, quality, and safety…

Reinforcement Learning

After the Party: Governing What a Viral Agent-Skill Ecosystem Left Behind

2026-09-15 · Yunpeng Xiong, Ting Zhang arxiv

AI agents increasingly act through agent skills, i.e., natural-language instructions, that direct a host agent toward shell, network, credential, file, and process actions, and public registries distribute them at scale.…

Towards Secure Agent Skills: Architecture, Threat Taxonomy, and Security Analysis

2026-04-03 · Zhiyuan Li, Jingzheng Wu, Xiang Ling, Xing Cui 외 arxiv

Agent Skills is an emerging open standard that defines a modular, filesystem-based packaging format enabling LLM-based agents to acquire domain-specific expertise on demand. Despite rapid adoption across multiple agentic…

MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation

2026-05-26 · Huawei Lin, Peng Li, Jie Song, Fuxin Jiang 외 arxiv

Large language model (LLM) agents rely on reusable skills to solve complex tasks, but existing skill creation approaches often treat skills as isolated, static artifacts, limiting reusability, reliability, and long-term …

SkillShapley: Boundary-Adaptive Shapley Valuation for Skill Step Attribution in LLM Agents

2026-08-13 · Chang Liu, Yuqi Zhang, Yiman Zhong, Boyi Liu 외 arxiv

Agent skills are crucial external instructions that enable language agents to execute long procedural tasks such as coding or document processing. Existing agent skills are primarily created through human manual crafting…