@jzakirov/baserow
v0.1.2
Published
Baserow plugin for OpenClaw. Adds skills for managing tables, rows, and fields via the baserow CLI.
Downloads
49
Maintainers
Readme
openclaw-baserow
OpenClaw plugin for Baserow — the open-source Airtable alternative.
Adds agent skills for managing tables, rows, and fields via the baserow-cli.
Install
openclaw plugins install @jzakirov/baserowPrerequisites
The plugin requires the baserow CLI:
uv tool install baserow-cli # recommended
# or
pip install baserow-cliThen configure it:
baserow config initOr 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
