Install
openclaw skills install feishu-docx-powerwriteHigh-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.
openclaw skills install feishu-docx-powerwriteThis 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.
document_id (Docx token)https://.../docx/<document_id>Use when adding sections, meeting notes, daily logs.
mode: appendUse when generating the full doc from scratch.
mode: replaceconfirm: true# <Title>
**Summary**
- Point 1
- Point 2
---
## Section
Short paragraph.
- Bullet
- Bullet
### Subsection
1) Step
2) Step
Use fenced blocks.
```bash
openclaw skills check
## Templates & references
- Templates: `references/templates.md`
- Troubleshooting: `references/troubleshooting.md`
## Safety / privacy
- Never hardcode tokens, chat_id, open_id, or document links inside this skill.
- Always use the user’s own Feishu app credentials and scopes.