Baserow CLI for Openclaw

Interact with Baserow databases to manage rows, tables, and fields directly from your AI agent using Openclaw Skills.

jzakirov
v0.1.0
Mar 6, 2026
0
735
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install baserow-cli-tool

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Baserow CLI?

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.

Baserow CLI Use Cases

  • Automating lead generation by piping JSON data into Baserow tables using Openclaw Skills.
  • Synchronizing local application data with a central Baserow database.
  • Performing batch updates or deletions during database migrations or cleanups.
  • Inspecting table schemas and field types to dynamically generate AI prompts.

How Baserow CLI Works

  1. The user initiates a request through an AI agent equipped with Openclaw Skills to interact with a Baserow instance.
  2. The skill authenticates using the BASEROW_TOKEN and connects to the specified BASEROW_URL.
  3. Commands like baserow rows list or baserow tables get are executed to retrieve or modify data.
  4. Data is exchanged in JSON format, allowing for easy parsing and integration with other CLI tools or agents.
  5. The agent confirms destructive actions or completes the workflow by providing the processed output within the Openclaw Skills framework.

Baserow CLI Setup

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.

Baserow CLI Data Schema & Taxonomy

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.

Baserow CLI Advanced Features

  • Support for batch operations (batch-create, batch-update, batch-delete) for high-volume data processing within Openclaw Skills.
  • Seamless integration with Unix pipes, allowing you to use cat or jq alongside Openclaw Skills for complex data transformations.
  • Advanced filtering and ordering capabilities for complex data querying using --filter and --order-by flags.
  • Non-interactive mode support with the --yes flag, essential for automated agent environments using Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*