Office automation solution
Positioning
Combo Agent is not a standalone chat box—it lives inside your collaboration stack (Feishu / WeCom / mail / WeChat Official Account), turning Agents into everyday work:
- Message in → task starts
- Meeting minutes auto-summarized
- Docs / spreadsheets maintained automatically
- Approvals / tasks / calendars routed automatically
Ecosystem coverage
Feishu / Lark
20 atomic capabilities: IM · docs · Base · calendar · approvals · tasks · Minutes · VC · mail · wiki
WeCom
Directory · IM · docs · meetings · calendar · tasks
Mail SMTP · IMAP
Send · receive · rules · attachments
WeChat OA publishing
Articles · send · asset management
Typical scenarios
Scenario 1: meeting-minutes workflow
“Summarize last week’s review meetings, grouped by customer.”
Agent: pull Feishu Minutes → decisions / tasks / risks → customer buckets → structured report → post to channels + archive to KB.
Skill: lark-workflow-meeting-summary
Scenario 2: calendar + task digest
“What do I have today? What tasks are still open?”
Agent: read calendar → task list → sort by priority and time → morning brief.
Skill: lark-workflow-standup-report
Scenario 3: auto distribution of review results
After code / requirement / patent review, notify stakeholders automatically.
Agent: infer recipients from doc metadata + org chart → render Feishu rich text / WeCom cards / email → multi-channel delivery → receipt tracking.
Scenario 4: doc batch ops
“Push this requirement baseline change list back into Feishu Base.”
Agent: read change list → open target Base → map fields → incremental upsert.
Skills: lark-base · document-editing
Scenario 5: Official Account publishing
Polish a Feishu article → layout → publish to OA.
Agent: read Feishu doc → wechat-official-publish → upload assets → layout → publish (or draft for human approval).
Recommended bundles
| Goal | Skill mix |
|---|---|
| Team-driven Agents | lark-* + memory-sdk + graft |
| Deep WeCom | wecom-* + event-trigger |
| Mail-driven flows | SMTP/IMAP + event-trigger |
| Content + external publish | docx + document-editing + wechat-official-publish |
| Cross-platform rollups | lark-* + wecom-* + memory-sdk |
Credentials & security
- Each platform has separate credentials managed by the platform Credential layer
- Isolation by tenant / user / project as needed
- Full audit logs for outbound calls; sensitive bodies/attachments masked per policy
Related docs
- 🛠️ Skill hub: Ecosystem overview
- 🔌 Guides: Feishu · WeCom · Email
- 📖 Concepts: Channels · Event trigger