back
loading skill details...
Manage Feishu Bitable by listing tables and adding records or tasks using provided app credentials.
# Feishu Bitable Skill
操作飞书多维表格(Bitable/Base)记录。
## 功能
- 列出 Base 内的表
- 向表中新增记录/任务
## 使用方式
该技能目前主要作为库/模板使用:
```javascript
const { addRecord } = require('./add_task');
// addRecord(appToken, tableId, fields)
```
## 配置
- `FEISHU_APP_ID`
- `FEISHU_APP_SECRET`
don't have the plugin yet? install it then click "run inline in claude" again.