Content Under Development

This page is still being written. Some sections may be incomplete or subject to change.

Go Hands-Free with WorkBuddy Driving NocoBase

WorkBuddy is a full-scenario workplace AI agent by Tencent — describe your needs in one sentence, and it autonomously plans steps and executes them. After connecting it to NocoBase, you can remotely control your business system through WeCom, Lark, DingTalk, and other platforms, completing daily management tasks without opening a browser.

What Is WorkBuddy

WorkBuddy is Tencent's "full-scenario workplace AI agent desktop workstation." Unlike ordinary AI conversational tools, WorkBuddy automatically breaks down, plans, and executes tasks when it receives them, ultimately delivering a verifiable result — without requiring your step-by-step guidance.

Core features:

  • Autonomous planning and execution — Automatically breaks tasks into steps, executes them one by one, and delivers complete results
  • Multi-platform access — Supports WeCom, Lark, DingTalk, QQ, and other mainstream Chinese enterprise platforms
  • 20+ built-in skills — Document generation, data analysis, PPT creation, email editing, and more — ready to use out of the box
  • Local file operations — Can read and process local files you authorize

In short, traditional AI tools give you suggestions and leave you to do the work; WorkBuddy does the work for you.

Traditional AI ChatWorkBuddy
Can only chat, gives suggestionsCan actually execute tasks
Requires manual file operationsAutomatically operates local files
Single-step simple tasksMulti-step complex tasks, auto-decomposed
Outputs text repliesDelivers verifiable results

Why Choose WorkBuddy

If you're deciding which AI Agent to use for operating NocoBase, here are the scenarios where WorkBuddy fits best:

  • Team uses WeCom / Lark / DingTalk — WorkBuddy supports the broadest range of Chinese enterprise platforms, with the widest coverage
  • Need mobile control of NocoBase — Manage your system anytime from anywhere, without device restrictions
  • Want out-of-the-box experience — Made by Tencent, with 20+ built-in skills and a low configuration barrier
  • Focus on task automation — WorkBuddy excels at automatically decomposing and executing multi-step tasks, suitable for daily operations and management

How It Connects

WorkBuddy works with NocoBase in the following way:

You (WeCom / Lark / DingTalk / ...)
  |
  └─→ WorkBuddy
        |
        ├── NocoBase Skills (enables Agent to understand NocoBase configuration system)
        |
        └── NocoBase CLI (executes create, modify, deploy, and other operations)
              |
              └─→ NocoBase Service (your business system)

You send instructions from any supported platform, WorkBuddy completes NocoBase operations on the backend through Skills and CLI, and results are pushed back to your chat window in real time.

Prerequisites

Before starting, make sure you have the following environment ready:

  • WorkBuddy account (registration portal)
  • Node.js 22 (for running NocoBase CLI and Skills)
  • If you already have a NocoBase instance, it needs to be version >= 2.1.0-alpha.22
Note

WorkBuddy is currently under rapid iteration, and some features may change. It is recommended to follow the WorkBuddy official documentation for the latest information.

Quick Start

One-Click AI Installation

Copy the prompt below to WorkBuddy, and it will automatically complete NocoBase CLI installation, initialization, and environment configuration:

Help me install NocoBase CLI: https://docs.nocobase.com/en/ai/ai-quick-start.md

Manual Installation

npm install -g @nocobase/cli@beta
mkdir my-nocobase && cd my-nocobase
nb init --ui

The browser will automatically open a visual configuration page, guiding you to install NocoBase Skills, configure the database, and start the application. For detailed steps, see Quick Start.

After installation is complete, run nb ps to confirm the environment status:

nb ps

Confirm the output shows the configured environment and its running status.

FAQ