Skip to content

[Feature] Feishu Doc tool support for Docx table + image/file upload workflows #20303

@xuhao1

Description

@xuhao1

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:

  1. create table shells and fill cells deterministically,
  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleMarked as stale due to inactivity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions