Claude Skill

fastclaw-ai/weclaw

WeClaw 是一个开源 Go SDK,通过 ClawBot 将微信与任意 AI 智能体连接。实现微信上的自动化对话、任务执行及与智能体的无缝集成。

概览

Stars1,523
Forks186
语言Go
最后更新2026-04-01
最近同步2026-06-17
前往 GitHub

仓库信息

拥有者fastclaw-ai
仓库weclaw
完整名称fastclaw-ai/weclaw
Repo ID1,188,762,109

安装这个 Skill

docker run -it -v ~/.weclaw:/root/.weclaw ghcr.io/fastclaw-ai/weclaw start

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-02
平台
ClaudeOpenClawCodexCursor
能力
pdfimagevideoterminalworkflowclawbotopenclawopenclaw-weixinwechat-clawbotweclaw
识别文件
README.md
配置键
ANTHROPIC_API_KEYOPENAI_API_KEYOPENCLAW_GATEWAY_URLOPENCLAW_GATEWAY_TOKEN
安装方式
  • docker run -it -v ~/.weclaw:/root/.weclaw ghcr.io/fastclaw-ai/weclaw start
  • docker run -it -v ~/.weclaw:/root/.weclaw weclaw login
  • docker run -d --name weclaw \

项目简介

WeClaw 是一个开源的 Go SDK,通过 ClawBot 将微信与任意智能体连接,实现微信与智能体的无缝集成,支持自动化对话和任务执行。

英文描述

Connect to any agents with WeChat ClawBot.

要点

  • 通过 ClawBot 实现微信与智能体的无缝集成
  • 轻量级 Go SDK,快速部署
  • 支持任意 AI 智能体或后端服务
  • 开源且社区活跃维护
  • 专为实时消息处理设计

使用场景

  • 构建基于微信的 AI 客服机器人
  • 将微信连接到自定义智能体实现自动化
  • 在微信上创建个人助手机器人
  • 将微信与企业 AI 工作流集成
  • 通过微信原型设计和测试智能体交互

README 摘要

# WeClaw [中文文档](README_CN.md) WeChat AI Agent Bridge — connect WeChat to AI agents (Claude, Codex, Gemini, Kimi, etc.). > This project is inspired by [@tencent-weixin/openclaw-weixin](https://npmx.dev/package/@tencent-weixin/openclaw-weixin). For personal learning only, not for commercial use. | | | | |:---:|:---:|:---:| | <img src="previews/preview1.png" width="280" /> | <img src="previews/preview2.png" width="280" /> | <img src="previews/preview3.png" width="280" /> | ## Quick Start ```bash # One-line install curl -sSL https://raw.githubusercontent.com/fastclaw-ai/weclaw/main/install.sh | sh # Start (first run will prompt QR code login) weclaw start ``` That's it. On first start, WeClaw will: 1. Show a QR code — scan with WeChat to login 2. Auto-detect installed AI agents (Claude, Codex, Gemini, etc.) 3. Save config to `~/.weclaw/config.json` 4. Start receiving and replying to WeChat messages Use `weclaw login` to add additional WeChat accounts. ### Other install methods ```bash # Via Go go install github.com/fastclaw-ai/weclaw@latest # Via Docker docker run -it -v ~/.weclaw:/root/.weclaw ghcr.io/fastclaw-ai/weclaw start ``` ## How It Works <p align="center"> <img src="previews/architecture.png" width="600" /> </p> **Agent modes:** | Mode | How it works | Examples | |------|-------------|----------| | ACP | Long-running subprocess, JSON-RPC over stdio. Fastest — reuses process and sessions. | Claude, Codex, Kimi, Gemini, Cursor, OpenCode, OpenClaw | | CLI | Spawns a new process per message. Supports session resume via `--resume`. | Claude (`claude -p`), Codex (`codex exec`) | | HTTP | OpenAI-compatible chat completions API. | OpenClaw (HTTP fallback) | Auto-detection picks ACP over CLI when both are available. ## Chat Commands Send these as WeCh

话题

探索更多

数据来自 GitHub,同步时间:2026-06-17