DEV Community

peter zou
peter zou

Posted on

[ShowDev] I built an aggregator to discover and install popular AI Agent Skills from GitHub

Hey DEV community! πŸ‘‹

If you are building AI Agents right now (using frameworks like AutoGPT, LangChain, or custom implementations), you know that the LLM is only the brain. The real magic happens when you give your agent skillsβ€”the tools to browse the web, execute code, read files, or interact with APIs.

There are thousands of amazing, open-source agent skills scattered across GitHub. But finding the right one, figuring out if it's popular/reliable, and integrating it into your project is a huge time sink. We end up reinventing the wheel instead of building the core logic.

That’s why I built AgentSkill.club.

🌟 What is AgentSkill.club?
AgentSkill.club is a centralized hub that aggregates the most popular and useful AI Agent skills from GitHub.

Instead of endlessly searching through repositories, you can browse a categorized directory of tools, see what's trending, and most importantly: directly download and install them for your own agents.

πŸ› οΈ Why use it?
Centralized Discovery: I've aggregated the best open-source skills scattered across GitHub into one searchable platform.

Direct Download & Installation: No more copy-pasting code from random README files. Find the skill you need, download it, and install it right into your agent's environment.

Curated & Categorized: Skills are organized by use case (e.g., Data Analysis, Web Scraping, File System, API Integrations) so you can quickly find exactly what your agent needs to complete its tasks.

Always Up-to-Date: Tapping into the power of the open-source community to surface the latest and greatest tools.

πŸ’» The Tech Behind It
(Tip: Share a bit about how you built it! Developers love to know how you fetch and parse the GitHub data. Feel free to edit the below:)

Building an aggregator meant interacting heavily with the GitHub API to fetch repositories, parse their metadata, and present them in a clean, user-friendly UI. I built the frontend with [Next.js / React] and handled the backend/database with [Node.js / Supabase / PostgreSQL], focusing heavily on making the search and download experience as frictionless as possible.

πŸ€” I'd love your feedback!
If you are building AI agents, I’d love for you to check it out. The goal is to make this the ultimate "package manager" vibe for agent capabilities.

What specific types of skills are you currently looking for?

How do you currently install external tools into your agent workflows?

Are there any awesome GitHub repositories with agent skills that I should add to the platform?

Check it out here: https://www.agentskill.club/

Let me know what you think in the comments! πŸ‘‡ Happy building! πŸš€

Top comments (0)