📊
DataTypeScript

Feishu Bitable

by op7418

Feishu Bitable is a Data skill for Claude Code, published by op7418 in CodePilot.

6.4K stars690 forkson op7418/CodePilotAdded 2026/08/15Repository updated 2026/08/12
aianthropicclaudeclaude-codedesktop-appelectronguinextjs
Install in seconds
Install Feishu Bitable
Copy Feishu Bitable into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit 'https://github.com/op7418/CodePilot/tree/main/%E8%B5%84%E6%96%99/feishu-openclaw-plugin/package/skills/feishu-bitable' ~/.claude/skills/feishu-bitable

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/op7418/CodePilot.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
资料/feishu-openclaw-plugin/package/skills/feishu-bitable/SKILL.md in op7418/CodePilot
Installs to
~/.claude/skills/feishu-bitable
Collection
One of 9 skills cataloged from this repository
Category
Data668 skills

What Feishu Bitable does

Feishu Bitable creates, queries, edits, and manages Feishu multidimensional tables with 27 field types, advanced filtering, batch operations, and view management. Use it to handle records, fields, views, and data tables, or batch import and update data.

Feishu Bitable is cataloged under Data on DirSkills. Feishu Bitable comes from a repository tagged ai, anthropic, claude, claude-code and desktop-app.

Documentation

README

Feishu Bitable (多维表格) SKILL

🚨 执行前必读

  • 创建数据表:支持两种模式 — ① 明确需求时,在 create 时通过 table.fields 一次性定义字段(减少 API 调用);② 探索式场景时,使用默认表 + 逐步修改字段(更稳定,易调整)
  • ⚠️ 默认表的空行坑app.create 自带的默认表中会有空记录(空行)!插入数据前建议先调用 feishu_bitable_app_table_record.list + batch_delete 删除空行,避免数据污染
  • 写记录前:先调用 feishu_bitable_app_table_field.list 获取字段 type/ui_type
  • 人员字段:默认 open_id(ou_...),值必须是 [{id:"ou_xxx"}](数组对象)
  • 日期字段:毫秒时间戳(例如 1674206443000),不是秒
  • 单选字段:字符串(例如 "选项1"),不是数组
  • 多选字段:字符串数组(例如 ["选项1", "选项2"]
  • 附件字段:必须先上传到当前多维表格,使用返回的 file_token
  • 批量上限:单次 ≤ 500 条,超过需分批(批量操作是原子性的)
  • 并发限制:同一数据表不支持并发写,需串行调用 + 延迟 0.5-1 秒

📋 快速索引:意图 → 工具 → 必填参数

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Feishu Bitable

  • What else does op7418 publish alongside Feishu Bitable?

    Feishu Bitable is one of 9 skills that DirSkills catalogs from op7418/CodePilot, the repository it ships in. Its siblings there include Feishu Calendar, Feishu Channel Rules and Feishu Create Doc. Each one is a separate skill with its own page in this directory, installs the same way Feishu Bitable does, and is maintained by op7418 in that same repository. The rest of the collection is listed on the op7418/CodePilot page.

  • How does Feishu Bitable compare to other Data skills?

    Feishu Bitable ranks #163 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Feishu Bitable against them. Open each page to compare what they document and how they install.

More from op7418/CodePilot

Feishu Bitable is one of 9 skills cataloged on DirSkills from op7418/CodePilot.

See all 9 skills