KnowAct-GUIClaw: Know Deeply, Act Perfectly, Personal GUI Assistant with Self-Evolving Memory and Skill
arXiv · HuggingFace · ▲56
Abstract (verbatim)
OpenClaw has emerged as a leading agent framework for complex task automation, yet it faces insufficient cross-platform GUI interaction support and a well-built self-evolution mechanism. These flaws limit its adaptation to diverse device ecosystems and prevent performance improvements through continuous learning from execution experience. To resolve these issues, we propose the Know Deeply, Act Perfectly paradigm for personal assistants, which holds that accumulated user interaction and task-running experience directly improve execution accuracy and efficiency, unifying cognitive comprehension and operational execution. Based on this paradigm, we introduce KnowAct-GUIClaw, a novel Know-Route-Act-Reflect framework designed to address OpenClaw's GUI manipulation deficits and break through its cross-platform and recursive self-improvement constraints. First, the host agent leverages accumulated interaction experience and task-relevant knowledge for long-horizon task decomposition and allocation (Know). Second, a pluggable GUI subagent with an experience-attributable memory system (Know) and self-evolving skill library (Act), enabling seamless cross-platform migration and fast-path integration. Especially, this framework continuously stores user profiles and feedback to improve the accuracy of task decomposition and tool calls. Extensive experiments across Android, iOS, HarmonyOS and Windows show that KnowAct-GUIClaw achieves superior efficiency, accuracy and cross-platform adaptability. Especially, the GUIClaw with open-source Kimi-2.6 models achieves the best performance (64.1%) on the long-horizon MobileWorld benchmark, beating all agentical frameworks and closed-source agentical models, e.g., Seed-2.0-Pro and GPT-5.5. Additionally, the knowledgeable memory and execution skills supported by our framework are transferable across diverse base models, improving by 8.5% with Kimi-2.6.
Background
Background Analysis
1. Technical Context and Real-World Needs
As LLM agents evolve from simple dialogue tools to long-running personal assistants, users increasingly require capabilities beyond text interaction, such as graphical user interface (GUI) manipulation. For example, an assistant might need to migrate data between mobile apps, handle permission pop-ups, or execute multi-step workflows in login-protected environments. These tasks cannot be addressed through standardized APIs and demand dynamic GUI understanding. However, existing GUI agents (e.g., AppAgent, Mobile-Agent) struggle with cross-application and cross-device scenarios, and lack mechanisms to learn from historical experience for efficiency improvements.
2. Limitations of Previous Approaches
Traditional GUI agents face four key flaws: (1) High-level instructions often span multiple apps, but free-text descriptions fail to retain intermediate data needed for cross-app tasks; (2) GUI observations (e.g., screenshots, action trajectories) are fragmented, requiring additional recording by host agents to guide lightweight executors; (3) Trajectories are discarded after task completion, forcing relearning of known patterns in repeated executions; (4) Most workflows do not integrate non-visual shortcuts (e.g., system intents, deep links) and cannot safely reuse them as persistent skills.
3. Solution Approach
KnowAct-GUIClaw addresses these issues with the "Know Deeply, Act Perfectly" paradigm, dividing tasks into a collaborative "host agent-GUI executor" model. The host handles high-level decisions (e.g., task allocation, tool calls), while the executor focuses on visual interactions (e.g., screenshot parsing, action execution). Key innovations include:
- Hierarchical Collaboration: Standardized interfaces enable task resumption and progress tracking, avoiding redundant exploration.
- Knowledge-Driven Routing: Dynamic resource allocation based on task type (single/multi-app) and structured data sharing.
- Skill Library and Self-Evolution: Successful trajectories are distilled into reusable parameterized skills (e.g., click-type patterns), optimized via reflection.
- Cross-Platform Adaptability: Experience-attribution memory and skill validation support deployment across Android, iOS, etc.
4. Key Differences from Prior Work
Unlike traditional single GUI agents, KnowAct-GUIClaw emphasizes "cognition-execution" synergy: the host leverages global context (e.g., user profiles, history) for decisions, while the executor handles visual details. It also uniquely combines skill libraries with memory systems, enabling iterative optimization from experience. Experiments show SOTA performance on MobileWorld and cross-model transfer (e.g., Kimi-2.6), proving its generality and efficiency.








