with one click
公文排版工具 - 根据公文格式规范自动排版Word文档。适用于发送Word文件前进行格式调整。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill doc-format-gwCopy and paste this command into Claude Code to install the skill
公文排版工具 - 根据公文格式规范自动排版Word文档。适用于发送Word文件前进行格式调整。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill doc-format-gwCopy and paste this command into Claude Code to install the skill
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
| name | doc-format-gw |
| description | 公文排版工具 - 根据公文格式规范自动排版Word文档。适用于发送Word文件前进行格式调整。 |
根据公文格式规范自动排版Word文档。
用户要求:
python3 ~/.npm-global/lib/node_modules/openclaw/skills/doc-format-gw/format_gw.py <input.docx> <output.docx>
或者在Python中调用:
from format_gw import format_document
format_document('input.docx', 'output.docx')
详见同目录下的 references/format-rules.md