A powerful command-line interface for managing Baserow databases, enabling seamless row manipulation and table discovery through JSON-based workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install baserow-cli
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 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 professional-grade tool designed for interacting with Baserow, the leading open-source alternative to Airtable. As a core component of Openclaw Skills, it provides a structured way for developers and AI agents to manage relational data directly from the terminal. The tool is built to handle complex database workflows, including querying specific data points, updating multiple records simultaneously, and inspecting table architectures.
By prioritizing JSON output, this skill integrates perfectly with modern developer stacks, allowing for easy piping into utilities like jq or custom automation scripts. It bridges the gap between manual data entry and automated data processing, making it an essential asset for anyone building data-driven applications or autonomous agent routines.
Install the CLI using your preferred Python package manager:
uv tool install baserow-cli # or: pip install baserow-cli
baserow config init # starts the interactive setup wizard
Ensure you set the following environment variables in your shell profile or environment file:
BASEROW_TOKEN: Your personal access token.BASEROW_URL: The base URL of your Baserow instance.BASEROW_TABLE: (Optional) The default table ID for row operations.The skill manages data across three primary layers, ensuring a clear taxonomy for Openclaw Skills users:
| Level | Description | Key Identifiers |
|---|---|---|
| Tables | The primary containers for data sets. | Table ID |
| Fields | Defined columns within a table representing data types. | Field Name |
| Rows | Individual records containing specific field values. | Row ID |
All input and output data defaults to JSON format, where field keys correspond to the actual field names defined in the Baserow UI, rather than internal IDs.
--json - flag.--yes requirement for destructive delete operations in non-TTY environments.--filter and --order-by for complex row retrieval.~/.config/baserow-cli/config.toml or CLI flags.Loading
Interact with Baserow databases to manage rows, tables, and fields directly from your AI agent using Openclaw Skills.

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 high-performance internet search skill for AI agents utilizing a self-hosted SearXNG instance for multi-engine data aggregation.

A robust command-line interface for Plane.so that enables developers and AI agents to manage projects, issues, and states using structured JSON output.








































