Home Tutorials Categories Skills About
ZH EN JA KO
📋

Airtable

Spreadsheet Notes & Task Management

Install Command

npx clawhub@latest install airtable

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Airtable to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Airtable appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Record Management View Queries Automation

Detailed Description

The Airtable skill connects OpenClaw to Airtable's flexible database platform, managing structured data through conversation.

Core Features

  • Record Operations: Create, read, update, and delete Airtable records
  • View Queries: Query data using defined views and filter criteria
  • Field Management: View table structure and field types
  • Formula Calculations: Leverage Airtable formula fields for data calculations
  • Linked Record Queries: Cross-table queries on linked records

Configuration

{
  skills: {
    airtable: {
      apiKey: "pat_xxx",
      defaultBase: "appXXXXXX"
    }
  }
}

Use Cases

  • "Add a new record to the customer management table"
  • "Query all projects with a status of In Progress"
  • "How many new leads were added this month?"
  • Content management, CRM, project tracking, and many other uses