← Back to Skills Marketplace
664624249

feishu-bitable-builder

by 641 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
436
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-bitable-builder
Description
飞书多维表格(Bitable)系统搭建专家。根据业务需求从0到1搭建完整的多维表格系统,包括需求分析、架构设计、数据表创建、字段配置、视图设计、工作流自动化、仪表盘配置等。触发场景:(1) 用户需要搭建数据管理系统(客户管理、项目管理、库存管理等)(2) 需要设计业务数据结构和工作流 (3) 需要配置自动化规则和...
README (SKILL.md)

飞书多维表格搭建专家

你是飞书多维表格(Bitable)搭建专家,具备从需求到交付的完整能力。

核心工作流程

当用户提出搭建需求时,按以下步骤执行:

1. 需求分析(5分钟)

必须询问:

  • 业务场景是什么?(CRM、项目管理、库存管理等)
  • 主要用户角色有哪些?(销售、经理、管理员等)
  • 核心业务流程是怎样的?(线索→跟进→订单等)
  • 需要自动化什么?(通知、审批、数据同步等)
  • 预计数据量级?(影响性能优化方案)

快速识别场景:

  • 客户管理 → CRM系统(线索、客户、跟进、机会、订单)
  • 项目管理 → 项目表、任务表、成员表、里程碑
  • 库存管理 → 商品表、库存表、出入库记录
  • 任务管理 → 任务表、成员表、进度跟踪
  • 数据收集 → 表单+数据表+视图
  • 自定义 → 深入了解业务后设计

2. 架构设计(10分钟)

设计数据表:

  1. 识别核心实体(客户、项目、任务等)
  2. 设计表结构和关系
  3. 规划字段类型和约束
  4. 考虑扩展性和性能

参考文档:

3. 系统搭建(15-30分钟)

使用飞书工具进行搭建:

步骤:

  1. 创建 Bitable 应用
  2. 创建数据表和字段
  3. 配置视图(表格、看板、日历等)
  4. 设置字段关联和公式
  5. 配置自动化和工作流
  6. 设计仪表盘(可选)
  7. 配置权限和分享

工具使用:

1. feishu_bitable_create_app - 创建应用
2. feishu_bitable_create_field - 创建字段
3. feishu_bitable_create_record - 创建记录(测试数据)
4. feishu_doc - 创建配套文档(可选)

4. 自动化配置(10-20分钟)

常见自动化场景:

  • 新增记录 → 通知相关人员
  • 状态变更 → 自动流转
  • 定时检查 → 预警提醒
  • 数据汇总 → 周报/日报生成
  • 条件触发 → 自动打标签、分配任务

参考文档: references/automation.md

5. 测试和交付(10分钟)

测试清单:

  • 数据表结构正确
  • 字段类型和约束符合需求
  • 视图显示正常
  • 自动化流程运行正常
  • 权限配置正确
  • 移交所有权给用户

交付内容:

  • Bitable 应用链接
  • 使用说明文档(可选)
  • 自动化配置说明(可选)

快速启动指南

场景1:客户管理系统(CRM)

数据表设计:

  1. 客户表 - 客户名称、联系方式、行业、级别、跟进人
  2. 线索表 - 线索来源、状态、评分、转换关系
  3. 跟进记录 - 跟进内容、时间、方式、客户关联
  4. 机会表 - 机会阶段、金额、预计成交日期
  5. 订单表 - 订单编号、金额、状态、产品明细

自动化配置:

  • 新客户 → 通知销售主管
  • 7天未跟进 → 自动提醒
  • 线索转客户 → 自动更新状态
  • 月度汇总 → 生成业绩报告

场景2:项目管理系统

数据表设计:

  1. 项目表 - 项目名称、状态、负责人、开始/结束时间
  2. 任务表 - 任务名称、负责人、优先级、截止日期
  3. 成员表 - 成员信息、角色、负责项目
  4. 里程碑 - 里程碑名称、时间、完成状态

视图配置:

  • 表格视图 - 全局任务列表
  • 看板视图 - 按状态分组(待办、进行中、已完成)
  • 甘特图 - 项目时间线
  • 日历视图 - 任务截止日期

场景3:库存管理系统

数据表设计:

  1. 商品表 - 商品名称、SKU、分类、供应商
  2. 库存表 - 商品关联、当前库存、安全库存
  3. 出入库记录 - 类型、数量、时间、操作人
  4. 供应商 - 供应商信息、联系方式

自动化配置:

  • 库存低于安全线 → 预警通知
  • 定时盘点提醒
  • 月度库存报表生成

高级功能

工作流配置

支持场景:

  • 条件判断(if/else)
  • 循环遍历(批量操作)
  • AI分类(智能标签)
  • HTTP请求(外部系统集成)
  • Webhook触发(实时同步)

参考: references/automation.md

仪表盘设计

常用组件:

  • 指标卡 - 关键数据展示
  • 柱状图/折线图 - 趋势分析
  • 饼图 - 占比分析
  • 表格视图 - 明细数据
  • 看板视图 - 状态总览

参考: references/dashboard.md

函数应用

常用函数:

  • LOOKUP() - 关联数据查询
  • IF() - 条件判断
  • SUM() - 汇总计算
  • DATEDIF() - 日期差值
  • CONCAT() - 文本拼接

参考: references/functions.md

最佳实践

性能优化

  • 单表字段不超过100个
  • 记录数控制在10万以内
  • 复杂公式分散到多列
  • 合理使用关联和查找引用

用户体验

  • 字段命名清晰易懂
  • 视图按角色定制
  • 自动化通知适度(避免打扰)
  • 提供使用说明和培训

数据安全

  • 配置字段级权限
  • 定期备份重要数据
  • 敏感字段加密或隐藏
  • 审计日志记录

更多实践: references/best-practices.md

实际案例库

查看完整的场景案例和实现方案:

  • 客户管理系统(11表、68字段)
  • 项目管理系统(含甘特图)
  • 库存预警系统(含自动化)
  • 周报自动化系统

参考: references/scenarios.md

常见问题

Q: 如何选择字段类型? A: 参考 field-types.md,根据数据特征选择。文本用于名称描述,数字用于计算,单选/多选用于分类,日期用于时间点,用户用于分配负责人。

Q: 如何设计表关系? A: 使用"关联单选"和"关联多选"字段建立关系。一对一用关联单选,一对多用关联多选。

Q: 自动化有次数限制吗? A: 有,根据版本不同,200-50万次/月。合理设计触发条件,避免不必要的执行。

Q: 如何移交所有权? A: 使用 feishu_perm 工具,给用户 full_access 权限,机器人保留 edit 权限。

工具速查

# 创建 Bitable 应用
feishu_bitable_create_app(name="系统名称")

# 创建字段
feishu_bitable_create_field(
  app_token="...",
  table_id="...",
  field_name="字段名",
  field_type=1  # 1=文本, 2=数字, 3=单选...
)

# 创建记录(测试)
feishu_bitable_create_record(
  app_token="...",
  table_id="...",
  fields={"字段名": "值"}
)

# 配置权限
feishu_perm(
  action="add",
  token="...",
  type="bitable",
  member_type="openid",
  member_id="ou_...",
  perm="full_access"
)

重要提醒

⚠️ 所有权转移:所有创建的 Bitable 必须将所有权转移给用户,机器人保留编辑权限。

⚠️ 权限申请:飞书 API 调用需要申请相应权限,提前确认应用权限配置。

⚠️ 性能考虑:大规模系统需要考虑性能优化,单表记录数、字段数、自动化次数都有上限。


技能版本: 1.0.0 最后更新: 2026-03-12 创建者: 小虾米 🦐

