c

cortex-plugin-airtable

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
analyticscortex-plugindatadevelopmentesmintegration

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-airtable
Website RepositoryLicense: MITEntry: mod.ts

Configuration

Plugin Type
ESM
Entry Point
mod.ts
License
MIT

Capabilities

toolsnetwork:fetchfs:readfs:write

Tags

analyticscortex-plugindatadevelopmentesmintegration

Statistics

Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026

Reviews (0)

No reviews yet. Be the first to rate this plugin!

README

Airtable & Spreadsheet Automator

Read and write Airtable bases, Google Sheets, and Excel files from CortexPrism.

Installation

cortex plugin install marketplace:cortex-plugin-airtable
cortex plugin install github:CortexPrism/cortex-plugin-airtable
cortex plugin install ./manifest.json

Configuration

Airtable

KeyTypeRequiredDescription
airtableApiKeysecretyesPersonal access token
airtableDefaultBasetextnoDefault base ID

Google Sheets

KeyTypeDescription
sheetsClientEmailtextService account email
sheetsPrivateKeysecretService account private key

Tools

airtable_list_records — List records

  • base_id (string, required)
  • table_name (string, required)
  • max_records (number, default 100)
  • filter_formula (string, optional)
  • view (string, optional)

airtable_create_record — Create record

  • base_id (string, required)
  • table_name (string, required)
  • fields (string, required) — JSON object

airtable_update_record — Update record

  • base_id (string, required)
  • table_name (string, required)
  • record_id (string, required)
  • fields (string, required) — JSON object

airtable_list_bases — List bases

  • No parameters

sheets_read — Read Google Sheet

  • spreadsheet_id (string, required)
  • range (string, default "Sheet1")
  • sheet_name (string, optional)

sheets_write — Write to Google Sheet

  • spreadsheet_id (string, required)
  • range (string, required)
  • values (string, required) — JSON 2D array

Capabilities

  • tools — Tool execution
  • network:fetch — HTTPS to Airtable/Sheets APIs
  • fs:read — File system read
  • fs:write — File system write

Development

deno task test
deno fmt --check
deno lint

License

MIT

Published June 15, 2026 · Updated June 15, 2026