Workplace Efficiency Master
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_ef64daef/zhichangxiaolv.
About this skill
Problem It Solves
Repetitive office work often comes from moving the same data between files, spreadsheets, documents, and mail: renaming by date, merging columns from multiple Excel workbooks, exporting reports, checking page fields, or sending processed files. This skill frames those actions as executable Python scripts, which fits engineers who want to batch office workflows locally or inside an agent environment.
How It Works
The core is a set of directory-based modules rather than one monolithic command:
- File processing:
batch_rename.pyhandles bulk renaming,file_search.pysearches content, andfile_classifier.pyapplies classification rules. - Spreadsheet and reporting:
excel_merge.py,excel_pivot.py, andexcel_report.pytarget merging, pivoting, and output, built onpandasandopenpyxl. - Document conversion:
word_processor.pyandpdf_processor.pycover common Word and PDF operations, usingpython-docxandPyPDF2. - Email and data:
email_sender.pyanddata_processor.pyare useful for sending results or normalizing structured data. - Scheduling and monitoring:
task_scheduler.py,backup_manager.py, andweb_monitor.pycan support recurring jobs, backups, and page checks.
A typical run prepares input files and rule parameters, calls the relevant module script, inspects output or logs, and then decides whether to hand the result to email, reporting, or backup steps.
Boundaries and Notes
This is closer to a local office scripting toolkit than a full cloud productivity suite. It expects a Python 3.8+ environment plus dependencies such as pandas, openpyxl, python-docx, PyPDF2, Pillow, and qrcode. Email sending, scheduled tasks, and web monitoring depend on local permissions, account configuration, and external site stability. Cross-format conversion quality also depends on source file structure, so parameters and scripts may need updates when file permissions, template fields, or website layouts change.
Use Cases
- Bulk-rename 100 exported files by date and template.
- Merge and pivot monthly Excel data into a summary report.
- Convert Word or PDF files into editable deliverables.
- Schedule directory backups and check web page fields.
Best For
- Operations staff who bulk-rename exported files by date and archive them.
- Financial analysts who merge monthly Excel data into pivot summaries.
- Consultants who convert Word or PDF files into editable deliverables.
- Support engineers who schedule key-directory backups and check page fields.
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.