airtable

Operate your own fully customizable AI assistant from your browser.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Salahsr01/Cleanbot --skill airtable-salahsr01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airtable
Source: https://github.com/Salahsr01/Cleanbot/tree/main/workspace/skills/airtable
Command: npx skills add https://github.com/Salahsr01/Cleanbot --skill airtable-salahsr01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accéder au CRM Airtable des prospects Promethia. NE PAS appeler de scripts Python directement. TOUJOURS utiliser exec avec la commande pipeline. Exemples - exec pipeline status ou exec pipeline enrich --id recXXX

Core Features & Use Cases

  • Centralise l’accès et la manipulation des prospects dans Airtable via pipeline.
  • Permet d’enrichir, rechercher et suivre les statuts des prospects sans exécuter de scripts Python.
  • Supporte les workflows courants: enrich, smart, full, et status via les commandes pipeline.

Quick Start

Use the pipeline to fetch and enrich Airtable prospects, e.g., run exec pipeline status or exec pipeline enrich --id recXXX.

Frequently Asked Questions about airtable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access prospect data in an Airtable CRM using pipeline commands?

To access Airtable CRM prospect data, use predefined pipeline commands like exec pipeline status or exec pipeline enrich --id recXXX instead of direct Python script calls. This interface handles listing, enriching, and smart-prospecting workflows.

Can I run direct Python scripts to enrich prospects in Airtable?

No, running direct Python scripts is forbidden. You must always use the exec pipeline interface with commands such as exec pipeline enrich, exec pipeline smart, or exec pipeline full to manipulate prospect records.

What is the best way to check the status of prospects in an Airtable pipeline?

The best way to check prospect status is by running the exec pipeline status command. This pipeline-driven action queries the Airtable CRM and returns the current state of your Promethia prospects.

How does smart-prospecting work within an Airtable CRM?

Smart-prospecting works by executing the exec pipeline smart command to search and filter targeted prospects within the Airtable CRM. This pipeline-driven action automates the discovery process without requiring custom code.

Do I need a specific command interface to search for prospects in Airtable?

Yes, you need the exec pipeline interface to perform targeted searches. You execute pipeline commands to query and retrieve prospect records, ensuring all Airtable CRM actions run through the predefined pipeline structure.

When should I use the full pipeline command over enrich for Airtable prospects?

Use exec pipeline full to execute comprehensive prospect workflows, whereas exec pipeline enrich targets specific records using an ID like --id recXXX to append missing data to individual Airtable CRM entries.