WeCom CLI One-Click Installer
Paste the following prompt into your AI chat to install this skill:
Follow the guide at https://skillhub.cn/install/skillhub.md to install @user_af28adda/wecom-cli-installer into your AI assistant.
About this skill
Problem
Installing the WeCom CLI is not just adding a command. It depends on a suitable Node.js runtime, a discoverable global executable, bot credentials, and interactive terminal initialization. Manual setups often fail because of incorrect Bot ID or Secret values, missing visible members, incomplete permissions, network delays, missing PATH entries, or automation that avoids a real TTY.
How the skill works
The skill turns installation into a guided sequence: it checks the Node.js requirement, leads the user to create an API-mode bot in the WeCom console, save credentials, assign visible members, and enable required permissions, then completes initialization in a real terminal. It also provides verification steps and troubleshooting hints for issues such as missing command, connection failures, old Node.js versions, registry timeouts, and stale local configuration. It acts as an installation guide and triage checklist rather than a replacement for WeCom permission administration.
Boundary: if a working configuration already exists, switch to usage documentation; if the bot still cannot connect, review bot status, visible members, permissions, and local configuration.
Use Cases
- Set up WeCom CLI on a new dev machine, including API bot creation and init.
- Triage command-not-found or init failures using Node, PATH, and config checks.
- Resolve slow npm installs or connection issues via registry, bot, and member checks.
- Check existing WeCom CLI config before switching to usage documentation.
Best For
- Full-stack engineers integrating WeCom bot APIs who need a working local CLI.
- Toolchain engineers troubleshooting Node, PATH, npm registry, and failed init.
- Tool owners enabling WeCom bots for internal teams who need a reproducible CLI setup.
- Developers debugging MCP or credential configuration who need to inspect local config files.
Related Skills
A systematic code error fixing skill that follows a five-step workflow: Reproduce, Isolate, Understand, Fix, Verify, to help developers resolve code errors.
Supports inline SVG/HTML rendering and Mermaid code output, covering common technical diagram creation like architecture and flow diagrams.
A comprehensive browser automation guide covering navigation, interaction, multi-tab management, and data collection, tailored for domestic web ecosystems and tools like Playwright/Selenium.
Control Windows WeChat through GUI automation to search contacts and send text, images, or files without official APIs.