docs/docs/en/ai/openclaw/index.md
:::warning Content Under Development
This page is still being written. Some sections may be incomplete or subject to change.
:::
OpenClaw is the world's most popular open-source AI Agent framework — it doesn't just chat, it actually executes tasks. After connecting it to NocoBase, you can use natural language to create data tables, build pages, configure workflows, and even let it run 24/7 autonomously to continuously maintain your business system.
<!-- Screenshot needed: OpenClaw operating NocoBase in a Lark conversation -->OpenClaw is an open-source AI Agent framework created by developer Peter Steinberger, and one of the hottest AI Agent projects in the world (GitHub 300k+ Stars). Its positioning is "an AI assistant that gets things done." Unlike conversational tools like ChatGPT and Claude, OpenClaw has four core features:
OpenClaw supports 26+ platforms including Lark, Telegram, and Discord, so you can chat with it directly in the tools you use for daily work. Lark users can deploy with one click, no technical background required.
If you're deciding which AI Agent to use for operating NocoBase, here are the scenarios where OpenClaw fits best:
OpenClaw works with NocoBase in the following way:
You (Lark / Telegram / ...)
|
└─→ OpenClaw Agent
|
├── NocoBase Skills (enables Agent to understand NocoBase configuration system)
|
└── NocoBase CLI (executes create, modify, deploy, and other operations)
|
└─→ NocoBase Service (your business system)
Before starting, make sure you have the following environment ready:
:::warning Note
When installing third-party Skills, pay attention to security — prioritize official or trusted Skills sources and avoid installing unreviewed community skills.
:::
Copy the prompt below to OpenClaw, and it will automatically complete NocoBase CLI installation, initialization, and environment configuration:
Help me install NocoBase CLI and complete initialization: https://docs.nocobase.com/ai/ai-quick-start.md (please read the linked content directly)
npm install -g @nocobase/cli
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 env list to confirm the environment status:
nb env list
Confirm the output shows the configured environment and its running status.