SkillClaw: Let Skills Evolve Collectively with Agentic Evolver
Summary
SkillClaw introduces a framework for collective skill evolution in multi-user LLM agent systems, enabling autonomous updates and cross-user knowledge transfer by aggregating interactions and feedback to improve performance across the ecosystem.
View Cached Full Text
Cached at: 06/08/26, 09:15 AM
Paper page - SkillClaw: Let Skills Evolve Collectively with Agentic Evolver
Source: https://huggingface.co/papers/2604.08377
Abstract
SkillClaw enables collective skill evolution in multi-user LLM agent systems by aggregating user interactions to autonomously update and improve reusable skills across the ecosystem.
Large language model (LLM) agents such as OpenClaw rely onreusable skillsto perform complex tasks, yet these skills remain largely static after deployment. As a result, similar workflows, tool usage patterns, and failure modes are repeatedly rediscovered across users, preventing the system from improving with experience. While interactions from different users provide complementary signals about when a skill works or fails, existing systems lack a mechanism to convert such heterogeneous experiences into reliable skill updates. To address these issues, we present SkillClaw, a framework for collective skill evolution inmulti-user agent ecosystems, which treats cross-user and over-time interactions as the primary signal for improving skills. SkillClaw continuously aggregates trajectories generated during use and processes them with anautonomous evolver, which identifies recurring behavioral patterns and translates them into updates to the skill set by refining existing skills or extending them with new capabilities. The resulting skills are maintained in ashared repositoryand synchronized across users, allowing improvements discovered in one context to propagate system-wide while requiring no additional effort from users. By integrating multi-user experience into ongoing skill updates, SkillClaw enablescross-user knowledge transferandcumulative capability improvement, and experiments on WildClawBench show that limited interaction and feedback, it significantly improves the performance of Qwen3-Max in real-world agent scenarios.
View arXiv pageView PDFGitHub1.73kAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2604.08377 in a model README.md to link it from this page.
Datasets citing this paper1
#### zhongweixie/A-Survey-on-AI-Agent-Harness Viewer• Updated18 days ago • 1 • 160 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2604.08377 in a Space README.md to link it from this page.
Collections including this paper21
Similar Articles
@omarsar0: // OpenClaw-Skill: Searching a Tree of Agent Skills // If you build reusable skill libraries for your agents, this one …
This paper introduces Collective Skill Tree Search (CSTS), a framework that constructs structured, diverse, and generalizable trees of skills for LLM agents using collective intelligence from multiple models. The resulting model, OpenClaw-Skill, demonstrates improved agentic capabilities in long-horizon planning, tool use, and generalization.
Skill1: Unified Evolution of Skill-Augmented Agents via Reinforcement Learning
Skill1 is a unified framework that trains a single policy to co-evolve skill selection, utilization, and distillation using a shared task-outcome objective. Experiments on ALFWorld and WebShop show it outperforms existing baselines in complex task environments.
@dair_ai: // MetaSkill-Evolve // Great paper on self-improving agents. Most self-improving agents rewrite what the agent does and…
MetaSkill-Evolve introduces a recursive two-timescale framework for LLM agents to evolve both task skills and the improvement procedure itself, achieving notable accuracy gains on OfficeQA, SealQA, and ALFWorld benchmarks.
OpenSkill: Open-World Self-Evolution for LLM Agents
OpenSkill is a framework for LLM agents to self-evolve skills and verification signals from open-world resources without target-task supervision, achieving high performance across benchmarks.
SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents
SkillCorpus presents a framework to consolidate, curate, and evaluate the open skill ecosystem for LLM agents, demonstrating consistent performance gains across multiple benchmarks through retrieval-augmented skill integration.