Favicon of airtable

airtable Skill

AI Agent SkillPythonOpen source

Airtable REST API via curl. Records CRUD, filters, upserts. Published by NousResearch in hermes-agent.

What is airtable Skill?

Airtable REST API via curl. Records CRUD, filters, upserts. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Data analysis
  • Design and media
  • Writing
  • Data analysis use cases
  • Design and media use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use airtable Skill

  • Use it for data analysis.
  • Use it for design and media.
  • Use it for writing.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: NousResearch
  • Repository: NousResearch/hermes-agent
  • Skill file: skills/productivity/airtable/SKILL.md

What it does

Airtable REST API via curl. Records CRUD, filters, upserts.

Skill instructions

Airtable — Bases, Tables & Records Work with Airtable's REST API directly via curl using the terminal tool. No MCP server, no OAuth flow, no Python SDK — just curl and a personal access token. Prerequisites 1. Create a Personal Access Token (PAT) at https://airtable.com/create/tokens (tokens start with pat...). 2. Grant these scopes (minimum): - data.records:read — read rows - data.records:write — create / update / delete rows - schema.bases:read — list bases and tables 3. Important: in the same token UI, add each base you want to access to the token's Access list. PATs are scoped per-base — a valid token on the wrong base returns 403. 4. Store the token in ${HERMESHOME:-~/.hermes}/.env (or via hermes setup): AIRTABLEAPIKEY=patyourtokenhere Note: legacy key... API keys were deprecated Feb 2024. Only PATs and OAuth tokens work now. API Basics - Endpoint: https://api.airtable.com/v0 - Auth header: Authorization: Bearer $AIRTABLEAPIKEY - All requests use JSON (Content-Type: application/js

Explore related resources

Frequently asked questions

What is airtable?

airtable is a open-source AI agent skill with Copy skill directory. Airtable REST API via curl. Records CRUD, filters, upserts.

Who is airtable best for?

airtable is best for reusing agent instructions, scripts, and references, data analysis workflows, design and media workflows, writing workflows.

How do I install airtable?

Install or run airtable using Copy skill directory. Check airtable for the latest setup command.

Is airtable actively maintained?

airtable may need a closer maintenance check before production use.

Share:

Stars
214,436
Forks
39,858
Last commit
9 days ago
Repository age
1 year
License
MIT

Auto-fetched from GitHub.

Similar to airtable