Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

airtable

النجوم٣
التفرعات٥
آخر تحديث١٥ يوليو ٢٠٢٦ في ٠٧:٣٤

Read and write Airtable bases through the Airtable Web REST API (api.airtable.com/v0) using curl + jq via the bash tool. Covers record CRUD (list/create/update/delete), filtering with filterByFormula, offset pagination, batch writes (<=10), and upsert (performUpsert + fieldsToMergeOn) that matches on a merge field instead of a record id. Also finds baseId/tableId via the meta API. No dedicated Python tool and no extra dependencies - shell only. Needs a Personal Access Token in AIRTABLE_API_KEY (starts with pat...) plus curl + jq. Use when the user wants to query, add, edit, upsert, or delete rows in an Airtable table.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly