POWERED BY OPENCLAW ENGINE
9 AI Models. One Desktop App. Zero Config.
双击安装 WeClawBot,在微信、飞书、钉钉里直接和 AI 对话。
Install WeClawBot, chat with AI in WeChat, Feishu & DingTalk — instantly.
Windows 10+ · macOS 12+ · 免费下载 Free Download
Three steps to get started
双击安装包,30 秒完成安装。无需注册账号,无需配置环境。
Double-click installer. No signup, no config.
支付 ¥29.9 服务费,自动获得 ¥30 token 额度,立即可用。
Pay ¥29.9 service fee, receive ¥30 in tokens.
选择 9 大 AI 模型中的任意一个,直接在桌面端或微信/飞书/钉钉中聊天。
Pick any of 9 models, chat in-app or via IM.
6 domestic + 3 global top-tier models
安装后一键连接,AI 出现在你的聊天窗口
One-click connect. AI appears in your chat app.
一次付费,即刻开始
One simple plan. Start immediately.
一次性服务费 · 内含 ¥30 token 额度
One-time fee · Includes ¥30 in tokens
No subscription. No hidden fees.
OpenAI-compatible API · One endpoint, all models
# OpenAI-compatible endpoint
curl https://api.weclaw.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-chat",
"messages": [{"role":"user","content":"Hello!"}],
"stream": true
}'