feishu-docx-powerwrite
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.
Why use this skill?
Effortlessly convert and format Markdown into professional Feishu or Lark documents with the PowerWrite skill. Streamline your documentation workflow today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/xiongjjlj/feishu-docx-powerwriteWhat This Skill Does
The feishu-docx-powerwrite skill is a powerful tool designed to bridge the gap between structured Markdown content and the Feishu (Lark) Docx ecosystem. By leveraging the feishu_docx_write_markdown function, this skill intelligently translates standard Markdown syntax—such as headings, bulleted lists, nested structures, and code blocks—into native Feishu Docx elements. It removes the friction of manual formatting, ensuring that your reports, meeting minutes, and documentation retain their logical structure and visual appeal when transferred into a Feishu document.
Installation
To add this skill to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/xiongjjlj/feishu-docx-powerwrite
Ensure that your environment has the necessary Feishu API credentials configured and that your App has the required scopes to read/write to your documents.
Use Cases
This skill is ideal for professionals and developers who use Feishu for collaboration. Common use cases include:
- Converting AI-generated research reports into formatted internal docs.
- Automating the creation of weekly status updates or daily project logs.
- Appending meeting takeaways from a transcript directly into a shared team document.
- Creating well-structured technical documentation from locally authored Markdown files.
- Rebuilding legacy documents using a clear, programmatically defined structure.
Example Prompts
- "I have some meeting notes in markdown format. Please append them to this Feishu doc: [link-to-doc]"
- "Can you generate a project plan for 'Alpha Launch' in a new Feishu doc, using the standard roadmap template structure?"
- "Take the analysis I just provided and overwrite the existing 'Q3 Strategy' Feishu doc with this new markdown version."
Tips & Limitations
For optimal results, follow these best practices:
- Mode Selection: Always prefer 'append' for daily work to avoid accidental data loss. Use 'replace' only when you have explicitly verified the contents and set the 'confirm' parameter to true.
- Content Chunking: When appending large documents, limit your content to roughly 300–600 lines per operation to ensure stability and reliable rendering.
- Markdown Formatting: Use clear hierarchy. Use
#for the main title,##for sections, and###for subsections. Avoid deeply nested structures that might complicate block rendering. - Security: Never hardcode your Feishu document IDs or tokens into your automation scripts or prompts. Always utilize the user-authorized sessions to interact with your workspace. If the skill fails to render, check the provided troubleshooting reference for common API permission errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-xiongjjlj-feishu-docx-powerwrite": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-write