# Aside Site Airtable

> Airtable base, view, and record-pane guidance.

- Skill: `kunanonj/aside-site-airtable` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kunanonj/aside-site-airtable`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kunanonj/aside-site-airtable/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: KunanonJ (https://skillmd.com/u/kunanonj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kunanonj/aside-site-airtable

---

# Airtable

## Canonical URLs

- Home: `https://airtable.com/`
- Workspace: `https://airtable.com/workspaces/${workspaceId}`

## Working style

- Airtable is ID-driven. Base, table, and view URLs often use IDs like `app...`, `tbl...`, and `viw...`.
- Prefer copying the current URL instead of rebuilding it from visible names.
- Shared views often use `shr...`.
- Forms often end in `/form` and support `prefill_` and `hide_` params.
- Interface pages use `app.../pag...`.
- If a direct link falls back to Home, suspect a permission or share-type mismatch first.
- Re-snapshot after opening a record or changing a view because Airtable swaps panes in place.

## Useful shortcuts

- Shortcut help: `Cmd+/`
- Base switcher: `Cmd+K`
- Table switcher: `Cmd+J`
- View switcher: `Cmd+Shift+K`
- Find: `Cmd+F` or `Cmd+G`
- Filter: `Cmd+Shift+F`
- Group: `Cmd+Shift+D`
- Sort: `Cmd+Shift+S`
- Expand active record: `Space`
- Close expanded record: `Escape`
- Expand active cell: `Shift+Space`
- Edit selected cell: `Enter` or `F2`
- Insert record below: `Shift+Enter`
- Insert record at end: `Cmd+Shift+Enter`
- Set selected date to now: `Cmd+;`

