A specialized skill for programmatically creating and renaming worksheet tabs within Feishu spreadsheets through intelligent browser automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-sheet-tabs
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-sheet-tabs using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Feishu Sheet Tabs is a robust extension designed for Openclaw Skills that bridges the gap between standard API limitations and user requirements. While the native Feishu API excels at reading and writing data, it often lacks the ability to create new worksheet tabs or rename existing ones. This skill leverages browser automation to interact directly with the Feishu runtime environment, specifically targeting the window.spread object to manage spreadsheet structure.
By utilizing this skill, developers can automate the organization of complex spreadsheets into categorized tabs like Overview, Workflows, and Templates, ensuring a structured data environment. This approach is particularly effective when used in conjunction with the standard feishu_sheet API for data population, combining the power of browser-level control with API-level stability.
To get started with Feishu Sheet Tabs in Openclaw Skills, ensure you have a target Feishu spreadsheet URL and a valid login session. The skill functions best when the agent has access to your active Chrome profile to avoid authentication hurdles.
# Attach your browser to Openclaw for the best experience
openclaw browser-relay attach --profile chrome
The skill interacts with the Feishu spreadsheet object model and returns structured tab metadata for use in subsequent API calls:
| Field | Description | Example |
|---|---|---|
| i | The index of the worksheet tab | 0 |
| id | The unique identifier for the worksheet | GxGIGa |
| name | The display name of the worksheet tab | Skills |
Loading
A specialized automation for macOS that manages multiple OpenJDK versions, handles Homebrew installations, and configures environment variables automatically.

A technical workflow for consolidating redundant AI agent skills into a single, canonical version and synchronizing changes with ClawHub.

A sophisticated AI-driven automation system that handles job discovery, resume tailoring, and ATS application submission.

An asynchronous code review skill that uses the Propel Review API to analyze Git diffs and provide actionable feedback for AI agents.

A streamlined workflow for capturing, organizing, and expanding article inspirations into structured drafts and content pools.

A governance layer that injects behavioral guardrails into AI agent prompts based on eight distinct operating modes to ensure security and integrity.








































