Search papers, labs, and topics across Lattice.
SkillClaw introduces a framework for the collective evolution of skills in multi-user LLM agent ecosystems by aggregating cross-user interaction trajectories and processing them with an autonomous evolver. This evolver identifies recurring behavioral patterns and translates them into skill updates, either refining existing skills or extending them with new capabilities. Experiments on WildClawBench demonstrate that SkillClaw significantly improves the performance of Qwen3-Max in real-world agent scenarios, even with limited interaction and feedback.
LLM agents can now learn from *everyone's* experience, not just their own, leading to system-wide improvements without requiring additional user effort.
Large language model (LLM) agents such as OpenClaw rely on reusable skills to 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 in multi-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 an autonomous 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 a shared repository and 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 enables cross-user knowledge transfer and cumulative 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.