什么是 feishu-bitable?
操作飞书比特表,支持数据表、记录、字段、资产管理。何时使用:当用户说出“飞书 Bitable”/“飞书表”/“bitable”时,或者需要读写表记录、操作表结构、管理字段或上传资产时。 来源:steelan9199/wechat-publisher。
操作飞书比特表,支持数据表、记录、字段、资产管理。何时使用:当用户说出“飞书 Bitable”/“飞书表”/“bitable”时,或者需要读写表记录、操作表结构、管理字段或上传资产时。
通过命令行快速安装 feishu-bitable AI 技能到你的开发环境
来源:steelan9199/wechat-publisher。
| "查看记录"/"获取记录"/"列出记录" | 运行 record/get.js 查询记录列表 | scripts/record/get.js | | "添加记录"/"创建记录"/"插入记录" | 运行 record/create.js 创建单条记录 | scripts/record/create.js | | "修改记录"/"更新记录"/"编辑记录" | 运行 record/update.js 更新单条记录 | scripts/record/update.js | | "删除记录"/"移除记录" | 运行 record/delete.js 删除单条记录 | scripts/record/delete.js |
| "批量添加记录"/"添加多条记录" | 运行 record/batch-create.js 批量创建记录 | scripts/record/batch-create.js | | "批量修改记录"/"更新多条记录" | 运行 record/batch-update.js 批量更新记录 | scripts/record/batch-update.js | | "批量删除记录"/"清空记录" | 运行 record/batch-delete.js 批量删除记录 | scripts/record/batch-delete.js | | "查看表格"/"数据表列表" | 运行 table/list.js 列出所有数据表 | scripts/table/list.js |
| "创建表格"/"添加数据表" | 运行 table/create-single.js 创建单个数据表 | scripts/table/create-single.js | | "修改表格名称"/"重命名表格" | 运行 table/update.js 更新数据表名称 | scripts/table/update.js | | "删除表格"/"移除数据表" | 运行 table/delete-one.js 删除单个数据表 | scripts/table/delete-one.js | | "查看字段"/"列信息" | 运行 field/list.js 列出所有字段 | scripts/field/list.js |
操作飞书比特表,支持数据表、记录、字段、资产管理。何时使用:当用户说出“飞书 Bitable”/“飞书表”/“bitable”时,或者需要读写表记录、操作表结构、管理字段或上传资产时。 来源:steelan9199/wechat-publisher。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/steelan9199/wechat-publisher --skill feishu-bitable操作飞书比特表,支持数据表、记录、字段、资产管理。何时使用:当用户说出“飞书 Bitable”/“飞书表”/“bitable”时,或者需要读写表记录、操作表结构、管理字段或上传资产时。 来源:steelan9199/wechat-publisher。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/steelan9199/wechat-publisher --skill feishu-bitable 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/steelan9199/wechat-publisher