<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: liang zhang</title>
    <description>The latest articles on DEV Community by liang zhang (@liang_zhang_4a9118ea8b902).</description>
    <link>https://dev.to/liang_zhang_4a9118ea8b902</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3576559%2F01a4634d-8db9-4ea4-aa37-5b33ee31f4f8.png</url>
      <title>DEV Community: liang zhang</title>
      <link>https://dev.to/liang_zhang_4a9118ea8b902</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/liang_zhang_4a9118ea8b902"/>
    <language>en</language>
    <item>
      <title>I built a free CLI to publish and download AI Agents, powered by agthub.org</title>
      <dc:creator>liang zhang</dc:creator>
      <pubDate>Tue, 21 Oct 2025 03:23:10 +0000</pubDate>
      <link>https://dev.to/liang_zhang_4a9118ea8b902/i-built-a-free-cli-to-publish-and-download-ai-agents-powered-by-agthuborg-4el7</link>
      <guid>https://dev.to/liang_zhang_4a9118ea8b902/i-built-a-free-cli-to-publish-and-download-ai-agents-powered-by-agthuborg-4el7</guid>
      <description>&lt;p&gt;Hey Dev community!&lt;/p&gt;

&lt;p&gt;If you've started working with AI agents, you've probably run into the same problem I did: &lt;strong&gt;finding and sharing them is a mess.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;They're scattered across GitHub repositories, academic papers, and various platforms with no central, searchable registry. It feels like the pre-npm days for JavaScript.&lt;/p&gt;

&lt;p&gt;To try and solve this for myself and the community, I built &lt;strong&gt;&lt;a href="https://agthub.org" rel="noopener noreferrer"&gt;agthub.org&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's a &lt;strong&gt;free, non-profit registry&lt;/strong&gt; designed specifically for AI agents, and it comes in two parts:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The Web Hub (For Discovery)
&lt;/h2&gt;

&lt;p&gt;A clean, simple website where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Browse and search for existing agents.&lt;/li&gt;
&lt;li&gt;Filter by categories or tags.&lt;/li&gt;
&lt;li&gt;See agent details, descriptions, ratings, and download counts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft2q1ocmh77rd3cdrqqw8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft2q1ocmh77rd3cdrqqw8.png" alt=" " width="800" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The CLI (For Developers)
&lt;/h2&gt;

&lt;p&gt;This is the part I'm most excited about for fellow devs. It's a CLI tool that lets you integrate agent management directly into your workflow.&lt;/p&gt;

&lt;p&gt;You can authenticate, publish your own agents, and search for others right from your terminal.&lt;/p&gt;

&lt;p&gt;Here’s a quick peek at how it works (example commands):&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
# 1. Login to AGTHub
agt login

# 2. Search for agents
agt search ruby

# 3. Install an agent (must use author/agent-id format)
agt install author/agent-id

# 4. Uninstall an agent
agt uninstall author/agent-id

# 5. Create and publish your own agent
agt publish my-agent.md
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>cli</category>
      <category>showdev</category>
      <category>tooling</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
