Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bighardperson avatar

Feishu Docx Powerwrite

  • 8 installs
  • 33 repo stars
  • Updated April 26, 2026
  • bighardperson/computer-science-skills-collection

Feishu-docx-powerwrite is a skill that turns Markdown into well-formatted Feishu (Lark) Docx documents via OpenClaw's Feishu OpenAPI tools.

About

This skill writes well-formatted Feishu (Lark) Docx documents from Markdown using OpenClaw's Feishu OpenAPI tools. It prefers feishu_docx_write_markdown to preserve structure such as headings, lists, and code blocks. A developer uses it to append or replace content in a Feishu doc identified by its document_id, with the destructive replace mode gated behind a confirm flag.

  • Converts Markdown into well-formatted Feishu/Lark Docx
  • Append or replace write modes with a confirm gate
  • Uses feishu_docx_write_markdown for structure-preserving output

Feishu Docx Powerwrite by the numbers

  • 8 all-time installs (skills.sh)
  • Ranked #500 of 687 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

feishu-docx-powerwrite capabilities & compatibility

Capabilities
docx writing · markdown conversion
Use cases
documentation
From the docs

What feishu-docx-powerwrite says it does

High-quality Feishu/Lark Docx writing via OpenClaw.
SKILL.md
prefer **`feishu_docx_write_markdown`** (Markdown → Docx blocks) for structure-preserving output.
SKILL.md
Replace mode (destructive)
SKILL.md
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill feishu-docx-powerwrite

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8
repo stars33
Last updatedApril 26, 2026
Repositorybighardperson/computer-science-skills-collection

What it does

Turn Markdown into well-formatted Feishu Docx using append or replace write modes.

Who is it for?

Writing structured, well-formatted content into a Feishu Docx from Markdown.

When should I use this skill?

You want to write, append, or replace a Feishu doc from Markdown.

What you get

  • formatted Feishu Docx content

By the numbers

  • 2 write modes (append, replace)

Files

SKILL.mdMarkdownGitHub ↗

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>

2) Decide write mode

  • Append: add new content below existing content (most common)
  • Replace: overwrite the entire document (use carefully)

3) 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.

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

Office & Documentsworkflownotes

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.