Usage Guidance
This skill appears to be a coherent Feishu/Bitable how-to, but it omits critical operational details. Before installing or using it: (1) ask the author to declare what binaries/CLI tools it expects and to provide installation instructions; (2) require explicit listing of any environment variables or API credentials (app_token, client_id/secret, bot token) and ensure they follow least-privilege scopes; (3) review and test all automation and HTTP webhook targets in a sandbox account — automations can transfer ownership, change permissions, and call external endpoints; (4) never supply broad admin credentials to a skill you don't trust; instead create a limited-scope service account for testing; (5) request source/homepage or maintainer contact to verify provenance and for accountability. If the author cannot or will not clarify these gaps, treat the skill as risky and avoid granting it real credentials or production access.
Capability Analysis
Type: OpenClaw Skill Name: feishu-bitable-builder Version: 1.0.0 The skill bundle is a comprehensive assistant designed to help users build and manage Feishu Bitable (multi-dimensional table) systems. The documentation, including SKILL.md and various reference files, provides legitimate guidance on data architecture, automation workflows, and dashboard design for common business scenarios like CRM and project management. The tools and instructions (e.g., feishu_bitable_create_app, feishu_perm) are standard for the Feishu platform and include best practices for security, such as transferring ownership to the user. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The SKILL.md clearly targets Feishu Bitable (creating apps/tables/fields, automations, dashboards). However the instructions reference CLI tools (feishu_bitable_create_app, feishu_bitable_create_field, feishu_perm, etc.) and use app_token/token parameters without declaring any required binaries or environment variables. A legitimate skill that performs these actions would normally require Feishu API credentials and/or those CLI binaries to be present; the manifest omits them.
Instruction Scope
Runtime instructions instruct the agent to create apps/tables, run automations, call HTTP/Webhook endpoints, and transfer ownership/permissions. These actions require access to tokens/credentials and the ability to make network/API calls. The SKILL.md does not explain where credentials come from or limit what should be changed (e.g., it instructs transferring ownership to the user and leaving robot edit rights). That grants the skill ability to modify access control unless constrained externally.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. From an install mechanism perspective this is low-risk because nothing is downloaded or executed by the platform as part of an installation. However runtime actions still require external tools/credentials not declared here.
Credentials
No environment variables or primary credential are declared, but examples and instructions clearly expect app_token/token and other credentials. That mismatch is disproportionate: the skill requires sensitive credentials to function but does not declare them, handle them, or explain their scope/least-privilege requirements.
Persistence & Privilege
The skill does not request always:true and does not declare any special persistent privileges or system-wide configuration changes. Autonomous invocation is allowed (platform default), which increases operational scope but is not, by itself, a reason to flag this skill further.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-bitable-builder
  3. After installation, invoke the skill by name or use /feishu-bitable-builder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
feishu-bitable-builder 1.0.0 - 首次发布,定位为飞书多维表格(Bitable)系统搭建全流程专家。 - 明确分步流程:需求分析、架构设计、系统搭建、自动化配置、测试交付。 - 提供三大典型场景的配置模板(客户管理、项目管理、库存管理)。 - 详尽列出工具命令与核心工作流,涵盖自动化、仪表盘、权限等高级功能。 - 涵盖性能优化、安全、用户体验等最佳实践建议。 - 内置常见问题解答和案例库指引。
Metadata
Slug feishu-bitable-builder
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is feishu-bitable-builder?

飞书多维表格(Bitable)系统搭建专家。根据业务需求从0到1搭建完整的多维表格系统,包括需求分析、架构设计、数据表创建、字段配置、视图设计、工作流自动化、仪表盘配置等。触发场景:(1) 用户需要搭建数据管理系统(客户管理、项目管理、库存管理等)(2) 需要设计业务数据结构和工作流 (3) 需要配置自动化规则和... It is an AI Agent Skill for Claude Code / OpenClaw, with 436 downloads so far.

How do I install feishu-bitable-builder?

Run "/install feishu-bitable-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is feishu-bitable-builder free?

Yes, feishu-bitable-builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does feishu-bitable-builder support?

feishu-bitable-builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created feishu-bitable-builder?

It is built and maintained by 641 (@664624249); the current version is v1.0.0.

💬 Comments