airtable
Read Airtable bases, tables, and records directly via the Airtable API. Use when you need spreadsheet/database data from Airtable. Calls api.airtable.com directly with no third-party proxy.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codeninja23/native-airtableWhat This Skill Does
The Airtable skill for OpenClaw provides a native interface to communicate directly with your Airtable workspaces. By utilizing the official Airtable REST API, this skill allows users to fetch, filter, and search data across their bases and tables without the need for third-party middleware or proxies. Whether you are managing complex project trackers, CRM databases, or content calendars, this tool treats your Airtable base as a first-class data source within your AI agent environment. It supports granular field selection, complex filtering using Airtable formulas, and record retrieval by specific IDs, making it an essential utility for data-driven workflows.
Installation
To integrate this skill, ensure you have the OpenClaw environment active. Execute the following command in your terminal: clawhub install openclaw/skills/skills/codeninja23/native-airtable. Once installed, navigate to the Airtable developer portal to generate a Personal Access Token (PAT). Ensure the token has data.records:read and schema.bases:read permissions enabled. Securely export this token to your environment variables as AIRTABLE_PAT. This token serves as the authentication handshake between the skill and Airtable's secure API servers.
Use Cases
This skill is ideal for automating reporting, syncing project status updates into your AI chat, or performing complex lookups on large datasets. For instance, you can use it to retrieve a list of high-priority tasks from a project tracker and summarize them in a daily briefing. It is also perfect for CRM management, where you might need to quickly pull contact information during a customer interaction or filter your database for leads that meet specific criteria, such as incomplete follow-ups or specific deal statuses.
Example Prompts
- "Check my 'Project Alpha' base and list all tasks in the 'Tasks' table that have a status of 'In Progress'."
- "Search the 'Clients' table in my 'Business' base for any records containing 'Acme Corp' and provide their contact email."
- "Summarize the last 5 records from the 'Content Schedule' view in the 'Marketing' base."
Tips & Limitations
- Case Sensitivity: Table names must match exactly as they appear in Airtable. Always use quotes to handle names with spaces.
- Authentication: Only Personal Access Tokens (PAT) are supported; legacy API keys are deprecated and will not function.
- API Limits: While read operations are generally generous, stay mindful of Airtable's rate limits if building high-frequency automated scripts.
- Data Privacy: Because this tool accesses your data directly, ensure your PAT is stored in your environment file rather than hard-coded into your scripts to prevent accidental exposure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codeninja23-native-airtable": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
linear
Query and manage Linear issues, projects, cycles, and teams via the Linear GraphQL API. Use when you need to list or create issues, check cycle status, manage projects, or search across your workspace. Calls api.linear.app directly with no third-party proxy.
hubspot
Query and manage HubSpot CRM data via the HubSpot API. Use when you need to search or manage contacts, companies, deals, tickets, or pipelines. Supports creating, updating, and associating CRM objects. Calls api.hubapi.com directly with no third-party proxy.
clawpod
Read any website or search Google, even when sites block bots or are geo-restricted. Handles CAPTCHAs, JavaScript rendering, and anti-bot protection server-side via residential proxies. Returns HTML or structured JSON.
stripe
Query and manage Stripe data via the Stripe API. Use when you need to list charges, customers, invoices, subscriptions, payment intents, refunds, products, or prices. Supports filtering, pagination, and creating/updating customers and refunds. Calls api.stripe.com directly with no third-party proxy.
google-analytics
Query Google Analytics 4 (GA4) data directly via the Analytics Data API. Use when you need website analytics like top pages, traffic sources, sessions, users, conversions, bounce rate, or any GA4 metrics and dimensions. Supports custom date ranges, filtering, and multi-metric queries. Calls analyticsdata.googleapis.com directly with no third-party proxy.