skillfed

48% of the time, agents don't even read their own skill file

Notes on OpenSkillEval: Automatically Auditing the Open Skill Ecosystem for LLM Agents (arXiv:2605.23657) — Jiahao Ying, Bo Ai, Wei Tang, Siyuan Liu, Yixin Cao · 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 Agentic benchmarks

OpenSkillEval builds its evaluation harness around real, evolving artifacts instead of a frozen benchmark: it pulls fresh presentation decks, web pages, posters, dashboards, and reports from the wild and turns each into a task an agent has to reproduce or extend. The benchmark spans five domains — slide generation, front-end web design, poster generation, data visualization, and report writing — yielding more than 600 task instances tested against 30 community skills pulled from repositories including clawhub.ai, skills.sh, openskills.space, and skillsmp.com. Each skill runs head-to-head against a no-skill baseline across a matrix of models and agent frameworks (Claude Code, Codex, and others), scored on both the execution trajectory — did the agent look at the skill, and when — and the quality of the final artifact.

The headline result is that having a skill and using a skill are different things. Left to their own devices, agents open the provided skill file in only about 48% of runs on average — and Claude Opus 4.6, one of the strongest models tested, reads it in only around 20% of cases. Forcing consultation pushes the read rate to 94% and moves first access earlier in the run, but that doesn't make skill augmentation free: runs with a skill attached burn 3-5x more tokens than the same task without one, and much of that spend isn't repaid in quality — plenty of widely-used skills failed to beat the no-skill baseline outright. The payoff also splits by task type. Skills packing rich design assets — templates, layout references — measurably lifted presentation and poster generation; front-end web design was already strong with no skill needed; reasoning-heavy work like data visualization and report generation saw only marginal gains from any skill tested. Claude Opus 4.6 running inside Claude Code and GPT-5.5 running inside Codex led overall; GPT-5.5 held a clear token-efficiency edge, while DeepSeek V4 offered the best open-weight cost-performance trade.

Key numbers

Skill file read rate (agent's own choice)~48%
Claude Opus 4.6 read rate~20%
Read rate when consultation is forced94%
Token overhead running with a skill3-5x
Task instances / skills evaluated600+ / 30

Skills related to this research

Related notes

References

  1. Jiahao Ying et al., "OpenSkillEval: Automatically Auditing the Open Skill Ecosystem for LLM Agents," arXiv:2605.23657 (2026)
  2. Anthropic, "System card: Claude Opus 4.6"
  3. "GPT-5.5 system card" (OpenAI)
  4. Anthropic, "Equipping agents for the real world with agent skills"
  5. "Codex by OpenAI | AI coding agent"