airtable-records

Interact with the Airtable API to manage records, fields, and comments.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill airtable-records
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable-records
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/airtable-records
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill airtable-records

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, airtable, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of interacting with Airtable bases and tables, allowing users to browse, inspect, create, and manage records without manual API configuration.

Core Features & Use Cases

  • Base and Table Browsing: Explore and list all Airtable bases and tables.
  • Record Management: Create, read, update, and delete records.
  • Field and Comment Management: Modify fields, add comments, and manage attachments.
  • Use Case: Ideal for automating data entry and management tasks, such as updating project statuses, tracking tasks, or managing customer information.

Quick Start

List all accessible Airtable bases using the airtable_list_bases command.

Frequently Asked Questions about airtable-records

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Airtable record management without manual API configuration?

You can automate Airtable record management by using this Skill to interact directly with the Airtable API. It handles Python library operations and OAuth authentication, allowing you to create, read, update, and delete records programmatically.

Can I browse and list all my Airtable bases and tables programmatically?

Yes, you can browse and list all accessible Airtable bases and tables. The Skill provides commands like airtable_list_bases to explore your workspace structure and inspect available tables before performing record operations.

What do I need to set up before managing Airtable records with Python?

Before managing Airtable records, you need OAuth authentication through ClawLink and the Python requests and airtable libraries installed. This setup enables the API interactions required for field editing and comment insertion.

Does this approach support adding comments and modifying fields in Airtable?

Yes, the approach supports modifying fields, adding comments, and managing attachments within Airtable. These field and comment management features allow you to update project statuses and track tasks directly through API interactions.

What's the best way to handle bulk data entry and status updates in Airtable?

The best way to handle bulk data entry and status updates in Airtable is through API automation. This Skill streamlines creating, reading, updating, and deleting records, making it ideal for managing customer information or project tracking tasks.