WeChat Mini Program Modes
| Mode | Where the Task Runs | Requires PC Online | Suitable Tasks |
|---|---|---|---|
| Local Mode | Connected PC | Yes | Local files, local Skills, existing workspaces |
| Cloud Mode | Isolated cloud environment | No | Web research, text drafting, temporary analysis |
First-Time Use
- Access the WorkBuddy mini-program from the official entry and log in;
- Verify whether you are currently in Local or Cloud mode;
- In Local mode, make sure your target PC is online and correctly connected;
IM Assistant Architecture
sequenceDiagram
participant U as Mobile IM
participant B as App Bot
participant W as WorkBuddy Assistant
participant P as Local Workspace
U->>B: Send Task
B->>W: Callback or long-connection message forwarding
W->>P: Execute in authorized directory
P-->>W: Output assets and status
W-->>B: Return results
B-->>U: View and confirm on mobileIntegrating WeChat Assistant: Scan QR Code to Link
- Open WorkBuddy, click the gear icon in the left "Assistant" sidebar to enter "Assistant Settings";
- Find "WeChat Assistant Integration" and click "Configure";
- Wait for the QR code to generate, then scan it with your mobile WeChat;
- Once the status shows "Linked", send a read-only test command;
- To switch WeChat accounts, unlink the current account first and scan the QR code again.
The QR code is time-sensitive. If it gets stuck in "Linking", expires, or scanning fails, close the configuration panel and re-enter, or restart WorkBuddy and re-generate the QR code.
Source: WorkBuddy Official Guide.
Integrating Lark (Feishu)
- WorkBuddy -> Settings -> Assistant Settings -> Select Lark;
- Create a custom enterprise app on the Lark Open Platform;
- Add Bot capabilities to the application;
- Enable the minimum required permissions as indicated on the WorkBuddy page;
- Retrieve App ID and App Secret under "Credentials & Basic Info";
- Fill in the credentials in WorkBuddy and copy the generated callback URL;
- Configure event subscriptions and callbacks in Lark;
- Add event subscriptions like receiving messages and card interactions as described in the guide;
- Create a version and release the application;
- Send a read-only test message to the bot in Lark to verify.
Source: WorkBuddy Official Guide.
Integrating DingTalk
- Log in to the DingTalk Developer console using an administrator account to create the application;
- Go to "Application Development" and create the app;
- Add Bot capabilities to the app, fill in the bot name, description, and avatar, and confirm publication;
- Run verification tests in a test organization or group first.
Source: WorkBuddy Official Guide.
References
Part of this series
WorkBuddy In Action
View all guides in this series →