feishu-bitable-sync
SKILL.md
Feishu Bitable Data Sync
⚠️ Pre-requisites
- ✅ Get app_token: From bitable URL or list API
- ✅ Get table_id: From bitable table list
- ✅ Field types: Must match exactly (text=1, number=2, date=5, person=11, etc.)
📋 Quick Reference
| Intent | Tool | action | Required Params |
|---|---|---|---|
| List bitables | feishu_bitable_app | list | - |
| List tables | feishu_bitable_app_table | list | app_token |
| Query records | feishu_bitable_app_table_record | list | app_token, table_id |
| Create records | feishu_bitable_app_table_record | batch_create | app_token, table_id, records |
| Update records | feishu_bitable_app_table_record | batch_update | app_token, table_id, records |