What problem does it solve? Managing WeCom (企业微信) documents programmatically requires handling asynchronous export tasks, docid/URL resolution, and Markdown-based content overwrites, which is tedious to script manually against raw APIs. ## Core Features & Use Cases - Document Content Export: Retrieve full document content in Markdown format using an asynchronous polling mechanism with task_id. - Document Creation: Create new documents (doc_type=3) or smart sheets (doc_type=10) and receive the docid and access URL. - Content Overwriting: Replace a document's entire body with Markdown content, addressing documents by either docid or URL. - Use Case: An AI agent can read a project report document, generate a weekly summary in Markdown, and write it into a newly created WeCom document, all through wecom-pro CLI commands. ## Quick Start Ask the agent to read the content of a WeCom document by running wecom-pro doc get_doc_content with the document's docid or URL.