Agent Skill Ecosystems
ClawHub crossed 2,000 skills. npm hit the same number in late 2012. History rhymes—but agent portability changes the equation.
Ecosystem Comparison
Traditional packages execute in a runtime. Agent skills execute in a context window. This is the fundamental architectural difference that makes the npm analogy both useful and misleading.
Skill Category Breakdown
Infrastructure-heavy. Domain-specific skills (medical, legal, finance) remain sparse—the catalogue reflects what agents do today, not what they could do.
The Portability Matrix
Growth Trajectory Comparison
Too early to extrapolate. But the shape of growth matters more than the rate: ClawHub is growing by use-case coverage (communication → research → security → content), not by total package count. The catalogue depth in each category is what signals ecosystem maturity.
Security Surface
Every npm attack vector (typosquatting, malicious updates, dependency confusion) maps directly to ClawHub. Plus agent-specific vectors: skills that inject instructions into context, declare overly broad activation triggers, or exfiltrate API keys via embedded scripts. The attack surface is wider than traditional packages because skills are both code and prompt.
What Needs to Be True
If these conditions hold, SKILL.md becomes the interchange format for agent capabilities—the lowest common denominator that lets an OpenClaw skill run in a LangChain agent. If they don't, it's good tooling for one platform.