feishu-sheet-tabs
SKILL.md
Feishu Sheet Tabs
Use this skill to add worksheet tabs inside an existing Feishu sheet by browser automation when feishu_sheet API can create/read/write spreadsheets but cannot create worksheet tabs.
Core conclusion
Current feishu_sheet API supports spreadsheet-level actions like:
- create
- info
- read
- write
- append
- find
- export
It can target an existing sheet via sheet_id, but it does not expose a direct action for creating worksheet tabs/pages.
When the user explicitly wants tabs/pages inside one spreadsheet, switch to browser automation.