Interact with Baserow databases to manage rows, tables, and fields directly from your AI agent using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install baserow-cli-tool
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 baserow-cli-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Baserow CLI is a powerful tool designed to bring the flexibility of the open-source Airtable alternative directly to your terminal. As part of the Openclaw Skills ecosystem, it allows developers and AI agents to query data, create or update rows, and inspect complex table structures without leaving the command line.
This skill bridges the gap between structured database management and automated workflows. By leveraging Openclaw Skills, you can transform raw JSON data into actionable database entries, ensuring that your data-driven applications remain synchronized and efficient.
Install the tool via your preferred package manager:
uv tool install baserow-cli
# or
pip install baserow-cli
Initialize the configuration using the interactive wizard:
baserow config init
Ensure your environment variables are set to allow Openclaw Skills to communicate with your instance: BASEROW_TOKEN, BASEROW_URL, and BASEROW_TABLE. Configuration is stored at ~/.config/baserow-cli/config.toml.
The skill interacts with Baserow resources organized by IDs and field names. Use the following table to understand the organization:
| Resource | Description |
|---|---|
| Tables | Managed via unique IDs; provides the structural container for data. |
| Fields | Defined by names and types; accessible via the field list command. |
| Rows | Individual data entries containing field-value pairs in JSON format. |
All metadata and configuration are stored in a TOML format, which Openclaw Skills can reference for default database and table settings to reduce command verbosity.
Loading
A comprehensive automation skill for sending Feishu messages, managing group chats, and uploading media through the Lark Open Platform API.

A powerful multi-backend web search skill that enables AI agents to perform real-time information retrieval and recursive deep research.

A core utility that enables AI agents to read, view, and process the contents of various text-based files including source code and configuration files.

A comprehensive audio manipulation toolkit for trimming, volume control, format conversion, and audio extraction from video files.

A powerful command-line interface for managing Baserow databases, enabling seamless row manipulation and table discovery through JSON-based workflows.

A high-performance internet search skill for AI agents utilizing a self-hosted SearXNG instance for multi-engine data aggregation.








































