feishu-bitable-attachment-uploader

Upload local files into Feishu Bitable attachment fields with multipart support.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill feishu-bitable-attachment-uploader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-bitable-attachment-uploader
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/feishu-bitable-attachment-uploader
Command: npx skills add https://github.com/qianleigood/crawclaw --skill feishu-bitable-attachment-uploader

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates attaching local files into Feishu Bitable attachment fields, including support for large files via multipart uploads, reducing manual steps and errors in record enrichment.

Core Features & Use Cases

  • Bulk upload of attachments to a Feishu Bitable record, with optional create/update flows based on lookup fields
  • Large-file multipart upload support with chunked transfers and batch appends
  • Flexible record handling: update existing records, or create new ones when records are missing using stable lookup keys

Quick Start

Run the uploader script with your Feishu app token, table id, attachment field name, and one or more local file paths to attach to a Feishu Bitable record.

Frequently Asked Questions about feishu-bitable-attachment-uploader

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

FAQPage Schema
How do I upload local files to Feishu Bitable attachment fields in bulk?

To upload local files to Feishu Bitable attachment fields in bulk, you can use an automated script that handles batch updates and supports chunked multipart transfers for large files.

Can I create a new Feishu Bitable record automatically if an attachment lookup fails?

Yes, when a target record cannot be found using stable lookup keys, the upload workflow can automatically create a new Feishu Bitable record to ensure end-to-end attachment enrichment.

How does large file multipart upload work for Feishu Bitable attachments?

Large file multipart upload for Feishu Bitable attachments works by using chunked transfers and batch appends, ensuring reliable operation through safe, rate-limited updates during the process.

Do I need environment variables for Feishu credentials to update Bitable records?

Yes, you need environment-based Feishu credentials and token handling configured before running the uploader script to securely authenticate and update Bitable records with attachments.

What is the best way to automate adding attachments to existing Feishu Bitable records?

The best way to automate adding attachments to existing Feishu Bitable records is using a script that matches files via lookup fields and performs safe, rate-limited updates.

Are there limitations when using multipart upload for Feishu Bitable attachments?

While multipart upload supports large files via chunked transfers, operations are subject to safe, rate-limited updates to ensure reliable operation and avoid exceeding Feishu API constraints.