Install
openclaw skills install lark-cli-devhub-sheetsUse when using Feishu/Lark Sheets through lark-cli or feishu-cli for office reports, QA matrices, release checklists, KPI trackers, imports/exports, tabular analysis, and Dev Hub artifacts.
openclaw skills install lark-cli-devhub-sheetsSheets 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.
Artifact.Artifacts record that summarizes it and links to the Sheet.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
Release Checklist Sheet template for repeated main pushes.Bug Triage Sheet for human prioritization, then write durable root causes to Base Bugfixes.