SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents
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
- Skill quality is multi-faceted: utility, robustness, and safety.
- Deduplication and license filtering are crucial for usable skill corpora.
- Agent performance gains depend on skill-task fit and harness capabilities.
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
- Implement multi-stage skill curation pipelines.
- Use LLM judges for automated skill quality assessment.
- Prioritize OSI-permissive licenses for skill redistribution.
Topics
- LLM Agents
- Skill Corpora
- Skill Curation
- Open-Source Licensing
- Agent Benchmarking
- Quality Evaluation
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.