Manage NocoDB bases, tables, and records through a powerful REST API integration for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nocodb
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nocodb using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The NocoDB skill empowers developers to interact with their self-hosted NocoDB instances directly within an AI-driven environment. By providing a bridge to perform spreadsheet-style database operations, this tool becomes a vital part of your Openclaw Skills library, allowing for seamless data manipulation and schema inspection. It is designed for those who need to maintain the flexibility of a spreadsheet while leveraging the power of a relational database through a clean REST API interface.
To integrate this capability into your environment, configure the following environment variables:
export NOCODB_URL="https://your-nocodb-instance.com"
export NOCODB_TOKEN="your-api-token"
You can obtain your API token by navigating to Team & Settings -> API Tokens in your NocoDB dashboard.
The skill organizes interaction around the following data hierarchy:
| Component | Identification | Function |
|---|---|---|
| Bases | Name or ID | Acts as the primary container for your data collections. |
| Tables | Name or ID | Represents specific spreadsheets or relational tables. |
| Columns | Schema Name | Defines the data types and field names for a given table. |
| Rows | Row ID | Individual records that can be queried, sorted, or filtered. |
Loading
A streamlined integration for saving bookmarks and notes to a private, self-hosted Karakeep instance directly from your development environment.

A powerful bridge between your self-hosted FreshRSS instance and your AI agent for streamlined news consumption.

A comprehensive suite of 54 MCP tools to manage WordPress content, media, and site health directly from your AI agent.

A unified messaging skill for Clawdbot that integrates with the Beeper Desktop API to manage chats across multiple platforms from a single interface.

An AI agent skill to automatically save URLs and articles to a self-hosted Readeck instance for organized reading and archival.

A specialized skill for sending web content and documents to reMarkable e-ink tablets via the cloud for distraction-free reading.








































