# Send Feishu Advanced Builder to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "feishu-advanced-builder",
    "name": "Feishu Advanced Builder",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mydreamhorse/feishu-advanced-builder",
    "canonicalUrl": "https://clawhub.ai/mydreamhorse/feishu-advanced-builder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/feishu-advanced-builder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-advanced-builder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/feishu-board-api.md",
      "scripts/feishu-bitable.js",
      "scripts/feishu-board.js",
      "scripts/feishu-markdown-to-docx.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "feishu-advanced-builder",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T05:33:49.962Z",
      "expiresAt": "2026-05-10T05:33:49.962Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-advanced-builder",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-advanced-builder",
        "contentDisposition": "attachment; filename=\"feishu-advanced-builder-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "feishu-advanced-builder"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/feishu-advanced-builder"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/feishu-advanced-builder",
    "downloadUrl": "https://openagent3.xyz/downloads/feishu-advanced-builder",
    "agentUrl": "https://openagent3.xyz/skills/feishu-advanced-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-advanced-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-advanced-builder/agent.md"
  }
}
```
## Documentation

### 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: 这是一个进阶开发者套件，执行前确保你清楚它的结构化数据定位。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mydreamhorse
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T05:33:49.962Z
- Expires at: 2026-05-10T05:33:49.962Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/feishu-advanced-builder)
- [Send to Agent page](https://openagent3.xyz/skills/feishu-advanced-builder/agent)
- [JSON manifest](https://openagent3.xyz/skills/feishu-advanced-builder/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/feishu-advanced-builder/agent.md)
- [Download page](https://openagent3.xyz/downloads/feishu-advanced-builder)