飞书表格记录写入器

Write and update records in Lark spreadsheets via the Lark Sheets API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/reGeorge/caseHelperSkills --skill -regeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 飞书表格记录写入器
Source: https://github.com/reGeorge/caseHelperSkills/tree/main/skills/lark-skills/lark-sheet-writer
Command: npx skills add https://github.com/reGeorge/caseHelperSkills --skill -regeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of writing and editing records in Lark spreadsheets, eliminating manual data entry and updates.

Core Features & Use Cases

  • Write New Records: Add single or multiple new rows of data to a specified sheet.
  • Update Existing Records: Modify existing rows based on defined conditions.
  • Import from JSON: Bulk import data from a JSON file into the spreadsheet.
  • Use Case: Automatically populate a "Test Cases" sheet in Lark with details from a test plan, or update the status of test cases based on execution results.

Quick Start

Use the lark-sheet-writer skill to write a new record with '用例名称' as '新测试用例' to the specified sheet.

Frequently Asked Questions about 飞书表格记录写入器

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate writing data to a Lark spreadsheet using Python?

To automate writing data to a Lark spreadsheet, use this skill to programmatically insert new records or update existing rows via the Lark Sheets API. It leverages the requests library to handle data manipulation without manual entry.

Can I batch insert multiple records into a Feishu sheet at once?

Yes, you can batch insert multiple records into a Feishu sheet at once. The skill supports writing single or multiple new rows of data to a specified sheet, streamlining bulk data operations.

How do I update existing records in a Lark spreadsheet based on conditions?

You can update existing records in a Lark spreadsheet by defining specific conditions. The skill modifies existing rows matching your criteria, ideal for changing test case statuses based on execution results.

Does this skill support importing data from a JSON file into Feishu spreadsheets?

Yes, this skill supports importing data from a JSON file into Feishu spreadsheets. It enables bulk data import from JSON structures directly into your specified sheet using the Lark Sheets API.

Do I need any specific Python dependencies to write records to Lark sheets?

You need the requests Python dependency installed to write records to Lark sheets. This library handles the HTTP requests required for communicating with the Lark Sheets API.

What is the best way to programmatically populate a test cases sheet in Lark?

The best way to programmatically populate a test cases sheet in Lark is using this skill to write plan details as new records or update execution statuses. It automates data entry directly through the API.