From 5fcda87f832ee73726da68df2a90f0636498a78a Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 10:36:59 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20skill=20=E2=86=92=20suite=20=E5=85=A8?= =?UTF-8?q?=E9=9D=A2=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 16074e5..f92e82d 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -9,8 +9,8 @@ pip install agentgis-cli agc config set api-key mk_xxxxxxxxxxx # 🔍 查市场(写代码前先做这个) -agc skills search <关键词> # 搜索已有技能 -agc skills list # 列出所有技能 +agc suites search <关键词> # 搜索已有技能 +agc suites list # 列出所有技能 agc suites search <关键词> # 搜索已有套件 agc suites list # 列出所有套件 @@ -28,7 +28,7 @@ agc publish ./my-analysis | 用途 | 端点 | |------|------| -| 注册 Skill | `POST https://suites.mercator.cn/api/v1/skills` | +| 发布 Suite | `POST https://suites.mercator.cn/api/v1/skills` | | 注册 Suite | `POST https://suites.mercator.cn/api/v1/suites` | | 执行任务 | `POST https://suites.mercator.cn/api/v1/task` | | API 文档 | `https://suites.mercator.cn/docs` |