Adoption data

Agent skills adoption: the numbers

Data as of

Nobody publishes a census of agent skills. There is no registry every skill has to enter, no vendor reporting installs, and no survey of how many teams have written one. What exists instead is a set of partial counts, each measuring something narrow, each reproducible if you say plainly what it measures.

This page collects those counts and adds three we can measure ourselves: what AI crawlers do to a small site's server logs, what the Google Search Console beta report says about impressions inside AI answers, and how one site's organic impressions moved between July and August 2026. Every figure carries the source and the day it was read.

Publisher
Skills Board
Published
Last checked

In short

As of September 2, 2026, the Agent Skills client showcase lists 46 agent products, the reference repository anthropics/skills holds 19 skills and has not changed since August 18, and the public skills.sh directory lists 1,297,018 skills that have been installed at least once. On skillsboard.sh over the seven days to September 2, named AI crawlers made 690 requests for page content against 117 from Googlebot and bingbot combined, a ratio of 5.9 to 1.

Two of those four figures come from public pages anyone can open. The third is a leaderboard whose count depends on install telemetry, and the fourth is one site's server log. None of them is a measure of how many agent skills exist, and this page does not claim one.

Skills Board is the agent-native skills registry for teams: a web application where a team keeps, searches, and shares its AI skills. The figures below come from running that site, so the search and crawler numbers describe a small site with a few dozen pages, not the market.

01 / Method

How each figure was produced

Four methods, in descending order of how easily you can reproduce them.

Anything on this page that describes the wider ecosystem comes from a public page or a public repository, so a reader can open the same source and get the same number on the same day. Anything that describes traffic or search comes from instrumentation on skillsboard.sh, which nobody else can open, so the method is written out below in enough detail to judge it.

The page is dated at the top and refreshed monthly. A figure that cannot be read on refresh day is removed rather than carried forward, and every figure lives in a single typed data module in the open-source repository, so a reader can check what changed between two refreshes by reading one file's history.

  1. 01

    Showcase and repository counts: fetch the published page or clone the repository, count, and record the commit or the fetch date. The anthropics/skills count is folders containing a SKILL.md under skills/, read at commit 5304866.

  2. 02

    Directory count: read the total the skills.sh all-time leaderboard prints beside its own tab label. The number is theirs, the reading is ours, and its limits are stated in the section below.

  3. 03

    Crawler counts: server-side request logs from skillsboard.sh, delivered from Vercel to PostHog as one event per page-route invocation, classified by user agent string. Requests to /api/mcp and to /.well-known paths are excluded because they are protocol handshakes. Known monitoring agents and a Codex client stuck in an authentication retry loop are excluded by name.

  4. 04

    Search counts: the Search Console Search Analytics API for the property, queried per calendar month with dataState set to all so provisional days are included. The AI-feature impressions come from the separate Generative AI performance report, which has no API and was read in the interface on August 31, 2026.

02 / Ecosystem

What the public sources count

Four figures from three public sources, and none of them answers how many agent skills exist.

The four public figures on agent skills adoption, what each one counts, and the day it was read.
FigureValueWhat it countsRead on
Clients on the showcase46Agent products listed on the Client Showcase published with the Agent Skills specification. Vendor self-listing, not a test of whether each one loads a SKILL.md the same way.2026-09-02
Skills in anthropics/skills19Folders with a SKILL.md under skills/ in the reference repository, read at commit 5304866. A twentieth SKILL.md sits under template/ and is a scaffold, so it is excluded.2026-09-02
Change in that repository since August 180The same 19 folders were present when we counted them on August 18, 2026. The reference repository is not where the format is growing.2026-09-02
Skills listed on the skills.sh leaderboard1,297,018The all-time view of the public directory run by Vercel. It counts skills that have been installed at least once through the npx skills add command, and its own API flags forks and copies separately, so the figure is neither a census of skills that exist nor a count of distinct ones.2026-09-02

The showcase count is the most stable of the three sources and the least informative about usage: a vendor appears once its own documentation says it reads SKILL.md, and it stays there whether one user or a million use the feature. It is a supply-side number about clients, not a demand-side number about skills.

The leaderboard count is the opposite. It moves with real installs, which makes it the closest public proxy for how many skills are in circulation, and it is also the figure most likely to be misread. It counts a skill from the first time anyone installs it through the command line tool, so a skill that a team keeps private or shares by copying a folder never appears at all, and a fork of a popular skill appears as its own entry.

The reference repository is worth watching precisely because it barely moves. Anthropic publishes 19 skills there and published the same 19 two weeks earlier. Growth in this format is happening in other people's repositories, which is why a directory built on install telemetry finds more than a million entries while the first-party catalog finds nineteen.

The showcase entries are unpacked client by client in which AI clients read SKILL.md, with the directories each vendor documents.

03 / Crawlers

Who reads a site about agent skills

Server-side request logs for skillsboard.sh over the seven days to September 2, 2026 (2026-08-26 to 2026-09-02, UTC), classified by user agent.

