lark_docs_create | Create a Lark document (XML / Markdown) |
lark_docs_fetch | Fetch Lark document content (XML / Markdown / im-markdown; im-markdown only after fetch for lark-im) |
lark_docs_update | Update a Lark document (str_replace / block_insert_after / block_replace / ...) |
lark_docs_history_list / lark_docs_history_revert / lark_docs_history_revert_status | List document history, revert to a history_version_id, and query revert task status;详见 lark_get_skill(domain="doc", section="history") |
lark_docs_media_insert | Insert a local image or file at the end of a Lark document (4-step orchestration + auto-rollback). Prefer from_clipboard=true when the image is already on the system clipboard (screenshots, copy from Feishu/browser); use file only for on-disk sources. |
lark_docs_media_download | Download document media or whiteboard thumbnail (auto-detects extension) |
lark_docs_media_preview | Preview document media file (auto-detects extension) |
lark_docs_resource_download / lark_docs_resource_update / lark_docs_resource_delete | Download, update, or delete a Docx cover image resource with type="cover";详见 lark_get_skill(domain="doc", section="resource-cover") |
lark_docs_whiteboard_update | Alias of lark_whiteboard_update. Update an existing whiteboard with DSL, Mermaid or PlantUML. Prefer lark_whiteboard_update; refer to lark-whiteboard skill for details. |