<?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: AI-Hub-Admin</title>
    <description>The latest articles on DEV Community by AI-Hub-Admin (@aihubadmin).</description>
    <link>https://dev.to/aihubadmin</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%2F3834533%2Fdddf4777-c6ec-4671-8108-80dcae9ed431.jpeg</url>
      <title>DEV Community: AI-Hub-Admin</title>
      <link>https://dev.to/aihubadmin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aihubadmin"/>
    <language>en</language>
    <item>
      <title>How I Shipped Production AI Agents in One Week — With Real Domains, Websites, Apps, APIs, and Skills Serving Online Traffic</title>
      <dc:creator>AI-Hub-Admin</dc:creator>
      <pubDate>Mon, 18 May 2026 07:27:16 +0000</pubDate>
      <link>https://dev.to/aihubadmin/how-i-shipped-production-ai-agents-in-one-week-with-real-domains-websites-apps-apis-and-2mbe</link>
      <guid>https://dev.to/aihubadmin/how-i-shipped-production-ai-agents-in-one-week-with-real-domains-websites-apps-apis-and-2mbe</guid>
      <description>&lt;p&gt;Hi, I’ve been busy working on two production-grade AI Agent projects, and both are now live online, released on Product Hunt (one reached #36 of the day rank among 200+ products), and actively serving real user traffic.&lt;/p&gt;

&lt;p&gt;I’d like to share some of the experiences, technology stack, development process, deployment lessons, and the actual costs involved in building and serving these AI agents. More importantly, I want to show how ideas can quickly become working applications.&lt;/p&gt;

&lt;p&gt;First of all, these are not “vibe-coded” rushed projects. Turning ideas into production-ready code, design, deployment, and debugging within one week was still much faster than I expected.&lt;/p&gt;

&lt;p&gt;The first project is Craftsman-Agent(&lt;a href="https://craftsman-agent.aiagenta2z.com" rel="noopener noreferrer"&gt;https://craftsman-agent.aiagenta2z.com&lt;/a&gt;), which turns prompts into buildable 3D assembly charts and step-by-step instructions for creations such as LEGO builds, Minecraft structures, Tesla car wraps, and more.&lt;/p&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%2F0jecvv83nbykizy6ww5a.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%2F0jecvv83nbykizy6ww5a.png" alt=" " width="800" height="478"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The platform is designed for creativity and play, targeting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;game hobbyists&lt;/li&gt;
&lt;li&gt;parents and kids&lt;/li&gt;
&lt;li&gt;3D design prototyping&lt;/li&gt;
&lt;li&gt;creative builders&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example prompts include:&lt;/p&gt;

&lt;p&gt;“How do I build a blue-and-white LEGO yacht?”&lt;br&gt;
“Design a red LEGO F1 race car.”&lt;br&gt;
“Create a Minecraft-style castle with medieval towers.”&lt;/p&gt;

&lt;p&gt;The second project is CoachOwl Agent Timetable (&lt;a href="https://coachowl.aiagenta2z.com/" rel="noopener noreferrer"&gt;https://coachowl.aiagenta2z.com/&lt;/a&gt;), an AI Agent timetable, calendar, and orchestration platform that helps users set objectives and assign tasks to both humans and AI agents (such as Codex, Claude, and Gemini) for collaborative work in:&lt;/p&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%2F6y1wx6n2bwdnmlfojf4v.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%2F6y1wx6n2bwdnmlfojf4v.png" alt=" " width="800" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fitness&lt;/li&gt;
&lt;li&gt;career growth&lt;/li&gt;
&lt;li&gt;learning&lt;/li&gt;
&lt;li&gt;personal development&lt;/li&gt;
&lt;li&gt;productivity planning&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The stack I am using: &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Server&lt;/strong&gt;&lt;br&gt;
Python/ Node.js / FastAPI /  pnpm serve&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LLMs &amp;amp; AI Models&lt;/strong&gt;&lt;br&gt;
Gemini/ OpenAI /Qwen&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;APIs(DeepNLP OneKey Gateway)&lt;/strong&gt;&lt;br&gt;
Google Search APIs&lt;br&gt;
Tavily Search APIs&lt;br&gt;
Nutrition calculation APIs&lt;br&gt;
Gemini Nano Banana image recognition APIs&lt;br&gt;
3D rendering APIs&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deployment &amp;amp; Hosting&lt;/strong&gt;&lt;br&gt;
AI Agent A2Z platform &lt;br&gt;
One free domain and project per user account (*.aiagenta2z.com)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coding agent&lt;/strong&gt;: &lt;br&gt;
Claude&lt;br&gt;
Codex&lt;/p&gt;

&lt;p&gt;As you can see, these are fully functioning applications with:&lt;/p&gt;

&lt;p&gt;deployed websites and landing pages&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI Agent tool usage / pipelines&lt;/li&gt;
&lt;li&gt;LLM/Agent Gateway Integration&lt;/li&gt;
&lt;li&gt;External API Fast Integrations (3D/Food Nutrition/Search/Images)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The most important lesson I learned is that shipping production AI systems is far more about orchestration, deployment, debugging, UX, and infrastructure than prompt engineering alone.&lt;/p&gt;
&lt;h3&gt;
  
  
  1. Craftsman Agent
&lt;/h3&gt;
&lt;h4&gt;
  
  
  Design &amp;amp; Development
&lt;/h4&gt;

&lt;p&gt;webpage:  &lt;a href="https://craftsman-agent.aiagenta2z.com" rel="noopener noreferrer"&gt;https://craftsman-agent.aiagenta2z.com&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/AI-Hub-Admin/Craftsman-agent" rel="noopener noreferrer"&gt;https://github.com/AI-Hub-Admin/Craftsman-agent&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I build the main website homepage using claude code/codex in a few minutes. And building the main AI Agent workflow and 3D text-3D instruction using 3 days,&lt;br&gt;
which is more complicated and no free APIs available.  The AI Agent workflow of turning text prompts to 3D instruction, for example&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;text -&amp;gt; 3D parts plans json list -&amp;gt; 3D rendering APIs calling 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Agent Workflow&lt;/strong&gt;: Text to 3D instruction&lt;/p&gt;

&lt;p&gt;For example, a 3D lego boats will needs a inventory of less than 10 to 1000 pieces 3D parts of data in the following formats.&lt;br&gt;
And converting these LLM generated 3D models data into rendering instructions will also involve calling 3D APIs multiple times.&lt;br&gt;
And the raw LLM generated 3D files are actually of pure quality, so SFT and few shots are also needed to enhance the final design.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="o"&gt;[&lt;/span&gt;
    &lt;span class="o"&gt;{&lt;/span&gt;
        &lt;span class="s2"&gt;"color"&lt;/span&gt;: &lt;span class="s2"&gt;"red"&lt;/span&gt;,
        &lt;span class="s2"&gt;"size"&lt;/span&gt;: &lt;span class="o"&gt;[&lt;/span&gt;
            4.0,
            2.0,
            1
        &lt;span class="o"&gt;]&lt;/span&gt;,
        &lt;span class="s2"&gt;"position"&lt;/span&gt;: &lt;span class="o"&gt;[&lt;/span&gt;
            2,
            1,
            0.5
        &lt;span class="o"&gt;]&lt;/span&gt;,
        &lt;span class="s2"&gt;"part_id"&lt;/span&gt;: 3020,
        &lt;span class="s2"&gt;"part_name"&lt;/span&gt;: &lt;span class="s2"&gt;"Plate 2x4"&lt;/span&gt;,
        &lt;span class="s2"&gt;"image"&lt;/span&gt;: &lt;span class="s2"&gt;"M3020"&lt;/span&gt;,
        &lt;span class="s2"&gt;"categories"&lt;/span&gt;: &lt;span class="s2"&gt;"Basic, Architectural, Transportation, Space, Plate, Solid Studs"&lt;/span&gt;
    &lt;span class="o"&gt;}&lt;/span&gt;,
    &lt;span class="o"&gt;{&lt;/span&gt;
        &lt;span class="s2"&gt;"color"&lt;/span&gt;: &lt;span class="s2"&gt;"red"&lt;/span&gt;,
        &lt;span class="s2"&gt;"size"&lt;/span&gt;: &lt;span class="o"&gt;[&lt;/span&gt;
            2.0,
            1.0,
            1
        &lt;span class="o"&gt;]&lt;/span&gt;,
        &lt;span class="s2"&gt;"position"&lt;/span&gt;: &lt;span class="o"&gt;[&lt;/span&gt;
            1,
            2,
            1.5
        &lt;span class="o"&gt;]&lt;/span&gt;,
        &lt;span class="s2"&gt;"part_id"&lt;/span&gt;: 3023,
        &lt;span class="s2"&gt;"part_name"&lt;/span&gt;: &lt;span class="s2"&gt;"Plate 1x2"&lt;/span&gt;,
        &lt;span class="s2"&gt;"image"&lt;/span&gt;: &lt;span class="s2"&gt;"M3023"&lt;/span&gt;,
        &lt;span class="s2"&gt;"categories"&lt;/span&gt;: &lt;span class="s2"&gt;"Basic, Architectural, Transportation, Space, Plate, Solid Studs"&lt;/span&gt;
    &lt;span class="o"&gt;}&lt;/span&gt;,
&lt;span class="o"&gt;]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;LLM and API Calling&lt;/strong&gt;: DeepNLP OneKey Agent Gateway of Gemini LLM endpoint and 3D building APIs (&lt;a href="https://deepnlp.org/doc/onekey_gateway" rel="noopener noreferrer"&gt;https://deepnlp.org/doc/onekey_gateway&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Server/APIs/Skills/MCPs&lt;/strong&gt;:&lt;br&gt;
The server is developed using python FastAPI backend with endpoints serving both MCPs/Skills and CLIs APIs.&lt;br&gt;
These codes are not open sourced but skills and clis are available to use and registered on OneKey Gateway,&lt;br&gt;
And there are agent run payment paypal endpoint designed to charge per 3D assembly generated.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;## endpoint&lt;/span&gt;
app &lt;span class="o"&gt;=&lt;/span&gt; Starlette&lt;span class="o"&gt;(&lt;/span&gt;
    &lt;span class="nv"&gt;routes&lt;/span&gt;&lt;span class="o"&gt;=[&lt;/span&gt;
        Route&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/chat"&lt;/span&gt;, chat_endpoint, &lt;span class="nv"&gt;methods&lt;/span&gt;&lt;span class="o"&gt;=[&lt;/span&gt;&lt;span class="s2"&gt;"POST"&lt;/span&gt;&lt;span class="o"&gt;])&lt;/span&gt;,   &lt;span class="c"&gt;# New Chat Endpoint&lt;/span&gt;
        Mount&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/static"&lt;/span&gt;, &lt;span class="nv"&gt;app&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;StaticFiles&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;directory&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt; STATIC_DIR.resolve&lt;span class="o"&gt;()&lt;/span&gt; , &lt;span class="nv"&gt;html&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;True&lt;span class="o"&gt;)&lt;/span&gt;, &lt;span class="nv"&gt;name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"static"&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;,
        Mount&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/assets"&lt;/span&gt;, &lt;span class="nv"&gt;app&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;StaticFiles&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;directory&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt; ASSETS_DIR.resolve&lt;span class="o"&gt;()&lt;/span&gt;, &lt;span class="nv"&gt;html&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;True&lt;span class="o"&gt;)&lt;/span&gt;, &lt;span class="nv"&gt;name&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"assets"&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;,
        Route&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/api/v1/generate_minecraft_build_plan"&lt;/span&gt;, api_generate_minecraft_build_plan, &lt;span class="nv"&gt;methods&lt;/span&gt;&lt;span class="o"&gt;=[&lt;/span&gt;&lt;span class="s2"&gt;"POST"&lt;/span&gt;&lt;span class="o"&gt;])&lt;/span&gt;,
        Route&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/api/v1/generate_lego_build_plan"&lt;/span&gt;, api_generate_lego_build_plan, &lt;span class="nv"&gt;methods&lt;/span&gt;&lt;span class="o"&gt;=[&lt;/span&gt;&lt;span class="s2"&gt;"POST"&lt;/span&gt;&lt;span class="o"&gt;])&lt;/span&gt;,
        Route&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/api/v1/generate_tesla_wraps"&lt;/span&gt;, api_generate_tesla_wraps_build_plan, &lt;span class="nv"&gt;methods&lt;/span&gt;&lt;span class="o"&gt;=[&lt;/span&gt;&lt;span class="s2"&gt;"POST"&lt;/span&gt;&lt;span class="o"&gt;])&lt;/span&gt;,
        Route&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/paypal/agent/purchase/callback"&lt;/span&gt;, paypal_webhook, &lt;span class="nv"&gt;methods&lt;/span&gt;&lt;span class="o"&gt;=[&lt;/span&gt;&lt;span class="s2"&gt;"POST"&lt;/span&gt;&lt;span class="o"&gt;])&lt;/span&gt;,
        Mount&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s2"&gt;"/"&lt;/span&gt;, &lt;span class="nv"&gt;app&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;mcp_app&lt;span class="o"&gt;)&lt;/span&gt;,  &lt;span class="c"&gt;## MCP Endpoint Always mounts /mcp&lt;/span&gt;
    &lt;span class="o"&gt;]&lt;/span&gt;,
    &lt;span class="nv"&gt;lifespan&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;lifespan,
&lt;span class="o"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Website Domain &amp;amp; Hosting&lt;/strong&gt;:&lt;br&gt;
Website: Typescript JS based website serving the /static, /image gallery&lt;br&gt;
&lt;a href="https://github.com/aiagenta2z/agent-mcp-deployment-templates/tree/main/quickstart/website_typescript" rel="noopener noreferrer"&gt;https://github.com/aiagenta2z/agent-mcp-deployment-templates/tree/main/quickstart/website_typescript&lt;/a&gt;&lt;br&gt;
Doc: &lt;a href="https://deepnlp.org/doc/agent_mcp_deployment" rel="noopener noreferrer"&gt;https://deepnlp.org/doc/agent_mcp_deployment&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;:&lt;br&gt;
Cost of time turning the ideas into production AI Agents:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Phase&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Development&lt;/td&gt;
&lt;td&gt;Website (A Few Minutes) + AI Agent Workflow/APIs(3 days)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM Tokens &amp;amp; APIs&lt;/td&gt;
&lt;td&gt;Gemini + 3D Rendering APIs (Not Free, Consume tokens/avg $67 dollars/1k gemini 3.1 image generation/OneKey Credit 5000 credits/1k images call ~ roughly $50/1k images)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hosting and Domains&lt;/td&gt;
&lt;td&gt;Free (&lt;a href="https://craftsman-agent.aiagenta2z.com" rel="noopener noreferrer"&gt;https://craftsman-agent.aiagenta2z.com&lt;/a&gt;) for basic plan with limited mem and CPU usage.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Traffic Routing&lt;/td&gt;
&lt;td&gt;Get Free Cold Start Traffic from DeepNLP Agent Router for hosted agents.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h4&gt;
  
  
  2. CoachOwl AI Agent Orchestration
&lt;/h4&gt;

&lt;h4&gt;
  
  
  Features:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Online Timetable &amp;amp; Calendar: CoachOwl Agent has the calendar &amp;amp; timeline features to allows AI Agent to connect, track, assign and schedule tasks for human and AI Agents to collaborative, competible with Google Calendar, Outlook for AI Agents.&lt;/li&gt;
&lt;li&gt;AI Agent Orchestration: Humans can better assign repetitive &amp;amp; periodic tasks easily to your personal Agents by scheduling, tracking compared to sending messages. Scenario: Repetitively Sending Emails of competitor analysis of ProductHunt daily for 2 weeks. Anaylyzing food calories for 2 weeks. Prepare for SAT/CFA/GRE exams.&lt;/li&gt;
&lt;li&gt;Add a task &amp;amp; objective: You can add task, objective (AI coach will plans several periodic tasks for you and you can always edit task contents.)&lt;/li&gt;
&lt;li&gt;AI Coaches: AI Coaches with Special Skills assigns tasks to both human and agents, such as Fitness Coach, Relationship Coach, Career Coach, Relationship Coach, Fitness Coach: Food Calories Analysis, Image Recognition, Career Coach: Search Indutry info and send briefs to Emails. Prepare for Social Media Anouncement, write Blogs. Learning Coaches&lt;/li&gt;
&lt;li&gt;Easy Voice Input, Habit Tracking, AI Agent Task Scheduling, Connect to Claude Code, Codex, OpenClaw and more.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Support Coaches and Agent Tools &amp;amp; Ability
&lt;/h3&gt;

&lt;p&gt;The app is build on Onekey Agent Router APIs for Image processing, Food Calories Searching, Sending Emails, Deep Research Abilities.&lt;/p&gt;

&lt;p&gt;You can always extends more skills to use CoachOwl as an AI Agent Orchestrator to assign tasks to your Local Agents (Codex/Claude/Gemini)&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Agent Tools &amp;amp; Features&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;BASE&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;base_search&lt;/code&gt; Deep Research of Google Search Tavily Search APIs, &lt;code&gt;send_email_with_attachments&lt;/code&gt; Send summary reports to your Email accounts.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fitness&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;analyze_foods_nutrition_workflow&lt;/code&gt;  generate nutritions &amp;amp; calories reports from uploaded images or text input&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Career&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;track_competitor_launches_producthunt&lt;/code&gt; Fetch ProductHunt releases, &lt;code&gt;job_search&lt;/code&gt; APIs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Learning&lt;/td&gt;
&lt;td&gt;Exam mock question generation, such as &lt;code&gt;CFA&lt;/code&gt; &lt;code&gt;SAT&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Agents OneKey Gateway&lt;/th&gt;
&lt;th&gt;Supported Agents&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Default&lt;/td&gt;
&lt;td&gt;Default, Server Web Agents on CoachOwl&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Codex&lt;/td&gt;
&lt;td&gt;Local Agents, &lt;code&gt;codex&lt;/code&gt; CLIs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Claude Code&lt;/td&gt;
&lt;td&gt;Local Agents, &lt;code&gt;claude&lt;/code&gt; CLIs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gemini&lt;/td&gt;
&lt;td&gt;Local Agents, &lt;code&gt;gemini&lt;/code&gt; CLIs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;OpenClaw&lt;/td&gt;
&lt;td&gt;Local Agents, &lt;code&gt;openclaw&lt;/code&gt; CLIs&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h4&gt;
  
  
  Design &amp;amp; Development
&lt;/h4&gt;

&lt;p&gt;Website Homepage:  &lt;a href="https://craftsman-agent.aiagenta2z.com" rel="noopener noreferrer"&gt;https://craftsman-agent.aiagenta2z.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github(Fully OpenSourced): &lt;a href="https://github.com/AI-Hub-Admin/CoachOwl-Agent-Timetable" rel="noopener noreferrer"&gt;https://github.com/AI-Hub-Admin/CoachOwl-Agent-Timetable&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Deployment: &lt;a href="https://github.com/aiagenta2z/agent-mcp-deployment-templates" rel="noopener noreferrer"&gt;https://github.com/aiagenta2z/agent-mcp-deployment-templates&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  The AI Agent Orchestration
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The Timeline (oneday todo list) and the calendar&lt;br&gt;
The app is build using codex, which costs me one day to finish all the tables design, frontend web design, etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Agent Execution system&lt;br&gt;
Agent Execution include setting up agent tasks (recursive tasks), such as "Deep Research the producthunt AI Agent releases in last 7days and send to my Emails at &lt;a href="mailto:xxxx@gmail.com"&gt;xxxx@gmail.com&lt;/a&gt;".&lt;br&gt;
The agent execution related include &lt;br&gt;
"""&lt;br&gt;
/claim task -&amp;gt; /Execution -&amp;gt; Report Heartbeat -&amp;gt; Update Results&lt;br&gt;
"""&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The db design and implementation costs 4- 5 days. And for local agents running, use "onekey gateway coachowl/coachowl" to pull tasks from the web, which involves&lt;br&gt;
another one day to complete.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Summary&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Phase&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Development&lt;/td&gt;
&lt;td&gt;Website (A Few Minutes) + AI Agent Orchestration API DBs (3 days)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LLM Tokens &amp;amp; APIs&lt;/td&gt;
&lt;td&gt;Gemini/OpenAI/Qwen&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hosting and Domains&lt;/td&gt;
&lt;td&gt;Free (&lt;a href="https://coachowl.aiagenta2z.com" rel="noopener noreferrer"&gt;https://coachowl.aiagenta2z.com&lt;/a&gt;) for basic plan with limited mem and CPU usage.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Traffic Routing&lt;/td&gt;
&lt;td&gt;Google Search with Domain Verification&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Related
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Craftsman-Agent&lt;/strong&gt;: &lt;a href="https://craftsman-agent.aiagenta2z.com" rel="noopener noreferrer"&gt;https://craftsman-agent.aiagenta2z.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;CoachOwl AI Agent Timetable&lt;/strong&gt;: &lt;a href="https://coachowl.aiagenta2z.com" rel="noopener noreferrer"&gt;https://coachowl.aiagenta2z.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;AI Agent A2Z Deployment &amp;amp; Hosting&lt;/strong&gt;: &lt;a href="https://deepnlp.org/workspace/deploy" rel="noopener noreferrer"&gt;Deployment Portal&lt;/a&gt; &amp;amp; &lt;a href="https://deepnlp.org/doc/agent_mcp_deployment" rel="noopener noreferrer"&gt;Doc&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;OneKey Gateway API &amp;amp; LLM Usage&lt;/strong&gt;: &lt;a href="https://deepnlp.org/doc/onekey_gateway" rel="noopener noreferrer"&gt;https://deepnlp.org/doc/onekey_gateway&lt;/a&gt;   &lt;/p&gt;

</description>
      <category>agents</category>
      <category>deployment</category>
    </item>
    <item>
      <title>Tired of All the Agent Access Formats And I Built a OneKey Gateway as omni converter to Ship APIs as MCPs Skills CLIs 10x faster</title>
      <dc:creator>AI-Hub-Admin</dc:creator>
      <pubDate>Thu, 09 Apr 2026 04:55:31 +0000</pubDate>
      <link>https://dev.to/aihubadmin/tired-of-all-the-agent-access-formats-and-i-built-a-onekey-gateway-as-omni-converter-to-ship-apis-n0n</link>
      <guid>https://dev.to/aihubadmin/tired-of-all-the-agent-access-formats-and-i-built-a-onekey-gateway-as-omni-converter-to-ship-apis-n0n</guid>
      <description>&lt;p&gt;Hey dev community 👋&lt;/p&gt;

&lt;p&gt;As the agent ecosystem keeps growing, I’ve noticed a recurring problem:&lt;/p&gt;

&lt;p&gt;You might have one solid business API or proprietary data, but to make it usable across different agent platforms, you end up rebuilding it in multiple formats:&lt;br&gt;
MCPs, Skills ,CLIs , REST APIs , Even language-specific SDKs (Python / TypeScript). That is painful when you want to upgrade, you have to upgrade on all of it, which means duplicated effort, multiple codebases, and painful maintenance.&lt;/p&gt;

&lt;p&gt;That’s why I started OneKey Gateway project: &lt;br&gt;
&lt;a href="https://github.com/aiagenta2z/onekey-gateway" rel="noopener noreferrer"&gt;GitHub OneKey Gateway&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;with internal gateway layer, central Agent API registry platform, onekey authentication, and omni format converter, you only need to maintain one API/data, and users/agents can use in all formats.&lt;/p&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%2F86a5p5veewizdocnpkfe.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%2F86a5p5veewizdocnpkfe.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;
&lt;h3&gt;
  
  
  OneKey Gateway Agent/Skills/MCP Conversion Matrix Roadmap
&lt;/h3&gt;

&lt;p&gt;Register and maintain your APIs only once, allow agents/users to use your APIs in other formats 10x faster, supported CLIs/Skills/Rest API/MCPs&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;From \ To&lt;/th&gt;
&lt;th&gt;API&lt;/th&gt;
&lt;th&gt;CLI&lt;/th&gt;
&lt;th&gt;Skills&lt;/th&gt;
&lt;th&gt;Routed API&lt;/th&gt;
&lt;th&gt;MCPs (StreamingHTTP)&lt;/th&gt;
&lt;th&gt;MCPs (Stdio Local)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;API&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;CLI&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Skills&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Routed API&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;MCPs (Streaming HTTP)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;MCPs (Stdio Local)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;So the question is: Today, most solutions only partially solve this. You’ll find tools like fastapi_mcp and similar converters—but they’re still code-level solutions:&lt;br&gt;
You still need to write glue code. You still need to maintain multiple packages, publish and version each format&lt;br&gt;
In reality, you might end up managing 6–10 different packages for a single API.&lt;br&gt;
That’s not scalable. &lt;/p&gt;

&lt;p&gt;The workflow of OneKey Agent Gateway works like&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Register your API 
→ Store metadata (Agent meta, API meta OpenAPI, auth, configs)
→ Auto-generate &amp;amp; distribute as
   - CLI
   - Skills
   - MCP
   - REST Router
-&amp;gt; Agent Requests Routed to your APIs
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Here is the roadmap of potential cases of conversion between various formats: &lt;a href="https://github.com/aiagenta2z/onekey-gateway" rel="noopener noreferrer"&gt;https://github.com/aiagenta2z/onekey-gateway&lt;/a&gt;&lt;br&gt;
Now I will introduce you how to convert a food calories API to various formats without publishing any more packages and use the &lt;code&gt;OneKey Gateway&lt;/code&gt;.&lt;/p&gt;
&lt;h3&gt;
  
  
  OneKey Gateway Registered and Routed
&lt;/h3&gt;
&lt;h4&gt;
  
  
  Original API
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://fdc.nal.usda.gov/api-guide" rel="noopener noreferrer"&gt;Food Nutrition API&lt;/a&gt; from U.S. Department of Agriculture&lt;/p&gt;

&lt;p&gt;Search the nutritions caloeries of &lt;code&gt;Cheddar Cheese&lt;/code&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-XPOST&lt;/span&gt; &lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"Content-Type:application/json"&lt;/span&gt; &lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="s2"&gt;"{&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;query&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;:&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;Cheddar cheese&lt;/span&gt;&lt;span class="se"&gt;\"&lt;/span&gt;&lt;span class="s2"&gt;}"&lt;/span&gt; https://api.nal.usda.gov/fdc/v1/foods/search?api_key&lt;span class="o"&gt;=&lt;/span&gt;DEMO_KEY
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;After registration as in docs &lt;a href="https://www.deepnlp.org/doc/onekey_gateway" rel="noopener noreferrer"&gt;OneKey Gateway Doc&lt;/a&gt;. Agents/Users can use your APIs in various formats:&lt;/p&gt;

&lt;h4&gt;
  
  
  Convert API to CLI
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx onekey agent fdcnal/usda-fooddata-central-agent search_foods &lt;span class="s1"&gt;'{"query": "Cheddar Cheese","pageSize": 10}'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Convert API to Skills
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx agtm skills build fdcnal/usda-fooddata-central-agent
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It will generate local ./skills folder with scripts and CLIs&lt;/p&gt;

&lt;h4&gt;
  
  
  Convert API to MCP
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx onekey mcp fdcnal/usda-fooddata-central-agent
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It generates a mcp config to access your APIs&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="o"&gt;{&lt;/span&gt;
  &lt;span class="s2"&gt;"mcpServers"&lt;/span&gt;: &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="s2"&gt;"deepnlp-onekey-fdcnal-usda-fooddata-central-agent"&lt;/span&gt;: &lt;span class="o"&gt;{&lt;/span&gt;
      &lt;span class="s2"&gt;"url"&lt;/span&gt;: &lt;span class="s2"&gt;"https://agent.deepnlp.org/mcp?server_name=fdcnal/usda-fooddata-central-agent&amp;amp;onekey=YOUR_KEY"&lt;/span&gt;
    &lt;span class="o"&gt;}&lt;/span&gt;
  &lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Convert API to REST Router in programming way
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;DEEPNLP_ONEKEY_ROUTER_ACCESS&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;YOUR_ROUTER_KEY
curl &lt;span class="nt"&gt;-X&lt;/span&gt; POST &lt;span class="s2"&gt;"https://agent.deepnlp.org/agent_router"&lt;/span&gt; &lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"Content-Type: application/json"&lt;/span&gt; &lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"X-OneKey: &lt;/span&gt;&lt;span class="nv"&gt;$DEEPNLP_ONEKEY_ROUTER_ACCESS&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt; &lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="s1"&gt;'{"unique_id":"fdcnal/usda-fooddata-central-agent","api_id":"search_foods","data":{"query":"Cheddar Cheese","pageSize":10}}'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And for the remaining blog, I will introduce you how to register the API to DeepNLP x AI Agent A2Z agent registry.&lt;br&gt;
and distribute in various formats.&lt;/p&gt;
&lt;h3&gt;
  
  
  2. Quickstart Example: USDA FoodData Central API
&lt;/h3&gt;

&lt;p&gt;Let’s see how to register and convert a Food Nutrition API:&lt;/p&gt;
&lt;h4&gt;
  
  
  2.1 Prepare API Specs
&lt;/h4&gt;

&lt;p&gt;Use the USDA OpenAPI specs (fdc_api.json or fdc_api.yaml) to define your agent metadata. If no OpenAPI or similar specs are available, provide the python/typescript definition as "def my_func(param1: str,...)" to coding agent/claude code/codex to help you generate the meta. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;agent.yaml&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;api_list:
  - api_id: search_foods
    protocol: https
    description: Search &lt;span class="k"&gt;for &lt;/span&gt;food items and calories
    endpoint: https://api.nal.usda.gov/fdc/v1/foods/search
    method: POST
    params:
      query: str
      pageSize: int
    auth:
      &lt;span class="nb"&gt;type&lt;/span&gt;: API_KEY
      header: &lt;span class="s2"&gt;"X-Api-Key"&lt;/span&gt;
      value: &lt;span class="nv"&gt;$YOUR_FDC_API_KEY&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You can also generate this using Claude Code or Codex. I am using the prompt, in the Github repo run the prompt:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Generate agent.json and agent.yaml file following the format of ./examples/usda_food_api/agent.json and agent.yaml format,
fill &lt;span class="k"&gt;in &lt;/span&gt;the api_list key, with meta of APIs: api_id,protocol,description,endpoint,method,params,auth, For params, you can &lt;span class="nb"&gt;read &lt;/span&gt;the necessary informations from the the OpenAPI specs of fdc_api.json.
Output to /agent.json or /agent.yaml formats
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  1.2 Register Your API
&lt;/h4&gt;

&lt;p&gt;Get your OneKey Gateway registry key, the key will identify you as the owner of the registered API. Get Keys at &lt;a href="https://www.deepnlp.org/workspace/keys" rel="noopener noreferrer"&gt;Keys&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;AI_AGENT_MARKETPLACE_ACCESS_KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;YOUR_REGISTRY_KEY
npx agtm upload &lt;span class="nt"&gt;--config&lt;/span&gt; ./agent.yaml
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Your agent’s unique ID is in user_id/repo_name format, e.g.:&lt;/p&gt;

&lt;p&gt;fdcnal/usda-fooddata-central-agent&lt;/p&gt;

&lt;h4&gt;
  
  
  1.3. Usage Examples
&lt;/h4&gt;

&lt;h4&gt;
  
  
  API2REST
&lt;/h4&gt;

&lt;p&gt;The request will be posted to central registry endpoint, &lt;a href="https://agent.deepnlp.org/agent_router" rel="noopener noreferrer"&gt;https://agent.deepnlp.org/agent_router&lt;/a&gt;, authenticated once and routed&lt;br&gt;
to your registered API endpoint with payload and headers for authentication. Note the access_key devs provide are encrypted safely and decrypted/routed to your registered API.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;AI_AGENT_MARKETPLACE_ACCESS_KEY&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;YOUR_REGISTRY_KEY

curl &lt;span class="nt"&gt;-X&lt;/span&gt; POST &lt;span class="s2"&gt;"https://agent.deepnlp.org/agent_router"&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
&lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"Content-Type: application/json"&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
&lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="s2"&gt;"X-OneKey: &lt;/span&gt;&lt;span class="nv"&gt;$DEEPNLP_ONEKEY_ROUTER_ACCESS&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt; &lt;span class="se"&gt;\&lt;/span&gt;
&lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="s1"&gt;'{
  "unique_id": "fdcnal/usda-fooddata-central-agent",
  "api_id": "search_foods",
  "data": {"query": "Cheddar Cheese","pageSize": 10}
}'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  API2CLI
&lt;/h4&gt;

&lt;p&gt;Users can use your API in the common command line &lt;code&gt;npx onekey agent &amp;lt;unique_id&amp;gt; &amp;lt;api_id&amp;gt; &amp;lt;payload&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx onekey agent &amp;lt;unique_id&amp;gt; &amp;lt;api_id&amp;gt; &amp;lt;payload&amp;gt;
npx onekey agent fdcnal/usda-fooddata-central-agent search_foods &lt;span class="s1"&gt;'{"query": "Cheddar Cheese","pageSize": 10}'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  API2Skills
&lt;/h4&gt;

&lt;p&gt;If you readily convert your APIs to local skills under the folder ./skills/your-api-converted-skill/*&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx agtm skills build fdcnal/usda-fooddata-central-agent
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Generates:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;skills/fdcnal-usda-fooddata-central-agent/
  ├── SKILL.md
  ├── scripts/
  └── reference/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  API2MCP Server
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx onekey mcp fdcnal/usda-fooddata-central-agent
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Generates config for StreamingHTTP MCPs:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="o"&gt;{&lt;/span&gt;
  &lt;span class="s2"&gt;"mcpServers"&lt;/span&gt;: &lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="s2"&gt;"deepnlp-onekey-fdcnal-usda-fooddata-central-agent"&lt;/span&gt;: &lt;span class="o"&gt;{&lt;/span&gt;
      &lt;span class="s2"&gt;"url"&lt;/span&gt;: &lt;span class="s2"&gt;"https://agent.deepnlp.org/mcp?server_name=fdcnal/usda-fooddata-central-agent&amp;amp;onekey=YOUR_KEY"&lt;/span&gt;
    &lt;span class="o"&gt;}&lt;/span&gt;
  &lt;span class="o"&gt;}&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  RoadMap
&lt;/h4&gt;

&lt;p&gt;If you like the ideas of the onekey gateway and roadmap of converter.&lt;br&gt;
You can also contribute more use cases, documents and your registered APIs at the &lt;a href="https://github.com/aiagenta2z/onekey-gateway" rel="noopener noreferrer"&gt;Onekey Gateway GitHub&lt;/a&gt; and &lt;a href="https://github.com/aiagenta2z/ai-agent-marketplace" rel="noopener noreferrer"&gt;AI Agent Marketplace GitHub&lt;/a&gt;. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>agentskills</category>
      <category>onekeygateway</category>
      <category>mcp</category>
    </item>
    <item>
      <title>I Keep Forgetting CLIs So Does My AI Agent - Simplifying CLI Usage for Human and AI Agents with Hints and Completion</title>
      <dc:creator>AI-Hub-Admin</dc:creator>
      <pubDate>Fri, 20 Mar 2026 08:07:52 +0000</pubDate>
      <link>https://dev.to/aihubadmin/i-keep-forgetting-clis-so-does-my-ai-agent-simplifying-cli-usage-for-human-and-ai-agents-with-57c5</link>
      <guid>https://dev.to/aihubadmin/i-keep-forgetting-clis-so-does-my-ai-agent-simplifying-cli-usage-for-human-and-ai-agents-with-57c5</guid>
      <description>&lt;p&gt;As an LLM/AI Agent application developer, I frequently use tools like Claude Code, Codex, or OpenClaw to manage agent tasks via MCP, Skills, and especially command-line interfaces (CLIs).  &lt;/p&gt;

&lt;p&gt;One problem I face: I can never remember all the exact CLI commands, positional arguments, or options for tools like &lt;code&gt;playwright-cli&lt;/code&gt;, &lt;code&gt;claude&lt;/code&gt;, or &lt;code&gt;codex&lt;/code&gt;. Searching through documentation or README.md files every time is tedious&lt;br&gt;
and I am just too lazy to do it.  &lt;/p&gt;

&lt;p&gt;To solve this, I spend some time to built a CLI helper tool with hints and auto-completion capabilities. &lt;br&gt;
This tool helps both humans and agents quickly discover and run CLI commands without memorizing them. And I would like to share with the community &lt;br&gt;
&lt;code&gt;agtm&lt;/code&gt; which means &lt;code&gt;agent manager&lt;/code&gt; or &lt;code&gt;agent marketplace&lt;/code&gt;. &lt;/p&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%2Foxzf4f2gs7nlpwntx61i.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%2Foxzf4f2gs7nlpwntx61i.png" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  How It Works
&lt;/h3&gt;

&lt;p&gt;For example, if you want to test &lt;code&gt;playwright-cli&lt;/code&gt; for web page reading but forget the exact commands:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Type a keyword, e.g., &lt;code&gt;play&lt;/code&gt;, after &lt;code&gt;agtm run&lt;/code&gt;:
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx agtm run play
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Then you can follow the guidance and cli hints to finalize your cli.&lt;/p&gt;

&lt;p&gt;Step 1. Choose the suggested Skill ID&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Skill ID suggestions:
  1. microsoft/playwright-cli
  2. paul-gauthier/aider
  3. anthropic/claude-code
  4. openai/codex-cli
  5. googleworkspace/cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Step 2. Choose the suggested CLI:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Command hints:
  1. playwright-cli goto &amp;lt;url&amp;gt; &lt;span class="c"&gt;# navigate to a url&lt;/span&gt;
  2. playwright-cli open &lt;span class="o"&gt;[&lt;/span&gt;url] &lt;span class="c"&gt;# open browser, optionally navigate to url&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Step 3.&lt;br&gt;
Complete the final command by filling in parameters:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;playwright-cli goto https://www.google.com
agtm run microsoft/playwright-cli playwright-cli goto https://www.google.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then it gives you exact cli running results&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="err"&gt;###&lt;/span&gt; &lt;span class="nx"&gt;Ran&lt;/span&gt; &lt;span class="nx"&gt;Playwright&lt;/span&gt; &lt;span class="nx"&gt;code&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
js&lt;br&gt;
await page.goto('&lt;a href="https://www.google.com'" rel="noopener noreferrer"&gt;https://www.google.com'&lt;/a&gt;);&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;### Page
- Page URL: https://www.google.com/
- Page Title: Google
### Snapshot
- [Snapshot](../aiagenta2z/agtm/.playwright-cli/page-2026-03-20T08-03-59-159Z.yml)

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
shell&lt;/p&gt;

&lt;p&gt;Installation&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @aiagenta2z/agtm
npx agtm setup &lt;span class="nt"&gt;--hint&lt;/span&gt;  &lt;span class="c"&gt;# Builds a local RAG of CLI hints&lt;/span&gt;
npx agtm run &amp;lt;provider_unique_id&amp;gt; &amp;lt;agent_cli&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;provider_unique_id&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;identifies the project owner/repo (GitHub style)&lt;/span&gt;
&lt;span class="na"&gt;agent_cli&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;the CLI commands in that repository&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Agent Mode
&lt;/h3&gt;

&lt;p&gt;Agents like Claude or Codex can also use the hint system to run commands automatically if there are documents mismatch and skills update. In agent mode, the tool searches relevant Skill IDs and CLI suggestions for non-interactive execution:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx agtm run play &lt;span class="nt"&gt;--mode&lt;/span&gt; agent
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;Skill ID suggestions:
  1. microsoft/playwright-cli
     - playwright-cli open &lt;span class="o"&gt;[&lt;/span&gt;url]  &lt;span class="c"&gt;# open browser, optionally navigate to url&lt;/span&gt;
     - playwright-cli goto &amp;lt;url&amp;gt;   &lt;span class="c"&gt;# navigate to a url&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;prompt: Help me visit producthunt.com and extract front-page items to a &lt;span class="nb"&gt;local &lt;/span&gt;text file.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Architecture
&lt;/h3&gt;

&lt;p&gt;CLI RAG Local:&lt;br&gt;
agtm setup builds a local RAG (trie) of CLI hints. It matches Skill IDs first, then provides CLI suggestions and hints for the selected Skill.&lt;/p&gt;

&lt;p&gt;Agent Mode:&lt;br&gt;
Enables agents to use CLI hints automatically. Instead of interactive selection, the tool provides relevant CLI suggestions from the local RAG.&lt;/p&gt;

&lt;p&gt;What do you think of the cli hint tool that work for both human and agent?&lt;/p&gt;

&lt;p&gt;Please welcome to contribute to github aiagenta2z/agtm of the clis repos. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>agentskills</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
