OpenClaw 是一款个人智能体,开源 AI 智能体,可连接消息应用并代你执行命令、浏览网页、管理文件和发送邮件。它可以用于管理个人任务、上下文和跨应用工作流,适合软件开发者、工程团队及需要处理代码任务的技术人员。核心功能围绕个人智能体、CLI 智能体展开。

编程 Agent个人智能体CLI 智能体
总 Token 用量4.91T
全球日榜排名#3
活跃时间Jan 2026
使用模型数373
#2 · 生产力#2 · 个人智能体#3 · 编程智能体#3 · CLI 智能体

GUIDE

Agent 使用说明

开源 AI Agent 框架。

npm install -g openclaw

编辑配置文件:

  • WindowsC:\Users\<用户名>\.openclaw\openclaw.json
  • macOS / Linux~/.openclaw/openclaw.json
{
  "agents": {
    "defaults": {
      "model": { "primary": "silvamux/glm-5.2" }
    }
  },
  "models": {
    "mode": "merge",
    "providers": {
      "silvamux": {
        "baseUrl": "https://silvamux.io/api/v0",
        "apiKey": "sk_live_xxx",
        "api": "openai-completions",
        "models": [
          { "id": "glm-5.2", "name": "GLM 5.2", "contextWindow": 200000, "maxTokens": 8192 }
        ]
      }
    }
  }
}

启动:openclaw agent --local -m "你好" --model silvamux/glm-5.2 --agent main

OpenClaw 使用趋势

最近 30 天 · 按日统计 tokens