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_wri…

xiongjjlj

@xiongjjlj

What This Skill Does

Converts Markdown content into well-formatted Feishu/Lark Docx documents using OpenClaw's API. Supports append and replace modes, headings, lists, nesting, and code blocks.

Replaces manual formatting and copy-pasting by automating the conversion of Markdown to structured Feishu Docx with consistent styling.

When to Use It

  • Append meeting notes or daily logs to an existing Feishu Docx
  • Generate a full Feishu Docx from scratch using Markdown content
  • Convert a Markdown file with headings and lists into a Feishu Docx
  • Replace the content of an existing Feishu Docx with new Markdown
  • Format code blocks and nested lists in a Feishu Docx from Markdown

Install

$ openclaw skills install @xiongjjlj/feishu-docx-powerwrite

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)
  • From a Docx URL: https://.../docx/<document_id>
  1. Decide write mode
  • Append: add new content below existing content (most common)
  • Replace: overwrite the entire document (use carefully)
  1. Write markdown
  • Use headings + lists + short paragraphs
  • Avoid huge single paragraphs (harder to read)

Recommended defaults

Append mode (safe)

Use when adding sections, meeting notes, daily logs.

  • mode: append
  • Keep each append chunk <= ~300-600 lines if possible

Replace mode (destructive)

Use when generating the full doc from scratch.

  • mode: replace
  • MUST set confirm: true

Markdown patterns that render well

Title + summary

# <Title>

**Summary**
- Point 1
- Point 2

---

Sections

## Section

Short paragraph.

- Bullet
- Bullet

### Subsection

1) Step
2) Step

Code

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.

Related skills

📄 Feishu Doc Manager | 飞书文档管理器

@shuai-daidai

📄 Feishu Doc Manager | 飞书文档管理器 Seamlessly publish Markdown content to Feishu Docs with automatic formatting. Solves key pain points: Markdown table conversion, permission management, batch writing. 将 Markdown 内容无缝发布到飞书文档,自动渲染格式。 解决核心痛点:Markdown 表格转换、权限管理、批量写入。

2616k

WordPress Publisher Skill

@asif2bd

Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables, images, lists, and rich formatting. Use when user wants to publish to WordPress, post to blog, create WordPress article, update WordPress post, or convert markdown to Gutenberg blocks.

115.2k

Feishu Sheets Skill

@wesley138cn

Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets. Use when user mentions Feishu Sheets, online spr...

76.4k

Baoyu Format Markdown

@jimliu

Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "format markdown", "b...

03.2k

Trello Projects

@hith3sh

Manage Trello boards, lists, cards, comments, labels, checklists, and project workflows via the Trello API. Use this skill when users want to create boards,...

312.4k

Markdown Converter

@steipete

Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.

18746k