skillfed

478 GUI skills push GPT-5's desktop success rate up 15.6 points

Notes on CUA-Skill: Develop Skills for Computer Using Agent (arXiv:2601.21123) — Tianyi Chen, Yinheng Li, Michael Solodko, Sen Wang, Nan Jiang, T. Cui, Junheng Hao, Jongwoo Ko, Sara Abdali, Suzhen Zheng, Leon Xu, Hao Fan, and 3 more · January 2026

Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made

AI-assisted notes · reviewed by SkillFed Skill retrieval

CUA-Skill turns human computer-use know-how into 478 atomic, parameterized skills across 17 Windows applications — File Explorer, Excel, Word, Chrome, VS Code, PowerPoint, and more. Each skill pairs a natural-language intent with an argument pool and a parameterized execution graph, a directed graph whose nodes are control states and edges are base GUI actions gated by UI predicates. A separate composition graph encodes which skills can legally follow which, turning a flat skill list into a navigable map of higher-level tasks. Built on top, CUA-Skill Agent handles the runtime work: hybrid lexical-and-semantic skill retrieval (Qwen3-Embedding-0.6B, top-5 candidates) narrows the catalog to candidates, argument instantiation treats enumerable and open-ended inputs differently, and a memory log of past attempts drives failure recovery — falling back to raw primitive actions when nothing cataloged fits.

The library's payoff scales with the backbone model — it isn't a fixed lift. Adding CUA-Skill to Qwen3-VL-32B raised task success from 6.5% to 11.8% (+5.2 points); to GPT-4o from 19.6% to 28.1% (+8.5 points); to GPT-5 from 34.6% to 50.3% (+15.6 points) — same 478 skills, three different lifts. Wired into the full CUA-Skill Agent on GPT-5, the system reaches 50.3% single-attempt and 57.5% best-of-three on WindowsAgentArena, a new state of the art ahead of AgentS3's 56.6% best-of-three and well clear of OpenAI's Operator at 37.4%, while invoking only 117 of the library's 478 skills and using fewer execution steps than the systems it beats. Human performance on the same benchmark sits at 74.5%, so a real gap remains.

Key numbers

Skill library scale478 skills across 17 Windows apps
GPT-5 success rate, no skills → with skills34.6% → 50.3% (+15.6 pts)
WindowsAgentArena, best-of-three57.5% (new SOTA)
Human baseline on WindowsAgentArena74.5% vs agent's 57.5%
Skills actually invoked in eval117 of 478

Skills related to this research

wiki-retrieve wiki-retrieve upgrades vault search from page-level to chunk-level granularity, combining contextual prefixes, BM25 sparse retrieval, and dense reranking to reduce retrieval failures. Setup is opt-in with built-in privacy gates: run fully on-machine with synthetic prefixes, or opt into Anthropic API or claude CLI tiers for better context generation.★ 10,007 display-glasses-with-jetpack-compose-glimmer This skill teaches you to develop Android XR augmented experiences for display glasses using Jetpack Compose Glimmer, Google's UI toolkit designed for transparent, additive displays. You'll master Glimmer design principles, theming with GlimmerTheme, and component implementation while adhering to glasses-specific constraints like minimum text legibility and black backgrounds. Use it to create lightweight, real-world-aware apps that project from a host device to connected eyewear.★ 6,379 Context7 Context7 fetches the latest library documentation to give you accurate, up-to-date API information and code examples. It eliminates hallucinations from outdated training data by retrieving version-specific details when you ask about library usage, request examples, or explicitly invoke it.★ 3 Ai Sdk Expert This skill provides deep expertise in Vercel AI SDK v5, covering streaming architectures, model integrations, React hooks, edge runtime optimization, and production AI patterns. It detects your project setup and adapts recommendations for your specific environment, including version compatibility and migration guidance from v4.★ 14

Related notes

References

  1. CUA-Skill: Develop Skills for Computer Using Agent (arXiv:2601.21123)
  2. WindowsAgentArena benchmark
  3. Agent-S2 (computer-use agent baseline)
  4. UFO-2 (computer-use agent baseline)
  5. OpenAI Operator (computer-use agent baseline)