Skip to content
Empower Your AI · Open Source · Apache 2.0

|

Make Your AI Model a WeCom Development Expert

One-line MCP setup · Structured API references · Gotcha guides · Reusable code templates

41Skills
550+APIs
75+Callbacks
MCPOne-Line Setup
5Languages
Heritage
A YuanQue Open Ecosystem Project

6 Years Deep, Battle-Tested

Born from the YuanQue team's 6 years of hands-on WeCom development experience

500+ Enterprises Trust

Every gotcha guide, parameter constraint, and edge case comes from frontline practice, validated in production at scale

Battle-testedProduction-grade

6 Years in WeCom

Covering the full WeCom business pipeline, from customer acquisition to data analytics

AcquireManageOperateMarketServeAnalyze

YuanQue SCRM

Open-source WeCom SCRM solution, 100% source code open, with AI customer service and private deployment

Open SourceAI ServicePrivate Deploy
What

Turn AI from "Random Guessing" to "Precise Querying"

AI models don't understand WeCom API details by default. SKILLs give them precise knowledge of every endpoint's real constraints.

Without SKILL
Build me an auto welcome message feature

Sure, let me write that…

// ❌ Fabricates API from memory
// ❌ Misses WelcomeCode 20s expiry
// ❌ Confuses follow_user vs follow_info
With SKILL
Build me an auto welcome message feature

Loaded wecom-crm-customer, note:

  • Listen for add_half_external_contact callback
  • WelcomeCode valid for only 20 seconds
  • First GET /externalcontact/get to fetch channel
MCP

The Most Elegant Integration

One config line, let your AI tool automatically access WeCom development knowledge

mcp.json
{
  "mcpServers": {
    "omnisockit": {
      "command": "npx",
      "args": ["@omnisockit/mcp-server"]
    }
  }
}

Zero Config

No API Key, no Docker, no server. Just install Node.js and go.

On-Demand Loading

AI reads only the SKILL it needs. No context overload, no wasted tokens.

Zero Risk

No external API calls, knowledge-only. Your code, your control.

Compatible with all mainstream AI tools · More platforms · Coming soon

Why

Core Value

Not just a documentation mirror, but knowledge engineering deeply optimized for AI

Precise API Knowledge

Every endpoint with exact parameters, response structures, and constraints

Endpoint-level precisionTraceable doc_idComplete param types

Gotcha Guide

Real-world pitfalls, field ambiguities, and time-sensitive constraints

WelcomeCode 20s limitremark_mobiles overwritelinkedcorp all-POST

Ready-to-Use Templates

Code templates in Python / TypeScript / Go / Java / PHP

5-language standardsAuto paginationError code mapping
How

How to Use

Four steps to make AI your WeCom development expert

Step 01

Add MCP Config

Add one JSON config to your AI tool

Step 02

AI Auto-Discovers

AI automatically finds 41 WeCom SKILLs to read

Step 03

Ask a Question

Chat normally with AI, it reads SKILLs on demand

Step 04

Precise Output

Generates code with precise knowledge, auto-avoids pitfalls

Compatible with all mainstream AI tools

Claude Desktop Claude Code Cursor Windsurf VS Code + Copilot Trae Cline Cherry Studio
View MCP Setup Guide
Showcase

Real-World Comparison

Same dev request — the quality gap between AI with and without SKILLs is crystal clear

Dimension Without SKILL With SKILL
API PathMay fabricate non-existent endpointsPrecise to /externalcontact/resigned/transfer_customer
Field AmbiguityUnaware of follow_user vs follow_info differenceProactively flags as CRITICAL gotcha
Transfer TypesConfuses on-job and resigned transferProvides 6-dimension comparison table
Chat ArchiveMay fabricate HTTP APIClearly states C/C++ SDK required
Error HandlingThinks errcode=0 means all successReminds to check each customer[].errcode
Skills

All 41 Skills

Each SKILL includes API quick reference · Parameter details · Gotcha guide · 5-language templates

Open Source

Open Source Community

Fully open source, community-driven, continuously evolving

Apache 2.0

Free to use and modify, with explicit patent protection

Continuously Updated

Tracks official WeCom API changes to keep knowledge in sync

Contribution Guide

Fork → Add/Modify SKILL → Submit PR

Released under the Apache 2.0 License.