logologo
Get Started
Tutorials
Guide
Development
Plugins
API
Home
English
简体中文
日本語
한국어
Español
Português
Deutsch
Français
Русский
Get Started
Tutorials
Guide
Development
Plugins
API
Home
logologo
Overview
Quick Start

Features

Configure LLM Service
Enable AI Employees
Collaborate with AI Employees
Add Context - Blocks
Web Search
Use Skills
Use Tools
MCP Integration
Shortcut Tasks
Built-in AI Employees
New AI Employee
Permission Control
File Management

AI Knowledge Base

Overview
Vector Database
Vector Store
Knowledge Base
RAG

Workflow

LLM Nodes

Text Chat
Multimodal Chat
Structured Output
NocoBase MCP
NocoBase Skills

Application Practices

Viz: CRM Scenario Configuration
Prompt Engineering Guide
Next PageOverview

#NocoBase Skills

WARNING

NocoBase Skills are still in draft status. The content is for reference only and may change at any time.

NocoBase Skills provides a set of reusable skills for coding agent CLIs such as Codex, Claude Code, and OpenCode, helping you work more efficiently on installation, data modeling, UI building, and workflow setup.

#Installation

  1. Install a coding agent CLI, such as Codex, Claude Code, or OpenCode.

  2. Install Skills through skills.sh.

Install all NocoBase Skills from this repository:

mkdir nocobase-app-builder && cd nocobase-app-builder
npx skills add nocobase/skills

#Recommended Workflow

  1. Install NocoBase, if it is not already installed.

You can ask your agent to do it directly:

Install and start NocoBase.
  1. Set up the NocoBase MCP Server.

You can also ask your agent to configure it:

Set up NocoBase MCP connection.

You can also configure it manually. See NocoBase MCP.

  1. Start data modeling and application building.

For example, you can tell your agent:

I am building a CRM, design and create collections.

After the MCP connection is ready, most NocoBase APIs can be accessed through MCP tools.