nocodb

Manage NocoDB records and table schemas via the Robomotion CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill nocodb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nocodb
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/nocodb
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill nocodb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NocoDB enables teams to manage databases without code, but automating routine table and record operations across NocoDB instances requires a reliable CLI workflow. This skill provides a clear command surface to list, create, update, and delete records, search and filter data, and manage table schemas from Robomotion.

Core Features & Use Cases

  • CRUD operations: list, create, update, and delete records in NocoDB tables.
  • Filtering and sorting: retrieve subsets of data using conditional queries and sort results.
  • Table management: view and modify table schemas and relationships.

Quick Start

Connect Robomotion to NocoDB, install the nocodb integration, and begin executing common data tasks immediately.

Frequently Asked Questions about nocodb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate NocoDB record creation and updates from the command line?

You can automate NocoDB record creation and updates using the Robomotion CLI to execute CRUD operations. This skill provides a command surface to list, create, update, and delete records across NocoDB tables without manual interface interaction.

Can I filter and sort NocoDB table data using a CLI workflow?

Yes, you can filter and sort NocoDB table data using conditional queries through the CLI workflow. This allows you to retrieve specific data subsets and sort results programmatically across your configured NocoDB instances.

What do I need to connect Robomotion to a NocoDB instance for data management?

To connect Robomotion to a NocoDB instance, you need the Robomotion CLI installed, a configured NocoDB base URL, and an API token. A session-based connection workflow is required to authenticate and manage your database operations.

Does this CLI approach support managing NocoDB table schemas and relationships?

Yes, this CLI approach supports managing NocoDB table schemas and relationships. You can view and modify table structures directly from Robomotion, allowing you to automate routine table operations across your NocoDB instances.

What is the best way to bulk delete records in NocoDB tables through automation?

The best way to bulk delete records in NocoDB tables through automation is using the Robomotion CLI. This skill enables automated deletion of records alongside listing, creating, and updating operations for streamlined database management.

Why use a CLI workflow for NocoDB CRUD operations instead of the native interface?

Using a CLI workflow for NocoDB CRUD operations enables reliable automation of routine table and record tasks. It allows teams to programmatically manage data, apply filters, and modify schemas across NocoDB instances without manual interface clicks.