feishu-sheets-skillFeishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets. Use when user mentions Feishu Sheets, online spr...
Install via ClawdBot CLI:
clawdbot install wesley138cn/feishu-sheets-skillSingle tool feishu_sheets with action parameter for all spreadsheet operations.
From URL https://xxx.feishu.cn/sheets/shtABC123 → spreadsheet_token = shtABC123
{ "action": "create", "title": "New Spreadsheet" }
Optional folder:
{ "action": "create", "title": "New Spreadsheet", "folder_token": "fldcnXXX" }
Returns: spreadsheet_token, url, title
{
"action": "write",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"range": "A1:C3",
"values": [["Name", "Age", "City"], ["Alice", 25, "Beijing"], ["Bob", 30, "Shanghai"]]
}
{
"action": "read",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"range": "A1:C10"
}
{
"action": "append",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"values": [["Charlie", 28, "Shenzhen"]]
}
{
"action": "insert_dimension",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"dimension": "ROWS",
"start_index": 5,
"end_index": 7
}
{
"action": "delete_dimension",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"dimension": "ROWS",
"start_index": 5,
"end_index": 7
}
{ "action": "get_info", "spreadsheet_token": "shtABC123" }
Returns: metadata including all sheet_ids and titles
{
"action": "add_sheet",
"spreadsheet_token": "shtABC123",
"title": "Sheet2"
}
{
"action": "delete_sheet",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx"
}
A1, B5A1:C10, B2:D5A:A, B:D1:1, 3:50bxxxx!A1:C10https://xxx.feishu.cn/sheets/shtABC123?sheet=0bxxxx0bxxxxValues can be:
"Hello"123, 45.67{"type": "formula", "text": "=SUM(A1:A10)"}{"type": "url", "text": "Click here", "link": "https://..."}channels:
feishu:
tools:
sheets: true # default: true
sheets:spreadsheet - Create and manage spreadsheetssheets:spreadsheet:readonly - Read spreadsheet datadrive:drive - Access cloud storageBase URL: https://open.feishu.cn/open-apis/sheets/v2/spreadsheets/
See references/api-reference.md for detailed API documentation.
Generated Mar 1, 2026
Sales teams use Feishu Sheets to create and update spreadsheets that track leads, opportunities, and deal stages in real-time. Managers can write and read data to monitor performance metrics, while appending rows allows adding new leads as they come in. This enables collaborative forecasting and reporting across distributed sales teams.
Project managers create spreadsheets to assign tasks, set deadlines, and track progress for team members. Using write actions, they update task statuses and priorities, while insert and delete dimension actions help reorganize tasks as projects evolve. This provides a centralized, accessible view for agile project coordination.
Retail or manufacturing businesses use Feishu Sheets to manage inventory levels, track stock movements, and monitor supply chain data. Teams write values to log incoming shipments and read ranges to check stock counts, with append actions adding new inventory entries. This supports real-time inventory control and reduces overstock or shortages.
Finance departments create spreadsheets to compile budgets, expense reports, and financial forecasts. They use write actions to input numerical data and formulas for calculations, while get_info actions help manage multiple worksheets for different fiscal periods. This facilitates accurate, collaborative financial planning and analysis.
Human resources teams create spreadsheets to track new hire information, training schedules, and document completion. Using write and append actions, they update employee details and add new hires, while insert rows helps adjust timelines. This streamlines onboarding processes and ensures compliance with organizational records.
Companies integrate Feishu Sheets into their SaaS platforms to offer enhanced data management features, such as automated reporting or collaborative analytics. This adds value to their core services, attracting clients who need seamless spreadsheet functionality within their workflows. Revenue is generated through subscription fees or premium add-ons.
Consulting firms provide services to help businesses set up and optimize Feishu Sheets for specific use cases, like sales tracking or inventory management. They offer customization, training, and ongoing support to ensure efficient adoption. Revenue comes from project-based fees or retainer contracts.
Businesses use Feishu Sheets as a foundation for data analytics and automation tools, creating solutions that aggregate, analyze, and visualize spreadsheet data. They develop scripts or apps that leverage the skill's actions for real-time insights. Revenue is generated through licensing or service charges for these automated solutions.
💬 Integration Tip
Ensure proper Feishu API permissions are configured and use the get_info action first to verify sheet IDs before performing write or read operations.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.