← Back to Skills Marketplace
lijie298

中文办公自动化

by LiJie298 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
1222
Downloads
0
Stars
13
Active Installs
1
Versions
Install in OpenClaw
/install chinese-office-automation
Description
中文办公自动化 - 专为中文用户设计的办公自动化技能套件。集成中文文档处理、拼音转换、节假日判断、农历支持等功能。
README (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 分类: 办公自动化 / 中文特化

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: chinese-office-automation Version: 1.0.0 The skill bundle provides standard Chinese office automation utilities such as lunar calendar conversion, pinyin processing, and holiday checking. The metadata and instructions in SKILL.md and package.json align with the stated purpose and do not contain any indicators of malicious intent, data exfiltration, or prompt injection. All identified dependencies (zhdate, pypinyin, opencc) are legitimate libraries for the described tasks.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chinese-office-automation
  3. After installation, invoke the skill by name or use /chinese-office-automation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本发布 - 中文用户专属工具
Metadata
Slug chinese-office-automation
Version 1.0.0
License MIT-0
All-time Installs 15
Active Installs 13
Total Versions 1
Frequently Asked Questions

What is 中文办公自动化?

中文办公自动化 - 专为中文用户设计的办公自动化技能套件。集成中文文档处理、拼音转换、节假日判断、农历支持等功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1222 downloads so far.

How do I install 中文办公自动化?

Run "/install chinese-office-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 中文办公自动化 free?

Yes, 中文办公自动化 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 中文办公自动化 support?

中文办公自动化 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 中文办公自动化?

It is built and maintained by LiJie298 (@lijie298); the current version is v1.0.0.

💬 Comments