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 | 74.099148534113/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抽出来了😄
Unified real-time search engine skill for AI agents.
A full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Sca
Unified real-time search engine skill for AI agents.
AIWriteX - 微信公众号全自动AI工具:全网热搜舆情聚合+趋势分析+爆款选题+文章采集+一键生成排版发布 | AI自动配图 | 去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, anysearch-skill. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.