What problem does it solve?
It lets an agent manage WeChat Work WeDrive (企业微信微盘) content programmatically—creating spaces and folders, uploading images and videos, and generating share links—without manually handling access tokens or the WeChat Work API.
Core Features & Use Cases
- Space and folder management: Create and register spaces, set default upload folders, list directories, rename, move, and delete files, with space/folder IDs cached locally in spaces.json.
- Upload and share workflow: Upload images (≤10MB) or videos (chunked) and generate file-level share links via
file-share so colleagues can view files directly without joining a space.
- Use Case: After generating a marketing poster, upload it to the team's WeDrive space and send the file share link to colleagues in one chained command flow: space-create → mkdir → upload → file-share.
Quick Start
Ask the agent to upload a local image to the default WeChat Work WeDrive space and return a shareable file link for your colleagues.