iOS, Chrome, and npm: speed, governance, inflation
The iOS App Store launched in July 2008 with 500 apps. Within a single weekend it had 10 million downloads. By September 2012, just four years in, it had 700,000 apps and 30 billion cumulative downloads. Chrome's extension gallery grew from zero to 8,500 extensions and 70 million installs in its first year, reaching 750 million total installs by mid-2012. npm, more quietly, went from nothing in 2010 to 100,000 packages and 500 million monthly downloads by 2014, and 3.3 million packages by 2019.
Each of these markets went through the same governance arc. Early: open, fast, almost no review. Middle: malicious actors exploit the openness, platform scrambles to respond. Late: stricter policies, quality floors, pruning of low-value entries. Chrome removed extensions that injected ads without user consent. Apple tightened privacy rules and killed 64-bit non-compliant apps, trimming the store from 2.2 million to 1.9 million apps. npm responded to spam and supply-chain attacks with new policy tools. The pattern is invariant. The only question for OpenClaw is how long the open phase lasts.
Shopify: the B2B template for what comes after
Shopify launched its App Store in June 2009. Growth was slow for the first few years, then exponential after 2012. By 2021 it had 6,000 apps. By 2024 it crossed 10,000, before a modest pullback as Shopify pruned underperforming entries. The key difference from every other analogue: each install on Shopify connects to a business that generates real revenue. Apps that improve conversion or reduce operational costs can justify recurring subscription fees easily, because the ROI is direct and measurable.
This is the model OpenClaw is most likely to evolve toward if it attracts professional and enterprise users. The API Gateway skill (#8) already looks like a Shopify-style connector: it sits close to the workflow that matters, it integrates external services merchants (agents, in this case) actually pay for, and it would be a natural candidate for a paid tier. When that transition happens, the ranking dynamics could shift substantially. Shopify's experience suggests that the free-to-paid transition reshuffles the top 50 faster than any other platform event.
Framework: the five-stage platform lifecycle
Strategy consultants at Bain and McKinsey have documented a consistent five-step arc across every major platform ecosystem. It maps cleanly onto OpenClaw's current moment:
01
Identify
Nail the jobs a platform does better than a standalone product. Coordinating tools, memory, workflows.
02
Build
Ship composable primitives: a packaging format, an API, a registry. OpenClaw has done this.
YOU ARE HERE
03
Seed
First-party extensions set the quality bar. @steipete's skills are the seeding layer for OpenClaw.
WATCH THIS
04
Scale + monetise
Hit critical mass, then charge where value accrues. OpenClaw has not done this yet. The window is narrowing.
05
Expand
Use distribution and data to move into adjacent verticals. This is when a platform becomes infrastructure.
The transition from stage 3 to stage 4 will be the single most consequential event for skill creators in the next 12 months.
The power law: why concentration is mathematically inevitable
The power law is not a quirk of one market or another. It emerges from systems with preferential attachment, where new nodes in a network are more likely to connect to already-well-connected nodes. In plugin markets the mechanism is pretty simple: users sort by popularity, install the top result, leave a star if it works, which pushes it higher in the rankings, which drives more installs. The rich get richer, not through any conspiracy, but because of how the distribution is shaped.
Mathematically, if you plot rank on the x-axis and downloads on the y-axis on a log-log scale, a pure power law gives you a straight line. The OpenClaw data is not quite a straight line yet, it is steeper at the top than a mature market, reflecting the fact that the distribution has not had time to develop a proper long tail. As more skills accumulate downloads over time, the curve will flatten and broaden. But the top of the distribution will stay compressed: the #1 skill will likely always hold a multiple of 5–20× over the median.
Theory note, Zipf's Law
Zipf's Law, a special case of the power law with α ≈ 1, states that the n-th most common item appears with frequency proportional to 1/n. Word frequencies in language, city populations, and yes, software download distributions all approximate Zipf's Law over time. The OpenClaw data currently has a steeper alpha (roughly 1.4–1.6 by estimation), consistent with a young market where the compounding effect has had less time to operate.
Implication: as the market matures, the top skill's relative dominance will actually decrease, not because it loses downloads, but because the long tail fills in. A skill at rank 200 today may have 500 downloads. In five years, the same rank may have 10,000 downloads. The power law flattens from the bottom up.
The platform commoditisation trap
The one risk that historical analogues cannot fully capture is the one most specific to AI: the underlying platform is itself improving at a rate that dwarfs any software platform in history. WordPress core improved incrementally, a new block editor here, better REST API there. The LLMs powering OpenClaw agents are on a trajectory where capabilities roughly double every 12–18 months.
This creates a kind of risk that the App Store, npm, and WordPress never had to deal with: the skills that currently occupy the top 3 positions, all agent self-improvement skills, are precisely the category the platform itself has the most incentive to absorb. If Claude 4 or 5 natively handles persistent memory, self-correction, and context management, the top 3 skills on ClawHub get deprecated by a model update. This is the equivalent of Apple folding flashlight apps into iOS, except it would happen to the highest-value category on the platform rather than a minor utility.
"The skills that are most popular today are most at risk of becoming unnecessary tomorrow. That is the central strategic tension of building on a rapidly improving platform."