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.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
9 · 4.5k · 38 current installs · 39 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (convert Markdown to Feishu Docx via OpenClaw tools) aligns with the instructions and included templates. The skill does not ask for unrelated binaries, secrets, or system accesses.
Instruction Scope
SKILL.md only describes obtaining a document_id, choosing append/replace, and using feishu_docx_write_markdown; templates and troubleshooting are purely documentation. There are no instructions to read local user files, arbitrary env vars, or send data to external endpoints outside Feishu/OpenClaw.
Install Mechanism
There is no install spec (instruction-only). The bundled scripts/setup.sh only runs an informational 'openclaw skills check' and prints guidance; it does not download or execute remote code.
Credentials
The skill itself declares no required env vars, which is reasonable because it expects the platform/OpenClaw to have Feishu credentials configured. This is proportionate, but note that the skill will rely on whatever Feishu app credentials the agent/platform provides when invoked.
Persistence & Privilege
always:false and default autonomous invocation are present (normal). The skill does not request permanent presence or attempt to modify other skills or system-wide settings.
Assessment
This skill appears to be a straightforward set of instructions and templates for converting Markdown into Feishu Docx via OpenClaw. Before installing: ensure your OpenClaw instance already has the Feishu channel/app configured with the Docx/Drive scopes you want to use; verify which Feishu app/credentials the agent will use (the skill does not bundle or request tokens). Treat document links and permissions carefully—share docs only with the bot/app account you expect. If you need higher assurance, test the skill in a non-sensitive doc first and confirm it only performs the intended append/replace operations.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.1.0
Download zip
latestvk976h2tzeyepkct4php155vq9d80h4bx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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.

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…