$npx skillfedfor your agent

Turning a visual skill into text throws away up to 59% of its recoverable accuracy

Notes on Agent Skills Should Go Beyond Text: The Case for Visual Skills (arXiv:2606.01414) — Binxiao Xu, Ruichuan An, Bocheng Zou, Hang Hua · May 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 evolution Bridge: evolution × benchmarks

Most reusable agent skills today are pure text — instructions, reasoning traces, summarized trajectories. For GUI manipulation, layout work, counting, and other visual-centric tasks, the knowledge worth reusing is spatial: hit regions, alignment, running state. Prose alone underspecifies or discards it, a gap this paper calls the textual bottleneck. Its fix is Visual Skill, a representation that pairs declarative text logic with explicit visual support and a binding rule for when to invoke it. Visual support comes in three forms — static priors (wireframes or annotated templates that fix a spatial convention across similar screens), dynamic priors (in-situ visual traces — anchors, counting marks, visited-region overlays — that carry state between steps), and interleaved visual skills (ordered text steps bound to the exact screenshot, frame, or region that justifies each one). AutoVisualSkill, the accompanying authoring pipeline, builds these artifacts automatically from a task trajectory — packaging textual logic, visual assets, and a binding manifest into one skill directory instead of compressing everything into prose.

Two controlled tasks isolate these mechanisms, holding textual rules identical across conditions and varying only whether a visual prior is attached. On GUI grounding (ScreenSpot, ScreenSpot-v2, GroundUI-18K, run on Qwen3-VL-32B-Thinking), pooled Point-in-Box accuracy climbs from 86.4% with no skill to 88.1% with a text-only skill to 91.1% with a visual skill, with larger relative gains on Mean IoU. Dense object counting (CountBenchQA, on Gemini-2.5-Pro) tells a sharper story: the text-only skill scores 93.00% accuracy — below the 94.24% no-skill baseline — while a matched visual skill, where the model plots and keeps visible coordinate anchors on counted objects, reaches 97.12% and cuts mean absolute error from 0.161 to 0.054. By the paper's own normalized degradation metric, textualizing the counting skill discards 58.9% of the accuracy a visual prior would have recovered — roughly six times the loss on GUI grounding (8-17%), meaning state-tracking tasks lose far more to textualization than static-convention ones do.

Key numbers

GUI grounding Point-in-Box accuracy: no-skill → text-only → visual skill (pooled)86.4% → 88.1% → 91.1%
CountBenchQA accuracy: text-only skill vs. no-skill baseline93.00% vs. 94.24%
CountBenchQA accuracy with visual skill97.12%
CountBenchQA mean absolute error: text-only → visual skill0.161 → 0.054
Normalized textual degradation rate, counting exact-accuracy58.9%

Skills related to this research

swift-expert swift-expert equips you with expert-level guidance for crafting robust iOS and macOS applications using Swift 5.9 and beyond. Leverage modern concurrency features and type-safety principles to accelerate your full-stack development workflow. This skill bridges the gap between foundational Swift knowledge and production-ready app architecture.★ 10,759 qianwen-image-generation Create images from text descriptions or edit existing ones using Wan and Qwen Image models. Supports style transfer, subject consistency across multiple reference images, text rendering in images, and interleaved text-image output for tutorials and guides. Choose from multiple models optimized for different tasks—from fast drafts to high-resolution 4K generation.★ 38 qwencloud-image-generation Create images from text descriptions or edit existing ones with Wan and Qwen Image models. This skill handles text-to-image generation, style transfer, subject consistency across reference images, and interleaved text-image output for tutorials and guides.★ 34 Podcast Workflow Podcast Workflow streamlines the entire podcast handling pipeline, from YouTube video discovery to Feishu knowledge base publication. It offers two entry points: fetch recent updates from followed channels for manual selection, or process a YouTube link directly. The skill extracts transcripts, generates core insights and highlights, saves locally, and publishes to Feishu—with optional image poster generation for social sharing.★ 331

Related notes

References

  1. Xu, An, Zou & Hua, "Agent Skills Should Go Beyond Text: The Case for Visual Skills," arXiv:2606.01414 (2026)
  2. Cheng et al., "SeeClick: Harnessing GUI Grounding for Advanced Visual GUI Agents," ACL 2024 (introduces the ScreenSpot GUI-grounding benchmark used for evaluation)
  3. Deng et al., "Mind2Web: Towards a Generalist Agent for the Web," NeurIPS 2023
  4. Paiss et al., "Teaching CLIP to Count to Ten," arXiv:2302.12066 (2023) (source of the CountBench counting benchmark)
  5. Bai et al., "Qwen3-VL Technical Report," arXiv:2511.21631 (2025) (backbone model used for the GUI-grounding experiments)