by photon-hq · Codex Skill · ★ 784
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
qclaw-wechat-client 中文文档 Reverse-engineered TypeScript client for QClaw's WeChat Access API. QClaw (管家 OpenClaw) is a Tencent Electron desktop app that wraps an OpenClaw AI Gateway service. It authenticates exclusively through WeChat OAuth2 QR-code login and communicates with Tencent backend servers via a jprx gateway protocol. This library implements that protocol as a standalone TypeScript module. Origin Extracted from - (unencrypted). The API service class ( / ) was found in the bundled renderer at . Install Development Quick start typescript import { QClawClient } from "qclaw-wechat-client"; import type { WxLoginStateData, WxLoginData } from "qclaw-wechat-client"; const client = new QClawClient({ env: "production" }); // Step 1 - get login state (CSRF token) const stateRes = await client.getWxLoginState({ guid: "machine-id" }); const state = QClawClient.unwrap(stateRes)?.state; // Step 2 - show QR code to user const qrUrl = client.buildWxLoginUrl(state!); console.log("Scan this:", qrUrl); // Step 3 - exchange auth code (from WeChat redirect) for session const loginRes = await client.wxLogin({
| Stars | 784 |
| Forks | 374 |
| Language | TypeScript |
| Category | Codex Skill |
| Quality Score | 59.376/100 |
| Open Issues | 10 |
| Last Updated | 2026-03-22 |
| Created | 2026-03-10 |
| Platforms | cli, node |
| Est. Tokens | ~6k |
These tools work well together with qclaw-wechat-client for enhanced workflows:
Looking for a qclaw-wechat-client alternative? If you're comparing qclaw-wechat-client with other codex skill tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
现已同时支持QClaw和WorkBuddy方式登录!微信包装了开源项目OpenClaw,所以我们把他的Channel抽出来给OpenClaw用了😄
微信包装了开源项目OpenClaw,所以我们把他的Channel抽出来了😄
AIWriteX - 微信公众号全自动AI工具:全网热搜舆情聚合+趋势分析+爆款选题+文章采集+一键生成排版发布 | AI自动配图 | 去AI味、过朱雀检测 | 支持小红书/百家号/抖音等多平台 | 洗稿润色支持多账号
🐾 ClawPanel — OpenClaw AI 助手可视化管理面板。Go 单二进制部署,支持 20+ 通道统一管理,跨平台,实时日志监控。
企业微信 AI 机器人插件 - Enterprise WeChat (WeCom) AI Bot plugin for OpenClaw. 支持流式输出、动态 Agent 管理、群聊集成、指令白名单等功能。
♾️ 开源数字永生框架 — 从聊天记录蒸馏任何人的七维数字分身。支持微信/飞书/iMessage/Telegram等12+平台,7种角色模板,对齐 OpenClaw Soul Spec 标准。一行指令让你的AI学会蒸馏。
Explore other popular codex skill tools:
qclaw-wechat-client is Reverse-engineered TypeScript client for QClaw's WeChat Access API.. It is categorized as a Codex Skill with 784 GitHub stars.
qclaw-wechat-client is primarily written in TypeScript. It covers topics such as agent, openclaw, qclaw.
You can find installation instructions and usage details in the qclaw-wechat-client GitHub repository at github.com/photon-hq/qclaw-wechat-client. The project has 784 stars and 374 forks, indicating an active community.
The top alternatives to qclaw-wechat-client on Agent Skills Hub include wechat-openclaw-channel, wechat-access-unqclawed, AIWriteX. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.