← 返回
效率工具

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.
通过OpenClaw实现高质量飞书/ Lark Docx文档编写。可将Markdown转换为格式规范的飞书文档(支持标题、列表、嵌套、代码块),使用feishu_docx_write_markdown接口。包含安全流程、模板及故障排查。触发条件:飞书doc/docx链接、「写入飞书文档」、「生成飞书文档」、「追加/替换docx」、「Markdown转飞书文档」或用户需要统一规范的文档格式。
xiongjjlj
效率工具 clawhub v0.1.0 1 版本 98090.6 Key: 无需
★ 12
Stars
📥 7,209
下载
💾 1,104
安装
1
版本
#latest

概述

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/

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.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 09:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 429 📥 103,682
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,090
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 147,151