feishu-base-parser

Convert Feishu Bitable .base exports into Markdown documents for schema and workflow analysis.

19|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/selvaluo/feishu-base-parser --skill feishu-base-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-base-parser
Source: https://github.com/selvaluo/feishu-base-parser/tree/main
Command: npx skills add https://github.com/selvaluo/feishu-base-parser --skill feishu-base-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts complex Feishu Bitable .base exports into clear, human-readable Markdown so teams and AI can understand data models, cross-table dependencies, and automation flow logic without manually inspecting the workspace UI.

Core Features & Use Cases

  • Generate a complete field dictionary: outputs 全量字段表.md with field types, configurations, and translated formulas for easier debugging and impact analysis.
  • Map cross-table relationships: outputs 字段关联关系图.md to identify which tables/fields depend on others, helping you evaluate the blast radius of changes.
  • Explain automation workflows: outputs 自动化工作流.md to document triggers, conditions, step logic, and how data is processed through workflows.
  • Validate completeness and highlight gaps: outputs 完整性校验报告.md to detect untranslated IDs or missing data so you know when manual intervention is needed.

Quick Start

Upload your Feishu .base file and ask the AI to run the feishu-base-parser workflow to generate the 4 core Markdown documents plus the completeness report.

Frequently Asked Questions about feishu-base-parser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a Feishu Bitable .base export into a readable data dictionary?

To convert a Feishu Bitable .base export into a readable data dictionary, use this Skill to generate a Markdown document listing field types, configurations, and translated formulas for easier debugging and impact analysis.

What is the best way to map cross-table dependencies in Feishu Bitable exports?

Mapping cross-table dependencies in Feishu Bitable exports is best done by generating a relationship graph document, which identifies which tables and fields depend on others to help you evaluate the blast radius of schema changes.

Can I document Feishu automation workflow triggers and steps from an exported .base file?

Yes, you can document Feishu automation workflow triggers and steps from an exported .base file by generating a dedicated Markdown file that explains triggers, conditions, step logic, and how data is processed through workflows.

How do I validate completeness and detect untranslated IDs in Feishu .base exports?

To validate completeness and detect untranslated IDs in Feishu .base exports, generate a completeness validation report that highlights missing data and gaps so you know exactly when manual intervention is needed.

Do I need YAML frontmatter to run the feishu-base-parser scripts?

Yes, you need YAML frontmatter to define the execution steps that run the provided generator scripts, producing structured Markdown outputs validated by the built-in completeness checker for your Feishu Bitable data.