qclaw-wechat-client

by photon-hq · Codex Skill · ★ 784

About qclaw-wechat-client

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({

agentopenclawqclawwechat

Quick Facts

Stars784
Forks374
LanguageTypeScript
CategoryCodex Skill
Quality Score64.01/100
Open Issues10
Last Updated2026-03-22
Created2026-03-10
Platformscli, node
Est. Tokens~6k

Compatible Skills

These tools work well together with qclaw-wechat-client for enhanced workflows:

More Codex Skill Tools

Explore other popular codex skill tools:

View all Codex Skill tools →

Popular TypeScript Agent Tools

Frequently Asked Questions

What is qclaw-wechat-client?

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.

What programming language is qclaw-wechat-client written in?

qclaw-wechat-client is primarily written in TypeScript. It covers topics such as agent, openclaw, qclaw.

How do I install or use qclaw-wechat-client?

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.

View on GitHub → Browse Codex Skill tools