weixin-clawbot-setup

Automate WeChat ClawBot setup and login with a Node.js script.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill weixin-clawbot-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weixin-clawbot-setup
Source: https://github.com/kk580kk/Investment-analysis-reports/tree/main/skills/weixin-clawbot-setup
Command: npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill weixin-clawbot-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a seamless installation and login process for WeChat ClawBot, handling the installation of plugins, reauthorization, and login status checking with a single trigger word.

Core Features & Use Cases

  • Unified WeChat Setup: Manages WeChat plugin installation, reauthorization, and login status checking with a single trigger word.
  • Installation Process: Automates the download, installation, and scanning of the WeChat ClawBot.
  • Login Automation: Uses internal Node API to perform QR code scanning, long-polling for scan completion, and configuration persistence.
  • Use Case: Simplifies the setup process for users looking to integrate WeChat functions into their workflows.

Quick Start

Use the '微信配置' command to install and configure WeChat ClawBot.

Frequently Asked Questions about weixin-clawbot-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WeChat login and configuration for ClawBot?

Automate WeChat login by triggering the '微信配置' command, which runs a Node.js script to handle plugin installation, QR code generation, and configuration persistence. The process uses long-polling to detect scan completion and finalize the automated setup.

What is the process for scanning a QR code to log in to WeChat ClawBot?

QR code scanning for WeChat ClawBot involves generating a login QR code via an internal Node API and using long-polling to detect when the scan is completed. Once scanned, the system automatically persists the configuration to finalize the login session.

How do I check my WeChat ClawBot login status and reauthorize if needed?

Check WeChat ClawBot login status and reauthorize by running the unified setup trigger, which verifies the current session and handles reauthorization automatically. This single command manages the full login lifecycle without manual intervention.

Do I need Node.js to set up WeChat ClawBot integration?

Node.js is required to set up WeChat ClawBot, as the automation script relies on internal Node APIs for QR code generation, long-polling for scan completion, and configuration persistence. Ensure your environment supports Node.js execution before triggering the setup.

Why does WeChat ClawBot configuration fail to persist after scanning the QR code?

WeChat ClawBot configuration persistence relies on successful long-polling detection of the QR code scan completion. If the polling times out or the Node.js script lacks write permissions, the configuration file will not save, preventing the login session from persisting.