模块 1:产品概览与接入流程

创建工作区并跑通首个 Bot。

命令以模板为主,执行前请替换为你自己的 ID、密钥和地址。

实操步骤(可直接执行)

每一步都先执行命令,再记录结果和问题。

任务 1:Create workspace

执行:
maxclaw login\nmaxclaw workspace create team-demo

可复制命令
maxclaw login
maxclaw workspace create team-demo

任务 2:Create first agent

执行:
maxclaw agent create support-bot --template faq

可复制命令
maxclaw agent create support-bot --template faq

任务 3:Publish draft

执行:
maxclaw agent deploy support-bot --env staging

可复制命令
maxclaw agent deploy support-bot --env staging

任务 4:Smoke test

执行:
maxclaw agent test support-bot --input "Hello"

可复制命令
maxclaw agent test support-bot --input "Hello"

完成本模块后继续下一模块

建议把本页命令沉淀成团队 Runbook。

MaxClaw 模块 1:产品概览与接入流程 | BestClaw