Lark CLI Dev Hub Sheets for Openclaw

An AI agent skill designed to interact with Feishu and Lark Sheets via lark-cli for managing operational tables, checklists, and reports.

afengzi
v0.1.0
May 20, 2026
0
633
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install lark-cli-devhub-sheets

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install lark-cli-devhub-sheets using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Lark CLI Dev Hub Sheets?

Lark CLI Dev Hub Sheets enables AI agents to seamlessly interact with Feishu and Lark Sheets using the lark-cli or feishu-cli command-line interfaces. This skill is specifically optimized for managing lightweight operational tables, human-editable reports, and ad hoc grids such as QA matrices, release checklists, and weekly dashboards.\n\nBy incorporating this capability into your workflow, Openclaw Skills allow developers and automated processes to read, append, update, and export spreadsheet data. It provides an efficient bridge between automated development hubs and human-centric office layouts without forcing highly structured data into strict databases.

Lark CLI Dev Hub Sheets Use Cases

  • Building and maintaining release checklists, QA matrices, content calendars, and hiring trackers.\n- Reading specific spreadsheet evidence before initiating Bugfix, Release, or Decision records.\n- Exporting Sheet snapshots and registering them directly as Dev Hub artifacts.\n- Creating custom filter views for structured review queues, bug triage, or weekly priority lists.

How Lark CLI Dev Hub Sheets Works

  1. The AI agent evaluates the user prompt and determines if the task requires flexible, human-editable spreadsheets (Sheets) or structured database records (Base).\n2. The skill executes underlying lark-cli commands targeting specific spreadsheet URLs and ranges.\n3. Data is fetched or manipulated on behalf of the user using an authenticated command sequence.\n4. The agent parses the returned JSON formatting or artifacts to report back status or register items to the Dev Hub.

Lark CLI Dev Hub Sheets Setup

To activate this skill, ensure that the lark-cli binary is properly installed and available in your environment execution path.\n\nbash\n# Verify the binary is accessible\nwhich lark-cli\n\n# Retrieve spreadsheet information to confirm connectivity\nlark-cli sheets +info --url "$SHEET_URL" --as user --format json\n

Lark CLI Dev Hub Sheets Data Schema & Taxonomy

| Operation | Input Argument | Data Type | Description |\n| --- | --- | --- | --- |\n| +info | --url | String | Fetches metadata regarding the designated spreadsheet. |\n| +read | --range | String | Extracts cell values within a specific grid range (e.g., Sheet1!A1:H50). |\n| +append | --json | JSON File | Appends new row values utilizing structured file data. |\n| +set-dropdown | --json | JSON File | Configures cell data validation rules and options. |\n| +export | --output | Path | Saves a full sheet snapshot to a specified local directory. |

Lark CLI Dev Hub Sheets Advanced Features

  • Context-aware routing rules that automatically favor Sheets for working layouts and Base for canonical histories.\n- Support for bulk operations including dropdown configurations via external JSON files.\n- Automatic integration pathways to register completed spreadsheet exports as persistent Dev Hub Artifacts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*