paper-with-me

Papers

VISUALSKILL: Multimodal Skills for Computer-Use Agents

2026-06-16 · Ziyan Jiang, Li An, Yujian Liu, Jiabao Ji, Qiucheng Wu, Jacob Andreas, Yang Zhang, Shiyu Chang arxiv

Computer-use agents (CUAs) approach human-level performance on standardised benchmarks but still struggle on long-horizon tasks and unseen software. Existing skill libraries address this with reusable skills, but represent the skill artifact as text only, despite the visual nature of GUI interaction. We propose VISUALSKILL: a hierarchical multimodal skill, tailored to each target application and organised as a central index over per-topic files, which the agent consumes through a load_topic MCP tool that fetches the relevant topic's text and figures on demand. We construct each skill with a two-stage pipeline that combines authored documentation with live-application UI exploration. On two CUA benchmarks, CUA-World and OSExpert-Eval, a Claude Code CLI agent backed by Claude Opus 4.6 reaches an average score of 0.456 with VISUALSKILL, a +15.3 point absolute lift over the no-skill baseline (0.303). Against a matched text-only skill that is generated from the same source content and differs from VISUALSKILL only in modality, VISUALSKILL yields a further +8.3 point absolute gain over the matched text-only skill (0.373 vs. 0.456), providing direct evidence that retaining visual figures in the skill artifact, rather than verbalizing them away, helps the agent both identify UI elements and verify workflow state after each action. Our code is available at https://github.com/XMHZZ2018/VisualSkills.

📄 PDF Abstract BibTeX arXiv:2606.18448

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

InfiGUIAgent: A Multimodal Generalist GUI Agent with Native Reasoning and Reflection

2025-01-08 · Yuhang Liu, Pengxiang Li, Zishu Wei, Congkai Xie 외

Graphical User Interface (GUI) Agents, powered by multimodal large language models (MLLMs), have shown great potential for task automation on computing devices such as computers and mobile phones. However, existing agent…

OSWorld-MCP: Benchmarking MCP Tool Invocation In Computer-Use Agents

2025-10-28 · Hongrui Jia, Jitong Liao, Xi Zhang, Haiyang Xu 외 arxiv

With advances in decision-making and reasoning capabilities, multimodal agents show strong potential in computer application scenarios. Past evaluations have mainly assessed GUI interaction skills, while tool invocation …

RESOURCE2SKILL: Distilling Executable Agent Skills from Human-Created Multimodal Resources

2026-06-28 · Yijia Fan, Zonglin Di, Zimo Wen, Yifan Yang 외 arxiv

Skills are a useful abstraction for software agents, turning human and agent experience into reusable procedural knowledge. Yet existing skill libraries are mostly hand-written, text-centric, or derived from agent traces…

MMSkills: Towards Multimodal Skills for General Visual Agents

2026-05-13 · Kangning Zhang, Shuai Shao, Qingyao Li, Jianghao Lin 외 arxiv

Reusable skills have become a core substrate for improving agent capabilities, yet most existing skill packages encode reusable behavior primarily as textual prompts, executable code, or learned routines. For visual agen…

Visual GroundingDecision Making

Syll: Open-Source Personal Automation with Cross-Surface Execution

2026-05-28 · Bo Zhang, Borui Zhang, Chenghao Jiang, Minglei Shi 외 arxiv

Personal AI agents must increasingly operate across APIs, shells, web surfaces, and desktop GUIs, yet many systems remain tuned to a single interface and offer limited support for user teaching and auditability. We prese…