airtable-automation
自動化 Airtable 資料庫操作
無需手動呼叫 API 即可管理 Airtable 基礎資料庫、資料表和記錄。此技能透過 Rube MCP 整合處理結構探索、記錄操作和批次處理。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「airtable-automation」。 List all bases and show tables in the first base
預期結果:
- Base: Customer CRM (appABC123...)
- - Tables: Contacts, Companies, Deals, Activities
- Base: Project Tracker (appXYZ789...)
- - Tables: Projects, Tasks, Team Members
正在使用「airtable-automation」。 Find active deals with value over 10000
預期結果:
- Found 3 matching records:
- - Acme Corp Expansion: $25,000 (Stage: Proposal)
- - TechStart Integration: $15,000 (Stage: Negotiation)
- - GlobalServ Migration: $12,500 (Stage: Discovery)
安全審計
低風險Static 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.
低風險問題 (1)
風險因素
⚙️ 外部命令
🌐 網路存取 (1)
品質評分
你能建構什麼
CRM 聯絡人管理
自動同步和更新客戶記錄,追蹤互動歷史,並在 Airtable 中管理銷售 pipeline 階段
專案任務追蹤
建立和更新專案任務、指派團隊成員、追蹤狀態變更,並產生進度報告
內容日曆自動化
排程內容發布、管理編輯工作流程,並追蹤多個管道的內容狀態
試試這些提示
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'
最佳實務
- 在任何操作前始終先呼叫 RUBE_SEARCH_TOOLS 以取得目前的工具結構
- 驗證欄位名稱與結構完全符合 - 它們區分大小寫
- 透過檢查回應中的偏移並將其不變地傳遞給後續請求來處理分頁
避免
- 不要在分頁請求之間變更篩選器或排序順序 - 這會導致記錄被跳過或重複
- 避免超過 Airtable 速率限制(每個基礎資料庫每秒約 5 個請求)
- 不要假設欄位名稱 - 始終使用 AIRTABLE_GET_BASE_SCHEMA 先檢視結構