What problem does it solve?
This Skill simplifies the process of working with Airtable databases using curl, providing CRUD operations and other essential functionalities without needing an Airtable server or OAuth flow.
Core Features & Use Cases
- CRUD Operations: Perform Create, Read, Update, and Delete operations on Airtable records via curl.
- Filters and Sorts: Apply advanced queries with filters, formulas, and sort orders for complex record manipulations.
- Custom Token Setup: Set up Personal Access Tokens and manage base access lists.
- JSON Interactions: Send and receive JSON data for detailed interaction with the Airtable API.
- Use Case: Ideal for users who need to integrate Airtable data into scripts or tools and want to bypass traditional OAuth flows for convenience.
Quick Start
Set up your personal access token and run: curl "https://api.airtable.com/v0/app.../tbl.../rec...?fields=Name,Status" -H "Authorization: Bearer pat_your_token_here" | python3 -m json.tool