EveryDev.ai
Subscribe
Home
Tools

3,569+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. AgentSkillOS
    AgentSkillOS icon

    AgentSkillOS

    Agent Skill Registries

    An open-source operating system for agent skills that enables discovery, composition, and execution of skill pipelines from a pool of 200,000+ skills via retrieval and orchestration.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source; self-hosted via GitHub with MIT-licensed code.

    Engagement

    Available On

    Web
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesAgent FrameworksLLM Orchestration

    Alternatives

    langgraph-bigtoolOSM - Open Skills ManagerClawHub
    Developer
    Hao Li (ynulihao)Online / GlobalEst. 2026

    Listed Aug 2026

    About AgentSkillOS

    AgentSkillOS is an open-source framework published on GitHub by researcher Hao Li and collaborators, designed to act as an "operating system" for agent skills. It addresses the challenge of finding and composing the right skills from a rapidly growing ecosystem of over 200,000 publicly available agent skills. The project is accompanied by an arXiv paper (arXiv:2603.02176) and a Hugging Face benchmark dataset.

    What It Is

    AgentSkillOS provides structured skill discovery, retrieval, and orchestration so that AI agents can build end-to-end pipelines from large skill ecosystems. Rather than relying on pure semantic similarity search, it organizes skills into a hierarchical capability tree and uses an LLM to navigate that tree, surfacing non-obvious but functionally relevant skills. Selected skills are then composed into a directed acyclic graph (DAG) workflow that automatically manages execution order, dependencies, and data flow.

    How the Skill Tree and Orchestration Work

    The core method has three stages:

    • Skill Tree Construction — Over 200,000 skills are organized into a capability tree, providing coarse-to-fine access for efficient and creative skill discovery. Pre-built trees are available at scales of ~50, 200, 1,000, and 10,000 skills.
    • Skill Retrieval — An LLM navigates the capability hierarchy to select a task-relevant subset of skills, overcoming the myopic results of pure embedding-based retrieval.
    • Skill Orchestration — Selected skills are composed into a DAG-based workflow. Three orchestration strategies are supported: Quality-First (deep multi-stage pipelines), Efficiency-First (wide parallel execution), and Simplicity-First (minimal essential steps). A freestyle mode using Claude Code is also available.

    Benchmark and Experimental Results

    The project introduces a benchmark of 30 multi-format creative tasks across 5 categories, evaluated with pairwise comparison and Bradley-Terry score aggregation. Tasks require end-user artifacts in formats such as PDF, PPTX, DOCX, HTML, video, and generated images. According to the authors' experiments across 200, 1K, and 200K skill ecosystems, AgentSkillOS variants achieve the highest Bradley-Terry scores over baselines at every scale. Ablation studies reported by the authors confirm that both retrieval and orchestration components are individually necessary — removing either causes measurable degradation.

    Interfaces and Deployment

    AgentSkillOS ships with two primary interfaces:

    • Web UI — A browser-based visual workflow overview with a built-in GUI for human-in-the-loop intervention at every step, making workflows controllable and auditable.
    • Batch CLI — Headless parallel execution driven by YAML configs, with resume support, Rich terminal progress UI, dry-run preview, and per-task artifact output directories.

    Installation requires Python 3.10+, Claude Code in PATH, and API keys for an LLM provider and an embedding model. The tool supports OpenRouter and OpenAI-compatible endpoints via environment variables.

    Update: March 2026 Releases

    The project had a concentrated release burst in March 2026. The project homepage launched, the benchmark dataset was released on Hugging Face, the modular architecture with pluggable retrieval and orchestration modules was published (documented in ARCHITECTURE.md), and the Batch CLI was released with headless parallel execution, YAML configs, resume support, and a Rich progress UI. The repository was last pushed on 2026-03-07 and has accumulated 593 stars and 75 forks as of the latest GitHub metadata.

    AgentSkillOS - 1

    Community Discussions

    Be the first to start a conversation about AgentSkillOS

    Share your experience with AgentSkillOS, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source; self-hosted via GitHub with MIT-licensed code.

    • Skill tree construction and retrieval
    • DAG-based skill orchestration
    • Web UI with human-in-the-loop
    • Batch CLI with YAML configs
    • Extensible skill registry

    Capabilities

    Key Features

    • Skill tree construction organizing 200,000+ skills into a capability hierarchy
    • LLM-guided skill retrieval navigating the capability tree
    • DAG-based skill orchestration with automatic dependency management
    • Three orchestration strategies: Quality-First, Efficiency-First, Simplicity-First
    • Freestyle mode via Claude Code
    • Web UI with human-in-the-loop intervention at every step
    • Batch CLI with headless parallel execution and YAML configs
    • Resume support for interrupted batch runs
    • Extensible skill registry for custom skills
    • Observability and debugging with per-step logs and metadata
    • Pre-built skill trees at 50, 200, 1,000, and 10,000 skill scales
    • Benchmark of 30 multi-format creative tasks with Bradley-Terry evaluation
    • Support for OpenRouter and OpenAI-compatible LLM/embedding endpoints

    Integrations

    Claude Code
    OpenRouter
    OpenAI
    Hugging Face
    cc-switch
    API Available
    View Docs

    Demo Video

    AgentSkillOS Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate AgentSkillOS and help others make informed decisions.

    Developer

    Hao Li (ynulihao)

    Hao Li and collaborators (Chunjiang Mu, Jianhao Chen, Siyue Ren, Zhiyao Cui, Yiqun Zhang, Lei Bai, Shuyue Hu) build AgentSkillOS, an open-source framework for agent skill retrieval and orchestration at ecosystem scale. The team publishes research on arXiv and releases benchmark datasets on Hugging Face alongside the codebase. Their work focuses on structured approaches to composing large numbers of AI agent skills into coherent, executable pipelines.

    Founded 2026
    Online / Global
    Read more about Hao Li (ynulihao)
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    langgraph-bigtool icon

    langgraph-bigtool

    A Python library for building LangGraph agents that can access and semantically search hundreds or thousands of tools using LangGraph's memory store.

    OSM - Open Skills Manager icon

    OSM - Open Skills Manager

    OSM is an open-source agent skills registry and CLI tool for discovering, installing, and publishing reusable skills for AI agents.

    ClawHub icon

    ClawHub

    A skill registry for AI agents that lets you upload, version, and search AgentSkills bundles like npm packages.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    96 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    618 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    202 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions