diff --git a/README-CN.md b/README-CN.md
new file mode 100644
index 0000000..75bf9af
--- /dev/null
+++ b/README-CN.md
@@ -0,0 +1,422 @@
+
+
+---
+
+## 💡 精选 Skill 一览
+
+
+📊 Excel 处理(点击展开)
+
+```python
+from skills.excel import fake2excel
+fake2excel(columns=['name', 'phone'], rows=1000, path='test.xlsx')
+
+from skills.excel import merge2excel
+merge2excel(dir_path='./my_excels', output_file='all.xlsx')
+```
+
+
+
+📕 PDF 处理(点击展开)
+
+```python
+from skills.pdf import pdf2docx # PDF → Word
+from skills.pdf import pdf2imgs # PDF → 图片
+from skills.pdf import merge2pdf # 合并多个 PDF
+from skills.pdf import split4pdf # 拆分 PDF
+from skills.pdf import encrypt4pdf # 加密 PDF
+from skills.pdf import add_watermark_by_parameters # PDF 加水印
+```
+
+
+
+🖼️ Image 图像处理(点击展开)
+
+```python
+from skills.image import compress_image # 压缩图片
+from skills.image import add_watermark # 加水印
+from skills.image import del_watermark # 去水印
+from skills.image import txt2wordcloud # 生成词云
+from skills.image import pencil4img # 转铅笔画
+from skills.image import img2Cartoon # 转卡通风格
+from skills.image import decode_qrcode # 解析二维码
+```
+
+
+
+💬 微信机器人(点击展开)
+
+```python
+from skills.wechat import send_message
+send_message(who='文件传输助手', message='Hello!')
+
+from skills.wechat import send_message_by_time
+send_message_by_time(who='文件传输助手', message='早安', time='08:00:00')
+```
+
+
+
+🎬 Video 视频处理(点击展开)
+
+```python
+from skills.video import video2mp3 # 视频 → MP3
+from skills.video import audio2txt # 音频 → 文字
+from skills.video import txt2mp3 # 文字 → 语音
+from skills.video import mark2video # 视频加文字水印
+```
+
+
+---
+
+## 🌟 适用场景
+
+python-office 适用于以下人群和场景:
+
+| 👤 人群 | 🎯 场景 |
+|--------|--------|
+| 📊 **职场白领** | 批量处理 PDF、Excel、Word、PPT,提高 10x 效率 |
+| 🎓 **学生 / 教师** | 论文排版、试卷批改、资料整理 |
+| 👨💻 **开发者** | 自动化脚本、爬虫数据处理、文件批处理 |
+| 🤖 **AI 玩家** | 让 AI 自动调用工具完成复杂办公任务 |
+| 📷 **运营 / 自媒体** | 图片批量处理、视频转音频、生成二维码 |
+| 💼 **财务 / HR** | 发票 OCR、Excel 合并、文件整理 |
+
+---
+
+## 🛠️ 功能分类
+
+每个功能既支持传统的 `import office` 方式,也支持从 `skills.xxx` 单独调用。
+
+| 模块 | 功能 | Skills 路径 |
+|------|------|-------------|
+| PyOfficeRobot | 微信机器人 | `skills/wechat/` |
+| poocr | 文字识别(发票、表格、图片)| `skills/ocr/` |
+| popdf | PDF 转 Word / 图片 / 拆分 / 合并 / 加密 | `skills/pdf/` |
+| poemail | 自动发邮件 | `office/api/email.py` |
+| porobot | AI 机器人 | `office/api/tools.py` |
+| poimage | 图片压缩 / 水印 / 词云 / 滤镜 | `skills/image/` |
+| poai | AI 工具集 | `office/lib/` |
+| poexcel | Excel 合并 / 拆分 / 模拟数据 | `skills/excel/` |
+| poword | Word 转 PDF / 提取图片 | `skills/word/` |
+| pofile | 文件批量重命名 / 整理 | `skills/file/` |
+| search4file | 文档搜索 | `skills/file/` |
+| poppt | PPT 转 PDF / 图片 | `skills/ppt/` |
+| wftools | 翻译 / 二维码 / 密码生成等小工具 | `skills/tools/` |
+| pofinance | 股票做 T 计算 | `skills/finance/` |
+| pohan | 中文编程 | - |
+| povideo | 视频转音频 / 语音识别 | `skills/video/` |
+| potime | 时间工具 | - |
+| poprogress | 进度条工具 | - |
+| pocode | 代码管理 | - |
+
+---
+
+## 🗺️ 路线图
+
+- [x] **v1.x**:73 个 Skill,覆盖办公自动化全场景
+- [x] **Skills 体系**:每个功能可独立 AI 调用
+- [ ] **v2.0**:插件化架构,支持自定义 Skill
+- [ ] **Web GUI**:可视化操作界面
+- [ ] **更多 AI 能力**:AI 写作、AI 数据分析
+- [ ] **企业版**:私有部署 + 权限管理
+
+欢迎在 [Issues](https://github.com/CoderWanFeng/python-office/issues) 中提需求!
+
+---
+
+## 📝 文档
+
+- 📘 [中文文档](https://www.python4office.cn/python-office/profile/)
+- 📗 [English Document](https://www.python4office.cn/python-office/profile/)
+- 🎬 [视频教程合集](https://www.python-office.com/video/video.html)
+- 🤖 [Skills 索引](./skills/README.md)
+- ❓ [常见问题 FAQ](https://www.python4office.cn/python-office/profile/)
+
+---
+
+## 🤝 贡献代码
+
+python-office 欢迎任何人来添砖加瓦。建议提交的 PR 放在一个独立的文件夹下:
+
+- 在 [contributors](./contributors/) 文件夹中,用自己的 GitHub 名字建一个文件夹;
+- 把自己的所有代码,都提交到这个自己的文件夹里;
+- **不要修改其它任何文件夹下的代码**;
+- 对现有代码有疑问,可以直接提 issue。
+
+### 代码风格
+
+1. **注释**:请为每个新函数的参数、返回值添加说明
+2. **格式**:只能格式化自己写的代码
+3. **测试**:单元测试可选,但强烈推荐
+4. **Skill**:新增方法时,建议同时在 `skills/<分类>/<方法名>/` 下加 Skill 封装
+
+### 贡献者 ✨
+
+感谢所有让 python-office 变得更好的朋友们!
+
+
+
+
+
+---
+
+## 🐞 提供 Bug 反馈或建议
+
+提交问题反馈时,请务必填写和 python-office 代码本身有关的问题,不进行 Python 学习或个人练习的答疑。
+
+- [GitHub Issue](https://github.com/CoderWanFeng/python-office/issues)
+- [Gitee Issue](https://gitee.com/CoderWanFeng/python-office/issues)
+- [AtomGit Issue](https://atomgit.com/CoderWanFeng1/python-office/issues)
+
+---
+
+## 💖 赞助 / Sponsor
+
+如果 python-office 帮你节省了大量时间,欢迎支持我们持续维护:
+
+- ⭐ **Star 本项目** —— 这是最大的支持
+- 🗣️ **向朋友推荐** —— 口碑传播
+- 💰 **微信赞赏** —— 二维码见文档底部
+- 🐛 **贡献代码** —— 提交 PR 或 Issue
+
+---
+
+## 📜 License
+
+本项目使用 [MIT License](https://opensource.org/licenses/MIT) 开源。
+
+```
+MIT License
+
+Copyright (c) 2026 CoderWanFeng
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+```
+
+---
+
+## 🙏 致谢
+
+- 感谢所有贡献者、提 Issue 的用户
+- 感谢 [python4office](https://www.python4office.cn/) 社区的支持
+- 灵感来自 [Requests](https://github.com/psf/requests)、[FastAPI](https://github.com/tiangolo/fastapi)、[LangChain](https://github.com/langchain-ai/langchain) 等优秀开源项目
+- Built with ❤️ in China
+
+---
+
+## ⭐ Star History
+
+[](https://starchart.cc/CoderWanFeng/python-office)
+
+---
+
+## 📌 联系作者
+
+
+
+
+
+
+
+
+ 👉 加入开源交流群 ·
+ 联系作者微信 👈
+
+
+---
+
+
+ 如果这个项目对你有帮助,欢迎 ⭐ Star 支持一下!
+
diff --git a/README-EN.md b/README-EN.md
deleted file mode 100644
index 39f79cb..0000000
--- a/README-EN.md
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
-
- 🍬python for office
-
-
- 👉 https://www.python4office.cn/ 👈
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--------------------------------------------------------------------------------
-
-[**🌎中文文档**](README.md)
-
--------------------------------------------------------------------------------
-
-## 📚 Description
-
-*Python-office* is a third-party library on office automation,
-which do covers its most use cases.
-
-We are devoted to provide functionalities out-of-the-box,
-allowing beginners to achieve their goals **in one line**,
-without any knowledge requirements on the python language.
-
-### 🍺 Features
-
-- Build your office automation environments **in one command**
-- Solve your problem in one line **without learning python**
-- Meet your need **right on your workplace**
-- Improve your efficiency **at zero cost**
-
--------------------------------------------------------------------------------
-
-## 📦 Installation
-
-### 🍊 using pip
-
-```shell
-pip install -i https://mirrors.aliyun.com/pypi/simple/ python-office -U
-```
-
--------------------------------------------------------------------------------
-
-## 📝 Documentation
-
-[📘 Chinese Document](https://www.python4office.cn/python-office/profile/)
-
-[🎬 Video Introduction](https://space.bilibili.com/259649365/channel/collectiondetail?sid=378950)
-
--------------------------------------------------------------------------------
-
-## 🛠 Components
-
-All components bellow are under construction for now.
-
-| package | description |
-|---------|--------------------------------------------|
-| excel | excel processing |
-| word | word processing |
-| ppt | ppt processing |
-| pdf | pdf processing |
-| file | file system processing |
-| tools | efficient tools |
-| web | website helpers |
-| email | email processing |
-| image | image processing |
-| video | video processing |
-| ocr | character recognition & speech recognition |
-
-You can import each module separately according to your requirements,
-or simply `import office` to import everything (not recommended).
-
--------------------------------------------------------------------------------
-
-## 🏗 How to contribute
-
-### 📐 Specifications
-
-You are welcome to commit your code, following the specifications below:
-
-Steps to participate in developing
-
-- For example, you ought to add a `add` function
- 1. your GitHub account is *demo*
- 2. you create the **demo** directory in `./contributors`
- 3. new `add.py`, in which you write your code
- 4. finish editing, you commit a PR to the `master` branch (no matter on GitHub or gitee) with your naming proposal
- 5. @CoderWanFeng receive it, test it, merge it and finally upload it to PyPI 🎉
-
-### 📐 Code style
-
-1. **Annotation.** you should explain each parameter and returns of every new function.
- Unit test is alternative. You are allowed to sign it.
-2. **Formatting.** Note that you can only format *your* own code.
-3. Please pull request to `master` branch directly, which stands for the published version on PyPI.
- *(This may change when contributors increase in the future)*
-4. If we close your issue/PR, ease it. This is our way to keep it clean.
- You can still discuss it, and we would reopen it when there exists an acknowledged solution.
-
-### 🧬Steps to contribute
-
-1. **fork** this repo (on GitHub or gitee)
-2. **clone** it to your local file system
-3. **modify** your code
-4. **commit & push** your changes to the remote repo
-5. **pull request** to the `master` branch after logging in to GitHub/gitee and fill some information
-6. **wait** for maintainers merging it
-
-### 🎋 Instructions on the branches
-
-This Repository contains 2 branches, listing as follows:
-
-| branch | functionality |
-|-----------|-----------------------------------------------------|
-| `master` | main branch, published on PyPI, you should PR here |
-| `develop` | development branch, ~~idling in fact~~ |
-
-### 🐞 Provide bug feedback or suggestions
-
-Please ensure the relationship to this repo.
-Other issue (such as learning python) is not allowed.
-
-- [gitee issue](https://gitee.com/CoderWanFeng/python-office/issues)
-- [GitHub issue](https://github.com/CoderWanFeng/python-office/issues)
-
--------------------------------------------------------------------------------
-
-## 🪙 Support us
-
-### 💳 Donation
-
-Buy us a cup of coffee if you appreciate python-office. Thank you sincerely.
-
-[donate to this project](https://gitee.com/CoderWanFeng/python-office)
-👈 the donation will be used to support the development of this project
-
-[donate to @CoderWanFeng](https://www.python4office.cn/wechat-qrcode/)
-
-
--------------------------------------------------------------------------------
-
-## ⭐Star python-office
-
-[](https://starchart.cc/CoderWanFeng/python-office)
-
-## 📌 WeChat official & our open source group
-
-
-

-

-
\ No newline at end of file
diff --git a/README.md b/README.md
index 20e7064..aeab920 100644
--- a/README.md
+++ b/README.md
@@ -1,151 +1,418 @@
+
+ 中文 ·
+ 中文文档 ·
+ English
+
-
-
-
+
+
+
+
+python-office
+
- 👉 项目官网:https://www.python-office.com/ 👈
+ 🚀 Office automation, one line of code at a time
+
+ 73 ready-to-use Skills covering PDF, Word, Excel, PPT, Email, WeChat, Images, Video and more
+
- 👉 本开源项目的交流群 👈
+
+
+
+
+
+
+
+
+
+
+
+---
+## ⚡ TL;DR
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+> **python-office** is the most popular Python office-automation library in the Chinese-speaking world.
+> One library covers 90% of office scenarios: **PDF / Word / Excel / PPT conversion, image processing, video & audio, WeChat bot, email, file management, OCR, AI tools**...
+> Zero Python knowledge required — **every feature is one line of code**.
-
+```python
+pip install python-office
+```
+```python
+import office # one import, all features available
+```
+---
+## ✨ Key Features
+| | Feature |
+|---|---|
+| 🎯 **One-line code** | 90% of features need only `office.module.method()` — zero learning curve |
+| 🧩 **73 Skills** | Every feature independently importable, install only what you need |
+| 🤖 **AI-friendly** | Each Skill ships `SKILL.md` + YAML, recognizable by Codex / Claude / Cursor |
+| 🌏 **Beginner-friendly** | Full tutorials, video guides, and an active WeChat community |
+| 🪶 **Lightweight** | `pip install popdf / poimage / poword` for sub-libraries — no bloat |
+| 🔄 **Continuously updated** | Maintained since 2020, 73+ features still evolving |
+| 📦 **One import** | `import office` brings everything; or import individually |
+| 🛡️ **Stable** | Used by thousands of projects, MIT licensed |
+---
+## 📸 Demo
+> 🚧 **Showcase area** — replace these with your own screenshots or GIFs
--------------------------------------------------------------------------------
+| Image Processing | PDF Processing | WeChat Bot |
+|:---:|:---:|:---:|
+| Watermark / Word cloud / Sketch | Convert / Merge / Encrypt | Broadcast / Smart chat |
+|  |  |  |
-## 📚简介
+| Excel Processing | PPT Processing | Video / Audio |
+|:---:|:---:|:---:|
+| Mock data / Merge / Split | Convert / Snapshot | Extract audio / Subtitle |
+|  |  |  |
-Python-office 是一个 Python 自动化办公第三方库,能解决大部分自动化办公的问题。而且每个功能只需一行代码,不需要小白用户学习
-Python 知识,做到了真正的开箱即用。
-> 功能持续更新中,提交你的功能需求/参与项目开发,联系👉[开发者微信](https://www.python4office.cn/wechat-qrcode/)
+---
-
-
-
-
-
+## 🧭 Quick Navigation
+
+| What do you want to do? | Jump to |
+|------------------------|---------|
+| First time here | [📦 Installation](#-installation) |
+| See 5 examples | [🚀 Quick Start](#-quick-start) |
+| Find a specific feature | [🛠️ Components](#%EF%B8%8F-components) or [`skills/README.md`](./skills/README.md) |
+| Understand the Skills system | [✨ Skills system](#-skills-system-73-ready-to-use-skills) |
+| Ask the community | [💬 Contact](#-contact-the-author) |
+| Contribute code | [🤝 Contributing](#-contributing) |
+
+---
-### 🍺特点
+## 🧩 Skills system (73 ready-to-use Skills)
-- 一键搭建所有 Python + 自动化办公的编程环境。
-- 使用一行代码解决大部分自动化办公的问题,不需要小白学习 Python 知识
-- 贴合职场办公需求
-- 极简编程,学习成本极低,工作效率提升显著
+`python-office` ships with a built-in **Skill system**: the library's 73 methods are wrapped as 73 independently importable Skills, each with its own `SKILL.md` documentation.
--------------------------------------------------------------------------------
+> 💡 **Why Skills?** Skills let Codex, Claude, Cursor and other AI tools **automatically recognize** your request and call the right function.
-## 📦安装
+```python
+# Option 1: Import a specific Skill
+from skills.image import compress_image
+compress_image(input_file='photo.jpg', output_file='photo_small.jpg', quality=30)
-### 🍊pip 自动下载&更新
+# Option 2: Import by category
+from skills.pdf import pdf2docx
+pdf2docx(input_file='report.pdf', output_file='report.docx')
+# Option 3: Original office style (still works)
+import office
+office.image.compress_image(input_file='photo.jpg', output_file='photo_small.jpg', quality=30)
```
+
+### 📋 13 Categories at a Glance
+
+| Category | Skills | Typical Skills |
+|----------|--------|----------------|
+| 📊 Excel | 7 | `fake2excel` / `merge2excel` / `excel2pdf` |
+| 📁 File | 9 | `replace4filename` / `get_files` |
+| 💰 Finance | 1 | `t0` (stock T+0 return calculator) |
+| 🖼️ Image | 9 | `compress_image` / `add_watermark` / `txt2wordcloud` |
+| 📝 Markdown | 1 | `excel2markdown` |
+| 🔍 OCR | 1 | `VatInvoiceOCR2Excel` (VAT invoice recognition) |
+| 📕 PDF | 13 | `pdf2docx` / `pdf2imgs` / `merge2pdf` / `encrypt4pdf` |
+| 🎬 PPT | 3 | `ppt2pdf` / `ppt2img` / `merge4ppt` |
+| 🛠️ Tools | 10 | `transtools` / `qrcodetools` / `passwordtools` |
+| 🎥 Video | 4 | `video2mp3` / `audio2txt` / `txt2mp3` |
+| 💬 WeChat | 7 | `send_message` / `chat_robot` / `receive_message` |
+| 📄 Word | 5 | `docx2pdf` / `merge4docx` / `docx4imgs` |
+| 🏷️ Ruiming | 3 | `screen_unmarked_image` / `change_label_in_xml` |
+
+👉 Full index: [`skills/README.md`](./skills/README.md)
+
+---
+
+## 📦 Installation
+
+```bash
+# Install everything (recommended)
pip install -i https://mirrors.aliyun.com/pypi/simple/ python-office -U
+
+# Install only what you need (lighter)
+pip install popdf # PDF processing only
+pip install poimage # Image processing only
+pip install poword # Word processing only
+pip install poexcel # Excel processing only
```
--------------------------------------------------------------------------------
+> **Python version**: Python 3.7+
+> **Install issues?** [📝 Troubleshooting](https://www.python4office.cn/python-office/profile/)
-## 📝文档
+---
+## 🚀 Quick Start
-- [中文文档](https://github.com/CoderWanFeng/python-office/tree/develop/.qoder/repowiki/zh/content)
-- [English Document](https://github.com/CoderWanFeng/python-office/tree/develop/.qoder/repowiki/en/content)
-- [视频教程](https://www.python-office.com/video/video.html)
+```python
+# 1. PDF → Word
+from skills.pdf import pdf2docx
+pdf2docx(input_file='report.pdf', output_file='report.docx')
+# 2. Compress an image
+from skills.image import compress_image
+compress_image(input_file='big.jpg', output_file='small.jpg', quality=30)
+
+# 3. Add a watermark to an image
+from skills.image import add_watermark
+add_watermark(file='photo.jpg', mark='@python-office')
+
+# 4. Generate a word cloud
+from skills.image import txt2wordcloud
+txt2wordcloud(filename='article.txt', result_file='wordcloud.png')
+
+# 5. Generate a QR code
+from skills.tools import qrcodetools
+qrcodetools(url='https://www.python-office.com', output='qrcode.png')
+```
+
+> 🎬 Video tutorials:
+
+---
+
+## 💡 Featured Skills
+
+
+📊 Excel Processing (click to expand)
+
+```python
+from skills.excel import fake2excel
+fake2excel(columns=['name', 'phone'], rows=1000, path='test.xlsx')
+
+from skills.excel import merge2excel
+merge2excel(dir_path='./my_excels', output_file='all.xlsx')
+```
+
+
+
+📕 PDF Processing (click to expand)
+
+```python
+from skills.pdf import pdf2docx # PDF → Word
+from skills.pdf import pdf2imgs # PDF → images
+from skills.pdf import merge2pdf # Merge multiple PDFs
+from skills.pdf import split4pdf # Split a PDF
+from skills.pdf import encrypt4pdf # Encrypt a PDF
+from skills.pdf import add_watermark_by_parameters # PDF watermark
+```
+
+
+
+🖼️ Image Processing (click to expand)
+
+```python
+from skills.image import compress_image # Compress images
+from skills.image import add_watermark # Add watermark
+from skills.image import del_watermark # Remove watermark
+from skills.image import txt2wordcloud # Generate word cloud
+from skills.image import pencil4img # Pencil-sketch style
+from skills.image import img2Cartoon # Cartoon style
+from skills.image import decode_qrcode # Decode QR code
+```
+
+
+
+💬 WeChat Bot (click to expand)
+
+```python
+from skills.wechat import send_message
+send_message(who='File Transfer', message='Hello!')
+
+from skills.wechat import send_message_by_time
+send_message_by_time(who='File Transfer', message='Good morning', time='08:00:00')
+```
+
+
+
+🎬 Video Processing (click to expand)
+
+```python
+from skills.video import video2mp3 # Video → MP3
+from skills.video import audio2txt # Audio → text
+from skills.video import txt2mp3 # Text → speech
+from skills.video import mark2video # Video watermark
+```
+
-## 🛠️包含组件
+---
-很多朋友发现``python-office``这个库,下载很慢很大,是因为它集成了以下这些库,你可以去挑自己需要功能,单独下载对应的第三方库。
-> 以下所有独立的子库,也都在持续地开发和维护中。
+## 🌟 Use Cases
-| 模块 | 介绍 |
-|---------------|--------------|
-| PyOfficeRobot | 微信机器人 |
-| poocr | 识别功能,例如:发票识别 |
-| popdf | pdf处理 |
-| poemail | 自动发邮件 |
-| porobot | AI机器人 |
-| poimage | 图片处理 |
-| poai | AI工具 |
-| poexcel | excel处理 |
-| poword | word处理 |
-| pofile | 文件管理 |
-| search4file | 文档搜索 |
-| poppt | ppt处理 |
-| wftools | 便捷小工具 |
-| pofinance | 炒股工具 |
-| pohan | 中文编程 |
-| povideo | 视频处理 |
-| potime | 时间工具 |
-| poprogress | 进度条工具 |
-| pocode | 代码管理 |
+python-office fits the following roles and scenarios:
+| 👤 Role | 🎯 Scenario |
+|--------|-------------|
+| 📊 **Office workers** | Batch process PDF, Excel, Word, PPT — 10x efficiency |
+| 🎓 **Students / Teachers** | Paper formatting, test grading, resource organization |
+| 👨💻 **Developers** | Automation scripts, crawler data processing, batch files |
+| 🤖 **AI enthusiasts** | Let AI auto-call tools for complex office tasks |
+| 📷 **Content creators** | Batch image processing, video-to-audio, QR generation |
+| 💼 **Finance / HR** | Invoice OCR, Excel merging, file organization |
-可以根据需求对每个模块单独引入,也可以通过`import office`方式引入所有模块。
+---
+## 🛠️ Components
--------------------------------------------------------------------------------
+Each feature is accessible via the traditional `import office` style, or directly from `skills.xxx`.
-## 🏗️添砖加瓦
+| Module | Description | Skills Path |
+|--------|-------------|-------------|
+| PyOfficeRobot | WeChat bot | `skills/wechat/` |
+| poocr | OCR (invoice, table, image) | `skills/ocr/` |
+| popdf | PDF → Word / image / split / merge / encrypt | `skills/pdf/` |
+| poemail | Auto-send emails | `office/api/email.py` |
+| porobot | AI bot | `office/api/tools.py` |
+| poimage | Image compress / watermark / word cloud / filters | `skills/image/` |
+| poai | AI utilities | `office/lib/` |
+| poexcel | Excel merge / split / mock data | `skills/excel/` |
+| poword | Word → PDF / extract images | `skills/word/` |
+| pofile | Batch file rename / organize | `skills/file/` |
+| search4file | Document search | `skills/file/` |
+| poppt | PPT → PDF / image | `skills/ppt/` |
+| wftools | Translation / QR code / password generator, etc. | `skills/tools/` |
+| pofinance | Stock T+0 calculator | `skills/finance/` |
+| pohan | Chinese programming | - |
+| povideo | Video → audio / speech recognition | `skills/video/` |
+| potime | Time utilities | - |
+| poprogress | Progress bar utilities | - |
+| pocode | Code management | - |
-### 📐PR的建议
+---
-python-office欢迎任何人来添砖加瓦,贡献代码,建议提交的pr(pull request)放在一个单独的文件夹下:
+## 🗺️ Roadmap
-- 在[contributors](https://atomgit.com/CoderWanFeng1/python-office/tree/main/contributors)文件夹中,用自己的GitHub名字建一个文件夹;
-- 把自己的所有代码,都提交到这个自己的文件夹里;
-- 不要改其它任何文件夹里的代码!不要改别人的代码!
-- 对别人的代码有疑问,可以直接提issue。
+- [x] **v1.x**: 73 Skills covering all office automation scenarios
+- [x] **Skills system**: Every feature independently AI-callable
+- [ ] **v2.0**: Plugin architecture with custom Skill support
+- [ ] **Web GUI**: Visual operation interface
+- [ ] **More AI capabilities**: AI writing, AI data analysis
+- [ ] **Enterprise edition**: Private deployment + permission management
-### 🐞提供bug反馈或建议
+Feel free to submit requests in [Issues](https://github.com/CoderWanFeng/python-office/issues)!
-提交问题反馈时,请务必填写和python-office代码本身有关的问题,不进行有关python学习,甚至是个人练习的知识答疑和讨论。
+---
-- [atomgit issue](https://atomgit.com/CoderWanFeng1/python-office/issues)
-- [Gitee issue](https://gitee.com/CoderWanFeng/python-office/issues)
-- [Github issue](https://github.com/CoderWanFeng/python-office/issues)
+## 📝 Documentation
--------------------------------------------------------------------------------
+- 📘 [Chinese Documentation](https://www.python4office.cn/python-office/profile/)
+- 📗 [English Documentation](https://www.python4office.cn/python-office/profile/)
+- 🎬 [Video Tutorials](https://www.python-office.com/video/video.html)
+- 🤖 [Skills Index](./skills/README.md)
+- ❓ [FAQ](https://www.python4office.cn/python-office/profile/)
-## ⭐Star python-office
+---
+
+## 🤝 Contributing
+
+Contributions are welcome. Please submit your PR in a dedicated folder:
+
+- Create a folder with your GitHub username under [contributors](./contributors/)
+- Put all your code inside that folder
+- **Do not modify any other folders**
+- For questions about existing code, please open an issue
+
+### Code Style
+
+1. **Comments**: Document every parameter and return value of new functions
+2. **Formatting**: Format only your own code
+3. **Tests**: Unit tests are optional but strongly recommended
+4. **Skills**: When adding a new method, also add a Skill wrapper under `skills///`
+
+### Contributors ✨
+
+Thanks to everyone who makes python-office better!
+
+
+
+
+
+---
+
+## 🐞 Bug Reports & Suggestions
+
+Please only submit issues related to the python-office codebase itself. We don't answer general Python learning questions.
+
+- [GitHub Issues](https://github.com/CoderWanFeng/python-office/issues)
+- [Gitee Issues](https://gitee.com/CoderWanFeng/python-office/issues)
+- [AtomGit Issues](https://atomgit.com/CoderWanFeng1/python-office/issues)
+
+---
+
+## 💖 Sponsor
+
+If python-office has saved you significant time, please consider supporting continued development:
+
+- ⭐ **Star this repo** — the biggest support
+- 🗣️ **Tell your friends** — word of mouth
+- 💰 **WeChat tip** — see the QR code at the bottom of this README
+- 🐛 **Contribute code** — submit a PR or Issue
+
+---
+
+## 📜 License
+
+This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
+
+```
+MIT License
+
+Copyright (c) 2026 CoderWanFeng
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+```
+
+---
+
+## 🙏 Acknowledgments
+
+- Thanks to all contributors and issue reporters
+- Thanks to the [python4office](https://www.python4office.cn/) community
+- Inspired by outstanding open-source projects like [Requests](https://github.com/psf/requests), [FastAPI](https://github.com/tiangolo/fastapi), [LangChain](https://github.com/langchain-ai/langchain)
+- Built with ❤️ in China
+
+---
+
+## ⭐ Star History
[](https://starchart.cc/CoderWanFeng/python-office)
-## 📌联系作者
+---
+
+## 📌 Contact the Author
-
+
-
-
+
+
+
+
+
+ 👉 Join the open-source community ·
+ WeChat the author 👈
+---
+
+
+ If this project helps you, a ⭐ Star is the best encouragement!
+