Server-side request counts for skillsboard.sh over seven days, split between AI crawlers, classic search crawlers, and excluded noise.
FigureValueWhat it countsRead on
AI crawler requests for content690Requests to a page path over seven days from 11 named AI crawlers: ChatGPT-User, PerplexityBot, OAI-SearchBot, Amazonbot, meta-externalagent, DuckAssistBot, GoogleOther, Claude-User, ClaudeBot, Bytespider, and GPTBot. Requests to /api/mcp and /.well-known are excluded, because those are protocol handshakes rather than reading.2026-09-02
Googlebot and bingbot requests for content117The same window, the same path filter, the two classic search crawlers: bingbot 86, Googlebot 31.2026-09-02
AI crawlers per classic search crawler request5.9x690 divided by 117. On the same site over the week of August 18 to 25, 2026 the ratio was 9.3x, so it moves week to week and a single figure from a single site should not be read as a trend.2026-09-02
Busiest single AI crawler322ChatGPT-User, the agent OpenAI sends when a user asks a question that needs a live page. It reads more of this site than Googlebot and bingbot together.2026-09-02
Requests excluded as noise23,365Requests in the same window from a Codex MCP client stuck in an authentication retry loop against /api/mcp. It touches no page of content. Counted as AI crawling, it would have turned the ratio above into roughly 200 to 1, describing traffic that read no page.2026-09-02

The split is the point. On a site whose subject is agent skills, the crawlers that feed AI answers ask for pages roughly six times as often as the two crawlers that feed classic search results, and one of them, the agent OpenAI sends when a user asks a live question, out-reads Googlebot and bingbot together on its own.

The same measurement a week earlier gave 9.3 to 1. Both numbers are real and they disagree, which is what a single week of a single small site buys you. Publish the window with the ratio or the ratio means nothing.

The excluded row matters more than the included ones. A single misconfigured client generated 23,365 requests in the same seven days, all of them authentication retries against the MCP endpoint and none of them a page. Server logs are full of traffic that looks like interest and is not, and a crawler statistic that does not say what it threw away is not a statistic.

The pages these crawlers ask for are the explainers rather than the product pages: the home page took 177 requests, the Codex explainer 74, the resources hub 54, and the Claude skills explainer 42.

The pages they read most are the format explainers, starting with the Agent Skills standard itself.

04 / Search

What search demand looks like from one small site

Google Search Console for skillsboard.sh. Small absolute numbers, stated as such, with the shape left visible.

Google Search Console figures for one small site, including the beta report on impressions inside AI answers.
FigureValueWhat it countsRead on
Google impressions, July 202698Impressions for skillsboard.sh across all queries, with 2 clicks. The site had a handful of pages about the format at that point.2026-09-02
Google impressions, August 20263,919Same property, same method, with 23 clicks and an average position of 23.4. Roughly 40 times July, on a base small enough that the multiple says more about the base than about the market.2026-09-02
Impressions inside Google AI features226Impressions in AI Overviews and AI Mode over three months, from the Search Console beta report that covers them. 210 of the 226, or 93 percent, fell in the last ten days of August. The report has no click column and is a beta.2026-08-31
Single page taking half of those114The /claude-skills explainer, out of 16 pages with any AI-feature impression at all. The next page had 39.2026-08-31

A site that goes from 98 impressions to 3,919 in a month has multiplied by 40 and is still a small site. The multiple is worth publishing because the denominator is published beside it; quoted alone it would be marketing.

The AI-feature figure is the one with no public equivalent anywhere else, and it is also the weakest. Google's report covers AI Overviews and AI Mode, gives impressions and nothing else, and is in beta. It cannot tell you whether a single person clicked through, and the concentration in the last ten days of August could be a change in how the site is indexed or a change in how the report samples.

One page took half of the AI-feature impressions. That is what a long tail looks like before it is long: one explainer page that answers a head question, and fifteen others sharing the remainder.

The page taking half of those impressions explains what a Claude skill is and how to write one.

05 / Limits

What none of this measures

Five questions a reader might expect this page to answer, and the reason it does not.

How many agent skills exist

No source counts them. The skills.sh leaderboard counts skills installed at least once through its own command line tool, which excludes every skill kept inside a company, every skill shared as a copied folder, and every skill installed by pointing an agent at a repository directly. It also counts forks as separate entries. Treat 1,297,018 as a floor on installed-and-public skills and as no kind of answer to how many have been written.

How many people use agent skills

No vendor publishes it. Anthropic, OpenAI, Cursor, and the rest document that their products read SKILL.md and report nothing about how often. The client showcase counts products, not seats. Any figure you see for users of agent skills is currently either a vendor's private number or somebody's estimate, and this page has neither.

Whether AI crawlers turn into readers

