What problem does it solve? Managing WeCom (Enterprise WeChat) online doc documents requires navigating multiple APIs for creation, import, reading, and content updates. This Skill consolidates those operations into a single guided workflow so an AI agent can create new docs, import local files, read content, and append or overwrite text without manual API handling. ## Core Features & Use Cases - Doc Creation & Import: Generate a .docx file from a JSONL spec via the build_docx.py script, then import .doc/.docx/.txt files as WeCom online docs with a returned docid and URL. - Content Read & Write: Read doc content as text, markdown, or OOXML, append text to the end of a doc, or fully overwrite content from a string or local file. - Smart Routing: Distinguishes doc requests from smartpage, sheet, and doc-manage scenarios, and resolves docid from URLs or document search. - Use Case: A user asks to turn meeting notes into a WeCom online document. The Skill generates a formatted .docx, imports it, and returns a shareable document link. ## Quick Start Ask the assistant to create a WeCom online doc from your notes, or provide a doc.weixin.qq.com link and ask it to read, append to, or overwrite that document.