airtable-automation
Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas.
Content Preview
--- name: airtable-automation description: "Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas." requires: mcp: [rube] category: storage-docs --- # Airtable Automation via Rube MCP Automate Airtable operations through Composio's Airtable toolkit via Rube MCP. **Toolkit docs**: [composio.dev/toolkits/airtable](https://composio.dev/toolkits/airtable) ## Prerequisites - Rube MCP must be connected (RUBE_SEARCH_
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/airtable-automation.md \
https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/airtable-automation/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/davepoon/buildwithclaudeThen reference at plugins/all-skills/skills/airtable-automation/SKILL.md