/install lark-cli-devhub-sheets
Lark CLI Dev Hub Sheets
Sheets are for lightweight operational tables and human-editable reports. Use Base for durable structured records; use Sheets for ad hoc grids, checklists, calculations, and exported reports.
Discovery aliases: feishu-cli sheets, 飞书表格, lark-cli sheets, spreadsheet reports, QA matrix, release checklist.
Office Use Cases
- Build release checklists, QA matrices, content calendars, hiring trackers, or weekly report tables.
- Read spreadsheet evidence before creating Bugfix, Release, or Decision records.
- Export a Sheet snapshot and register it as a Dev Hub
Artifact. - Create filter views for review queues, bug triage, or weekly priorities.
- Use styles, dropdowns, merged cells, and images only when they improve human scanning.
Routing Rules
- If the table must be queried by future AI agents with stable fields, prefer Base.
- If the table is a working spreadsheet with formulas, layout, and human editing, use Sheets.
- If a Sheet becomes a source of truth, create an
Artifactsrecord that summarizes it and links to the Sheet. - Do not convert a Sheet into Base unless the user wants structured records and searchable fields.
Useful Commands
lark-cli sheets +info --url "$SHEET_URL" --as user --format json
lark-cli sheets +read --url "$SHEET_URL" --range "Sheet1!A1:H50" --as user --format json
lark-cli sheets +append --url "$SHEET_URL" --range "Sheet1!A:H" --json @rows.json --as user
lark-cli sheets +set-dropdown --url "$SHEET_URL" --range "Sheet1!D2:D200" --json @dropdown.json --as user
lark-cli sheets +export --url "$SHEET_URL" --output ./exports --as user
Dev Hub Suggestions
- Use Sheets for weekly personal dashboards and Base for canonical history.
- Keep a
Release ChecklistSheet template for repeated main pushes. - Keep a
Bug TriageSheet for human prioritization, then write durable root causes to BaseBugfixes.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lark-cli-devhub-sheets - After installation, invoke the skill by name or use
/lark-cli-devhub-sheets - Provide required inputs per the skill's parameter spec and get structured output
What is Lark CLI Dev Hub Sheets?
Use when using Feishu/Lark Sheets through lark-cli or feishu-cli for office reports, QA matrices, release checklists, KPI trackers, imports/exports, tabular... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Lark CLI Dev Hub Sheets?
Run "/install lark-cli-devhub-sheets" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lark CLI Dev Hub Sheets free?
Yes, Lark CLI Dev Hub Sheets is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lark CLI Dev Hub Sheets support?
Lark CLI Dev Hub Sheets is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lark CLI Dev Hub Sheets?
It is built and maintained by afengzi (@afengzi); the current version is v0.1.0.