Install
openclaw skills install chinese-office-automation中文办公自动化 - 专为中文用户设计的办公自动化技能套件。集成中文文档处理、拼音转换、节假日判断、农历支持等功能。
openclaw skills install chinese-office-automation专为中文用户设计的办公自动化技能套件,解决中文特有的办公场景需求。
# 判断是否工作日
python3 scripts/workday_check.py "2026-03-16"
# 农历转换
python3 scripts/lunar_convert.py "2026-03-16"
# 金额大写
python3 scripts/number_to_chinese.py "12345.67"
安装依赖:
pip install zhdate pypinyin opencc
在 TOOLS.md 中添加:
### Chinese Office
- Timezone: Asia/Shanghai
- Default Output: simplified_chinese
- Holiday Region: mainland
包含2010-2030年中国法定节假日及调休安排,自动更新。
版本: 1.0.0 作者: @lijie 分类: 办公自动化 / 中文特化