·feishu-bitable
</>

feishu-bitable

操作飞书比特表,支持数据表、记录、字段、资产管理。何时使用:当用户说出“飞书 Bitable”/“飞书表”/“bitable”时,或者需要读写表记录、操作表结构、管理字段或上传资产时。

17安装·3热度·@steelan9199

安装

$npx skills add https://github.com/steelan9199/wechat-publisher --skill feishu-bitable

如何安装 feishu-bitable

通过命令行快速安装 feishu-bitable AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/steelan9199/wechat-publisher --skill feishu-bitable
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:steelan9199/wechat-publisher。

SKILL.md

查看原文

| "查看记录"/"获取记录"/"列出记录" | 运行 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
分类
</>开发工具
认证
收录时间
2026-03-01
更新时间
2026-03-10

Browse more skills from steelan9199/wechat-publisher

快速解答

什么是 feishu-bitable?

操作飞书比特表,支持数据表、记录、字段、资产管理。何时使用:当用户说出“飞书 Bitable”/“飞书表”/“bitable”时,或者需要读写表记录、操作表结构、管理字段或上传资产时。 来源:steelan9199/wechat-publisher。

如何安装 feishu-bitable?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/steelan9199/wechat-publisher --skill feishu-bitable 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/steelan9199/wechat-publisher