The crawler figures count requests to a server, not people. A request from ChatGPT-User means somebody asked a question that caused a fetch, which is closer to a reader than a Googlebot request is, but the log cannot say whether the answer was used, cited, or seen. The Search Console AI report is the nearest thing to a citation signal and it has no click column, so the two halves of the question cannot be joined with anything we can measure.

Whether any of this generalizes

It should not be assumed to. The traffic and search figures come from one site of a few dozen pages, published in 2026, on a subject that AI crawlers have an obvious reason to fetch. A site about something else, or a larger site, would very likely see a different ratio. The reason to publish these anyway is that almost nobody publishes server-side crawler splits at all, and a small honest number beats an absent one.

How many teams share skills with each other

This is the question our own product exists for and the one we can say least about. We know what happens inside libraries on skillsboard.sh and will not publish user data to make a statistic. Nothing public measures it either: no vendor reports team-level skill sharing, and a repository of skills in a private organization is invisible to every counting method on this page.

06 / Reuse

Citing these figures

The numbers are free to reuse. The conditions are the ones that keep them useful.

Quote a figure with the date beside it and name what it counts. A crawler ratio without its window, or the leaderboard total presented as the number of agent skills that exist, is worse than no figure, and it is the misreading this page is written to prevent.

Link to this page rather than copying the table, because the table changes. It is refreshed monthly, figures that stop being readable are removed rather than aged, and the data module behind it is in the open-source repository with its full history.

If you need something this page does not have, ask. We hold server-side crawler logs for skillsboard.sh with no retention limit and can usually answer a narrow question about which agents read what.

Skills Board is free forever and open source, and its terms are on the pricing page.

07 / Questions

Frequently asked questions

How many agent skills are there?
No source counts them. The nearest public figure is the skills.sh leaderboard, which listed 1,297,018 skills on September 2, 2026, but it counts only skills installed at least once through its own command line tool and counts forks separately. Private and hand-copied skills are invisible to it.
How many products support agent skills?
The Client Showcase published alongside the Agent Skills specification listed 46 agent products on September 2, 2026. Vendors list themselves there, so it reflects declared support rather than tested behavior, and it says nothing about how many people use the feature in each product.
How many skills does Anthropic publish?
Nineteen, in the anthropics/skills repository, counted as folders containing a SKILL.md under the skills directory at commit 5304866 on September 2, 2026. A twentieth SKILL.md is a template scaffold. The same 19 were there on August 18, so the reference catalog is stable rather than growing.
Do AI crawlers read more than Google on a skills site?
On skillsboard.sh over the seven days to September 2, 2026, eleven named AI crawlers made 690 requests for page content against 117 from Googlebot and bingbot combined. That is 5.9 to one. The same measurement a week earlier gave 9.3 to one, so treat it as one site's week rather than a rate.
Which AI crawler reads the most?
ChatGPT-User, the agent OpenAI sends when a person asks something that needs a live page, made 322 of the 690 AI crawler requests in the seven days to September 2, 2026. PerplexityBot followed with 113, then OAI-SearchBot with 84 and Amazonbot with 73. Claude-User and GPTBot barely appear.
Can I cite these agent skills statistics?
Yes, with attribution to Skills Board and the date beside the figure. Every number here names its source and the day it was read. Please link to this page instead of copying the table, because it is refreshed monthly and figures that stop being readable are removed rather than aged.

Sources

Editorial method: every figure on this page names the source it came from and the day it was read. Public counts come from the first-party page or repository below. Traffic and search figures come from instrumentation on this site, described in the method section. Where a figure cannot be reproduced, the limits section says so instead of filling the gap.

  • Agent Skills Client Showcase

    The list of agent products that support the format, published with the specification. Counted on September 2, 2026.

  • Agent Skills specification

    The format the counted clients implement, and what a skill has to contain to be one.

  • anthropics/skills on GitHub

    Anthropic's reference repository. Counted at commit 5304866 on September 2, 2026.

  • skills.sh leaderboard

    The public directory run by Vercel. The all-time total printed beside its own tab label, read on September 2, 2026.

  • skills.sh API reference

    States that the leaderboard counts installs and flags forks and copies with an isDuplicate field, which is why the total is a floor rather than a census.

  • PostHog Vercel log drain source

    How the server-side request logs behind the crawler figures are collected. One event per page-route invocation, so the counts are a floor.

  • Vercel log drains

    The delivery mechanism on the other side, and the reason these requests are visible at all when client-side analytics never sees a crawler.

  • Search Console Search Analytics API

    The method behind the monthly impression figures, queried with dataState set to all so provisional days are included.

  • Search Console Generative AI performance report

    Google's own description of the beta report: impressions in AI Overviews and AI Mode, no clicks, no queries, no API. Read in the interface on August 31, 2026.

  • Skills Board source on GitHub

    The open-source application these figures come from, including the data module that holds every number on this page.

View all resources

The counting stops at your team library.

Free forever, MIT licensed, and open source. Create a library, save the skills your team actually uses, and stop guessing which one a teammate should open.