nocobase-data-analysis
Installation
SKILL.md
Goal
Use NocoBase MCP tools to locate the right collection, query business data safely, and produce reliable summaries or grouped analysis.
Prerequisite
- NocoBase MCP must already be reachable and authenticated.
- If MCP returns authentication errors such as
Auth required, stop and ask the user to refresh MCP authentication before continuing.
Default strategy
- Inspect the data source path first.
- Prefer the
maindata source. - If the target collection is not in
main, inspect other enabled data sources. - Once the collection is located, use that
dataSourceexplicitly in every subsequentresource_*call. - Prefer
resource_queryfor counts and grouped analysis only after confirming the query parameter contract. - Fall back to
resource_listplus manual counting when query results are suspicious or need cross-checking.
Useful references: