-
-
Notifications
You must be signed in to change notification settings - Fork 68.8k
[Feature] Feishu Doc tool support for Docx table + image/file upload workflows #20303
Copy link
Copy link
Closed
Closed
Copy link
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Hi OpenClaw maintainers 👋
First, thank you for building and maintaining OpenClaw.
I would like to propose a Feishu integration improvement: adding first-class support in feishu_doc for Docx structured block workflows, including tables and asset uploads.
Problem
Currently, markdown-to-docx conversion skips table blocks, and there is no direct action for local/remote image/file asset upload into Docx blocks through feishu_doc.
Proposed API additions
- create_table
- write_table_cells
- create_table_with_values (one-step helper)
- upload_image (supports url or file_path)
- upload_file (supports url or file_path)
Why this helps
This enables reliable enterprise-style report automation in Feishu Docx:
- create table shells and fill cells deterministically,
- attach images/files from local path or remote URL in a controlled way.
Implementation status
Implemented in PR #20304 (updated scope now includes image/file upload actions).
Thanks again for your review!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Give feedbackNo fields configured for issues without a type.