← Back to Plugins
Tools

Baserow

jzakirov By jzakirov 👁 49 views ▲ 0 votes

OpenClaw plugin for Baserow — the open-source Airtable alternative

GitHub

Install

pip install baserow-cli

README

# openclaw-baserow

[OpenClaw](https://openclaw.ai) plugin for [Baserow](https://baserow.io) — the open-source Airtable alternative.

Adds agent skills for managing tables, rows, and fields via the [`baserow-cli`](https://github.com/jzakirov/baserow-cli).

## Install

```bash
openclaw plugins install @jzakirov/baserow
```

### Prerequisites

The plugin requires the `baserow` CLI:

```bash
uv tool install baserow-cli   # recommended
# or
pip install baserow-cli
```

Then configure it:

```bash
baserow config init
```

Or set environment variables:

| Variable | Description |
|----------|-------------|
| `BASEROW_TOKEN` | Database token (Settings > Database tokens) |
| `BASEROW_URL` | Your Baserow instance URL |
| `BASEROW_TABLE` | Default table ID (optional) |

## What's Included

| Component | Description |
|-----------|-------------|
| `skills/baserow` | Agent skill teaching the `baserow` CLI commands, workflows, and conventions |

## License

MIT
tools

Comments

Sign in to leave a comment

Loading comments...