What problem does it solve? Managing WeCom (Enterprise WeChat) online doc documents programmatically is tedious when done by hand. This Skill lets an AI agent create new doc documents, import local .doc/.docx/.txt files, read document content, and append or overwrite text through the wecom-cli command line tool. ## Core Features & Use Cases - Create and import documents: Generate a .docx file from a JSONL spec (headings, paragraphs, tables, page breaks) via the build_docx.py script, then import it as a WeCom doc document. - Read document content: Fetch doc content as text, markdown, or OOXML using the document's docid extracted from its URL. - Append or overwrite content: Append text to the end of a document by default, or fully overwrite it only when the user explicitly requests replacement. - Use Case: A user asks to turn meeting notes into a WeCom online document. The agent writes a JSONL spec, builds a formatted .docx, imports it with wecom-cli, and returns the shareable document URL. ## Quick Start Ask the agent to create a WeCom doc document from your notes, or provide a doc.weixin.qq.com link and ask it to read, append to, or overwrite that document.