SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Data Science & Analytics · Depth: Expert, extended

Summary

The SkillCorpus framework aggregates, curates, matches, and evaluates the open skill ecosystem for LLM agents, addressing fragmentation and quality issues in public SKILL.md repositories. It processes approximately 821,000 raw files through a six-stage pipeline, which includes structural filtering, two-tier deduplication (reducing 283,844 to 101,111 skills), and an LLM judge that assigns a 3-facet quality score (utility, robustness, safety) and 19 safety/quality flags. A critical Stage 5 applies safety hard-gates and an Open Source Initiative (OSI)-permissive license filter, resulting in an active release set of 96,401 skills, primarily MIT (88.3%) and Apache-2.0 (10.5%) licensed. Evaluating SkillCorpus across three real-world agent benchmarks (SkillsBench, GDPVal, QwenClawBench) and two harnesses (OpenClaw, Raven) consistently demonstrates improved agent performance, with gains influenced by corpus coverage and the specific harness employed. The entire framework, including curation, training, and evaluation code, is 100% OSI-permissive.

Key takeaway

For AI Engineers developing LLM agents, integrating a rigorously curated skill corpus like SkillCorpus can significantly boost real-world task performance. You should prioritize skill sources that undergo multi-stage filtering, including semantic deduplication, LLM-based quality assessment, and strict license/safety gating, to ensure reliability and commercial redistributability. Be aware that performance gains are highly dependent on the agent's harness capabilities and the procedural fit between skills and tasks, necessitating careful evaluation.

Key insights

Curated, licensed skill corpora significantly enhance LLM agent performance on real-world tasks.

Principles

Method

SkillCorpus aggregates ~821,000 raw SKILL.md files, applies structural filters, two-tier deduplication, LLM-judged 3-facet quality scoring, and hard-gates for safety and OSI-permissive licenses, then attaches retrieval embeddings.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.