中文办公自动化
中文办公自动化 - 专为中文用户设计的办公自动化技能套件。集成中文文档处理、拼音转换、节假日判断、农历支持等功能。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 55 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill claims many Python-based features (scripts for workday checks, lunar conversions, amount-to-Chinese) but the distribution contains no code files or scripts. The claimed capabilities would legitimately require additional code and dependencies which are not present in the package.
Instruction Scope
SKILL.md instructs running python3 scripts (e.g., scripts/workday_check.py) and using pip to install zhdate, pypinyin, opencc. No such scripts exist in the package, and the install metadata inside SKILL.md only lists zhdate (not pypinyin/opencc). It also promises automatic holiday data updates without describing the source or update mechanism. These are gaps that broaden the agent's operational scope without justification.
Install Mechanism
There is no platform-level install spec, but SKILL.md contains an internal install block (python3 and zhdate). The pip install example includes additional packages (pypinyin, opencc) not captured in that block. Because this is instruction-only, nothing will be written by default — but following the pip install commands would fetch third-party packages from PyPI. The absence of a clear, single install source or repository is a risk and an inconsistency.
Credentials
The skill requests no environment variables, no credentials, and no config paths. There are no obvious requests for unrelated secrets or system credentials.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request permanent presence or modify other skills; autonomous invocation is enabled (the platform default) but not combined with broad privileges.
What to consider before installing
This package currently contains only documentation (SKILL.md and package.json) but no runnable code or clear install manifest for all required dependencies. Before installing or running anything: 1) ask the author for the full source (scripts, modules) or a trustworthy repo (e.g., GitHub) so you can inspect the code; 2) confirm the exact install steps and which packages will be installed (zhdate, pypinyin, opencc) and whether any third-party data sources (holiday datasets) will be fetched and from where; 3) if you must test it, run pip installs and any scripts inside an isolated environment (container or VM) rather than on a production machine; 4) avoid running undocumented scripts referenced in SKILL.md until you can review them. The inconsistencies may be benign (incomplete packaging) but could also hide unexpected behavior — require the missing files and clear install/source provenance before trusting this skill.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binspython3
SKILL.md
中文办公自动化 (Chinese Office Automation)
专为中文用户设计的办公自动化技能套件,解决中文特有的办公场景需求。
功能特性
1. 中文文档处理
- 简繁转换
- 中文分词和关键词提取
- 中文文本摘要
- 敏感词过滤
2. 日期时间处理
- 中国节假日判断
- 农历日期转换
- 工作日计算(考虑调休)
- 节气查询
3. 拼音处理
- 汉字转拼音
- 拼音首字母提取
- 姓名拼音规范化
4. 中文格式化
- 数字转中文大写
- 金额格式化(财务场景)
- 中文日期格式化
5. 常用模板
- 请假条
- 工作汇报
- 会议纪要
- 通知公告
使用场景
日常办公
- 判断今天是否工作日
- 生成中文格式日期
- 转换金额为大写
文档处理
- 批量简繁转换
- 提取文档关键词
- 生成文本摘要
报表生成
- 格式化中文日期
- 金额大写转换
- 生成标准公文格式
示例用法
# 判断是否工作日
python3 scripts/workday_check.py "2026-03-16"
# 农历转换
python3 scripts/lunar_convert.py "2026-03-16"
# 金额大写
python3 scripts/number_to_chinese.py "12345.67"
依赖
- Python 3.6+
- zhdate (农历库)
- pypinyin (拼音库)
- opencc (简繁转换)
安装依赖:
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 分类: 办公自动化 / 中文特化
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
