Skills airtable-automation
๐Ÿ“ฆ

airtable-automation

Content revision r2 Medium Risk โš™๏ธ External commands๐ŸŒ Network access

Automate Airtable Records and Schema

Airtable operations often fail when field names, formulas, limits, or pagination are handled incorrectly. This skill provides schema-aware workflows through Rube MCP.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "airtable-automation" from https://skillstore.io/skills/sickn33-airtable-automation.md and its manifest at https://skillstore.io/api/skills/sickn33-airtable-automation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "airtable-automation". Show active customer records and return only the name, owner, and renewal date.

Expected outcome:

  • Matched 42 active customer records across one table.
  • Returned the requested fields and followed all pagination offsets.
  • Sorted results by renewal date.

Using "airtable-automation". Create follow-up records for 23 approved requests.

Expected outcome:

  • Validated the destination schema and required fields.
  • Prepared three batches containing 10, 10, and 3 records.
  • Created 23 records and reported their Airtable record identifiers.

Using "airtable-automation". Rename the Priority field to Urgency.

Expected outcome:

Confirmed the current field identifier, previewed the rename, and updated the field name after approval. The field type and options remained unchanged.

Security Audit

Medium Risk
v5 โ€ข 7/23/2026 Open versioned report

All 55 external-command findings are false positives caused by Markdown inline-code formatting, with no shell or Ruby execution present. The external MCP connection is real, and destructive Airtable operations lack an explicit confirmation safeguard.

1
Files scanned
179
Lines analyzed
1
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Destructive Airtable Actions Lack Confirmation Safeguards
The workflow exposes record deletion and schema mutation without requiring a preview or explicit user confirmation before execution.
The cited workflows explicitly include delete, field mutation, and table metadata tools. No confirmation requirement appears in the reviewed file.
Capability review items (1)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Low
Hardcoded URL
**Get Rube MCP**: Add `https://rube.app/mcp` as an MCP server in your client configuration. No API k
The skill directs the client to connect to the external Rube MCP endpoint over HTTPS. This creates a real third-party network and Airtable data-access dependency.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-airtable-automation/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-airtable-automation/security.svg)](https://skillstore.io/skills/sickn33-airtable-automation?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-airtable-automation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-airtable-automation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-airtable-automation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

sickn33. (2026). airtable-automation security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-airtable-automation/audits/5

BibTeX citation

@techreport{sickn33-sickn33-airtable-automation-2026, author = {sickn33}, title = {airtable-automation security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-airtable-automation/audits/5}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "airtable-automation security audit report (audit version 5)" version: "unspecified" type: report authors: - name: "sickn33" date-released: "2026-07-23" url: "https://skillstore.io/skills/sickn33-airtable-automation/audits/5" identifiers: - type: other value: "skillstore:sickn33-airtable-automation:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
69
Community
83
Spec Compliance

What You Can Build

Maintain Operations Records

Create and update task, inventory, or request records while respecting Airtable schemas and batch limits.

Query Structured Data

Filter records with Airtable formulas, selected fields, sorting, and stable pagination.

Evolve Workspace Schema

Inspect tables, create fields, rename fields, and update table metadata with validated parameters.

Try These Prompts

Inspect a Base
List my Airtable bases. Inspect the schema for [base and table], then summarize each field name, type, and purpose.
Find Matching Records
Find records in [base and table] where [conditions]. Return [fields], sort by [field], and continue through every page.
Apply a Batch Update
Preview records matching [conditions]. After I confirm, update [fields] in batches of ten and report successes and failures.
Plan a Field Migration
Inspect my schema and plan a safe migration from [old field] to [new field]. Migrate in batches, validate totals, and preserve the original.

Best Practices

  • Inspect the current base schema before building formulas or sending record fields.
  • Preview affected records and obtain explicit confirmation before destructive or structural changes.
  • Keep filters, sorting, and views unchanged while following pagination offsets.

Avoid

  • Do not guess base, table, field, or record identifiers.
  • Do not send more than ten records in one create, update, or delete request.
  • Do not reuse an offset after changing filters, sorting, or views.

Frequently Asked Questions

Does this skill connect directly to Airtable?
No. It uses the Composio Airtable toolkit through Rube MCP and requires an authenticated Airtable connection.
Can it create bases or tables?
No documented workflow creates bases or tables. It can inspect bases, update table metadata, and create fields.
Can it process large record sets?
Yes, with pagination and batches. Writes use groups of ten, and list pages contain at most 100 records.
Does it support Airtable comments?
It documents listing comments only. Adding, editing, or deleting comments is not included.
How should destructive changes be handled?
Inspect the schema, preview affected records, and confirm deletions or schema changes before execution.
Can it build Airtable filter formulas?
Yes. It covers comparisons, logical functions, text search, date checks, field syntax, and quote escaping.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006

Maintenance freshness

7/26/2026

Usage

4 downloads ยท 104 views

File structure

๐Ÿ“„ SKILL.md

More from sickn33

View all
View all