← All skills
Tencent SkillHub · Developer Tools

Feishu Advanced Builder

飞书高阶构建器。提供飞书基础原生工具之外的深度结构化能力,包括:原生画板(Mermaid/PlantUML)一键生成并嵌入、多维表格(Bitable)精准行列级数据操控、以及超复杂 Markdown 到飞书原生 Block 树的无损转化。适用于研发 DevOps 流转、架构图自动绘制及重度排版文档生成。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

飞书高阶构建器。提供飞书基础原生工具之外的深度结构化能力,包括:原生画板(Mermaid/PlantUML)一键生成并嵌入、多维表格(Bitable)精准行列级数据操控、以及超复杂 Markdown 到飞书原生 Block 树的无损转化。适用于研发 DevOps 流转、架构图自动绘制及重度排版文档生成。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, references/feishu-board-api.md, scripts/feishu-bitable.js, scripts/feishu-board.js, scripts/feishu-markdown-to-docx.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Feishu Advanced Builder (飞书高阶构建器)

超越普通纯文本记录,通过“构建器”思维实现飞书环境下的深度结构化数据写入与控制。它直接干预飞书底层的原子块(Block)与数据行记录,适用于汽车软件开发、架构师日常沉淀与复杂的 Auto-RCA 报告输出。

1. 🎨 画板图谱注入器 (scripts/feishu-board.js)

使用场景: 故障树智能生成、架构时序设计、业务状态流转图。 将大模型生成的逻辑(如 Mermaid / PlantUML)自动变现为飞书原生的画板块(Block Type 43)。 一键创建子画板并嵌入文档 支持 Mermaid 流程图注入(syntaxType: mermaid) 支持 PlantUML 时序/类图/脑图注入(syntaxType: plantuml)

2. 🗄️ 多维表格数据执行器 (scripts/feishu-bitable.js)

使用场景: Auto-RCA 自动化 Bug 指派、测试状态追踪看板。 它不是简单的读取整张表格,而是像操作 SQL 数据库一样精准干预具体的 Row(行级数据)。 在指定的 App ID / Table ID 下创建或更新特定数据条目。 支持写入带数据格式限定的字段:多选状态 (Status)、关联人员 (Persons)、日期筛选 (Dates) 等。

3. 📜 高级排版转化引擎 (scripts/feishu-markdown-to-docx.js)

使用场景: PRD/架构文档自动反编译及回写、长篇分析报告输出。 解决复杂的 Markdown 输出到飞书文档时排版崩坏或降级为纯文本的问题。 精准映射底层节点:将大模型的列表嵌套、复杂区块引用、代码高亮强制重编译为飞书原生的对应 Block 结构,保证最高级别的沉淀美观度。

🛠️ 安装与鉴权 (Setup)

前提:飞书应用必须拥有相关的多维表 (bitable:app)、文档 (docx:document) 和 画板 (board:whiteboard:node) 高级写入与读取权限。 FEISHU_APP_ID & FEISHU_APP_SECRET: 飞书应用的密钥凭证。 Note: 这是一个进阶开发者套件,执行前确保你清楚它的结构化数据定位。

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • SKILL.md Primary doc
  • references/feishu-board-api.md Docs
  • scripts/feishu-bitable.js Scripts
  • scripts/feishu-board.js Scripts
  • scripts/feishu-markdown-to-docx.js Scripts
  • _meta.json Config