← 回總覽

WeClaw 更新:支持自定义 Agent 触发命令别名

📅 2026-03-25 16:13 idoubi 人工智能 4 分鐘 3834 字 評分: 81
WeClaw AI Agent 微信开发 开源工具 开发效率
📌 一句话摘要 开源项目 WeClaw 发布更新,支持通过配置文件自定义 Agent 的触发命令别名,提升多 Agent 切换的便捷性。 📝 详细摘要 WeClaw 是一款将微信连接至终端 Agent 的开源桥接工具。本次更新增加了对自定义 Agent 触发命令别名的支持,用户可在 `~/.weclaw/config.json` 中配置 `aliases`,从而通过更符合个人习惯的指令(如 `gpt`、`sam` 等)快速切换和调用不同的 AI Agent。此功能进一步优化了在微信端与多个终端 Agent 交互的体验。 📊 文章信息 AI 评分:81 来源:idoubi(@idoubic
Skip to main content ![Image 1: LogoBestBlogs](https://www.bestblogs.dev/ "BestBlogs.dev")Toggle navigation menu Toggle navigation menuArticlesPodcastsVideosTweetsSourcesNewsletters

⌘K

Change language Switch ThemeSign In

Narrow Mode

WeClaw Update: Support for Custom Agent Trigger Aliases

WeClaw Update: Support for Custom Agent Trigger Aliases

![Image 2: idoubi](https://www.bestblogs.dev/en/tweets?sourceId=SOURCE_ea4abc) ### idoubi

@idoubicc

WeClaw 已支持自定义 Agent 的触发命令,只需要在配置文件:~/.weclaw/config.json 加一个 aliases

{

"codex": {

"type": "acp",

"command": "path-to/codex-acp",

"aliases": ["gpt", "sam", "奥特曼"]

},

"gemini": {

"type": "acp",

"command": "path-to/gemini",

"aliases": ["pichai", "哈萨比斯"],

"args": [

"--acp"

]

}

}

升级到新版本可用👇

weclaw update github.com/fastclaw-ai/we…J Show More

!Image 3: Tweet image

!Image 4: idoubi

#### idoubi

@idoubicc · 2d ago

开源 WeClaw,让微信 ClawBot 接入任意 Agent 的桥接工具。

一行命令启动,自动发现并连接你电脑上的 OpenClaw / Claude Code / Codex / Gemini / Cursor / Kimi / OpenCode 等终端 Agent,其他 Agent 可以自行配置接入。

支持 ACP / CLI / HTTP 三种接入方式,可对接终端 Agent,桌面 Agent,Web Agent。

在微信 ClawBot 可以使用 /cc /gm /oc 等子命令指定接收消息的 Agent,支持配置和切换默认 Agent。

如何使用?

  • 复制 WeClaw 项目的一键安装命令,在你的电脑上运行
  • 微信扫码登录,连接微信 ClawBot 与 WeClaw
  • 给微信 ClawBot 发消息,默认发给 Claude Code
  • 使用子命令切换其他 Agent 对话
MIT 开源,欢迎体验,感谢支持。👇 github.com/fastclaw-ai/we…J Show More

!Image 5: Tweet image

13

48

181

48.8K

Mar 25, 2026, 8:13 AM View on X

3 Replies

0 Retweets

5 Likes

850 Views ![Image 6: idoubi](https://www.bestblogs.dev/en/tweets?sourceid=ea4abc) idoubi @idoubicc

One Sentence Summary

The open-source project WeClaw has released an update that supports custom trigger command aliases for Agents via its configuration file, making it easier to switch between multiple Agents.

Summary

WeClaw is an open-source bridge tool that connects WeChat to terminal-based Agents. This update introduces support for custom Agent trigger aliases. Users can now configure aliases in ~/.weclaw/config.json, allowing them to quickly switch and invoke different AI Agents using commands that match their personal preferences (e.g., gpt, sam, etc.). This feature further enhances the experience of interacting with multiple terminal Agents directly from WeChat.

AI Score

81

Influence Score 4

Published At Today

Language

Chinese

Tags

WeClaw

AI Agent

WeChat Development

Open Source

Developer Productivity HomeArticlesPodcastsVideosTweets

WeClaw Update: Support for Custom Agent Trigger Aliases |...

查看原文 → 發佈: 2026-03-25 16:13:02 收錄: 2026-03-25 18:00:42

🤖 問 AI

針對這篇文章提問,AI 會根據文章內容回答。按 Ctrl+Enter 送出。