airtable-automation
Automate Airtable Database Operations
Manage Airtable bases, tables, and records without manual API calls. This skill handles schema discovery, record operations, and batch processing through Rube MCP integration.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "airtable-automation". List all bases and show tables in the first base
Resultado esperado:
- Base: Customer CRM (appABC123...)
- - Tables: Contacts, Companies, Deals, Activities
- Base: Project Tracker (appXYZ789...)
- - Tables: Projects, Tasks, Team Members
Usando "airtable-automation". Find active deals with value over 10000
Resultado esperado:
- Found 3 matching records:
- - Acme Corp Expansion: $25,000 (Stage: Proposal)
- - TechStart Integration: $15,000 (Stage: Negotiation)
- - GlobalServ Migration: $12,500 (Stage: Discovery)
Auditoría de seguridad
Riesgo bajoStatic analyzer flagged 62 external_commands and 6 cryptographic patterns, but all are FALSE POSITIVES. The SKILL.md file is documentation-only (Markdown format). Detected backticks are code formatting, not shell execution. No executable code or cryptographic functions exist. Network reference is documented MCP endpoint URL. Safe to publish with documented external_dependencies on Rube MCP and Airtable API.
Problemas de riesgo bajo (1)
Factores de riesgo
⚙️ Comandos externos
🌐 Acceso a red (1)
Puntuación de calidad
Lo que puedes crear
CRM Contact Management
Automatically sync and update customer records, track interaction history, and manage sales pipeline stages in Airtable
Project Task Tracking
Create and update project tasks, assign team members, track status changes, and generate progress reports
Content Calendar Automation
Schedule content publishing, manage editorial workflows, and track content status across multiple channels
Prueba estos prompts
Show me all Airtable bases I have access to and their table structures
Find all records in the Projects table where Status equals 'In Progress' and sort by Due Date
Create 5 new task records in the Tasks table with the following data: [list task details with name, assignee, due date]
Update all records where the Due Date is before today and Status is not 'Complete' to mark them as 'Overdue'
Mejores prácticas
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before any operation
- Verify field names match schema exactly - they are case-sensitive
- Handle pagination by checking for offset in responses and passing it unchanged to subsequent requests
Evitar
- Do not change filters or sort order between paginated requests - this causes skipped or duplicated records
- Avoid exceeding Airtable rate limits (approximately 5 requests per second per base)
- Do not assume field names - always inspect schema with AIRTABLE_GET_BASE_SCHEMA first
Preguntas frecuentes
How do I connect my Airtable account to this skill?
What is the maximum number of records I can create at once?
Why am I getting UNKNOWN_FIELD_NAME errors?
How do I filter records using conditions?
Can I modify formula or rollup fields?
What happens if I hit Airtable's rate limit?
Detalles del desarrollador
Autor
sickn33Licencia
MIT
Repositorio
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/airtable-automationRef.
main
Estructura de archivos
📄 SKILL.md