Feishu Docx PowerWrite
by @xiongjjlj
High-quality Feishu/Lark Docx writing via OpenClaw. Use when you want to turn Markdown into well-formatted Feishu Docx (headings, lists, nesting, code blocks) using feishu_docx_write_markdown; includes safe workflows, templates, and troubleshooting. Trigger on Feishu doc/docx links, “write to Feishu doc”, “generate a Feishu doc”, “append/replace docx”, “convert markdown to feishu doc”, or when users want consistently good doc formatting.
clawhub install feishu-docx-powerwrite📖 About This Skill
name: feishu-docx-powerwrite description: High-quality Feishu/Lark Docx writing via OpenClaw. Use when you want to turn Markdown into well-formatted Feishu Docx (headings, lists, nesting, code blocks) using feishu_docx_write_markdown; includes safe workflows, templates, and troubleshooting. Trigger on Feishu doc/docx links, “write to Feishu doc”, “generate a Feishu doc”, “append/replace docx”, “convert markdown to feishu doc”, or when users want consistently good doc formatting.
Feishu Docx PowerWrite
This skill focuses on reliably writing great-looking Feishu Docx using OpenClaw’s Feishu OpenAPI tools.
Key idea: prefer feishu_docx_write_markdown (Markdown → Docx blocks) for structure-preserving output.
Quick workflow
1) Get document_id (Docx token)
https://.../docx/2) Decide write mode
3) Write markdown
Recommended defaults
Append mode (safe)
Use when adding sections, meeting notes, daily logs.mode: appendReplace mode (destructive)
Use when generating the full doc from scratch.mode: replaceconfirm: trueMarkdown patterns that render well
Title + summary
# Summary
Point 1
Point 2
Sections
## SectionShort paragraph.
Bullet
Bullet Subsection
1) Step
2) Step
Code
Use fenced blocks.bash
openclaw skills check
Templates & references
references/templates.mdreferences/troubleshooting.md