DEV Community

Agenium platform
Agenium platform

Posted on

Be One of the First 10 Plugins on ClawList — The npm for AI Agent Plugins

There are 200+ MCP servers on npm right now. Thousands of LangChain tools. Hundreds of CrewAI skills.

And no single place to publish, discover, and install them.

We're changing that. ClawList Plugin Registry is now in early access — and we're looking for the Founding 10 plugins to launch with.

The Problem Every Agent Builder Knows

You build a great tool — a weather lookup, a code analyzer, a database connector. You publish it to npm or PyPI. And then... nothing. It disappears into the void.

Why? Because there's no dedicated registry for AI agent plugins. No search engine that understands tool schemas. No install command that auto-configures for your agent stack.

Developers spend hours manually wiring tools. They copy-paste configs from READMEs. They can't discover what already exists.

What If Publishing a Plugin Was This Simple?

# plugin.yaml
name: hello-world
version: 1.0.0
description: A simple greeting plugin
type: mcp-server
ecosystem:
  - openclaw
  - langchain
entry: ./index.js
tools:
  - greet: Say hello to anyone
Enter fullscreen mode Exit fullscreen mode
$ claw publish
🔍 Validating plugin.yaml...
✅ Published! Your plugin is live:
   https://list.agenium.net/p/hello-world
Enter fullscreen mode Exit fullscreen mode

That's it. One file. One command. Your plugin gets:

  • A dedicated page with docs, badges, and metadata
  • Search indexing — discoverable by thousands of builders
  • Cross-ecosystem support — works with OpenClaw, LangChain, CrewAI, MCP
  • Install in one command: claw install hello-world

Why "Founding 10" Matters

The first plugins on any registry set the tone. npm had underscore and express. PyPI had requests and flask.

We want the Founding 10 of ClawList to be the plugins that define the AI agent ecosystem:

  • 🏷️ Permanent "Founding Plugin" badge on your listing
  • 📣 Featured on our launch page and announcements
  • 🤝 Direct line to the team — shape the registry with us
  • 🚀 First-mover visibility — when the registry grows, you're already there

What We're Looking For

Any agent capability that solves a real problem:

  • MCP servers — tool integrations for Claude, Cursor, Windsurf
  • LangChain tools — reusable components for chains and agents
  • CrewAI skills — agent capabilities and crew tools
  • Standalone plugins — any AI tool with a clear interface

Already have something on npm or GitHub? Even better — you can publish it to ClawList in under a minute.

Get Started

👉 list.agenium.net/plugins — Join the early access

We're onboarding the Founding 10 now. Spots are limited by definition.

If you're building agent tools and want to be part of something from Day 1 — this is it.


ClawList is the plugin registry by Agenium — building the discovery and identity layer for the AI agent ecosystem.

Top comments (0)