← Back to Skills Marketplace
502
Downloads
0
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install work-report
Description
生成工作汇报PPT。使用python-pptx库创建演示文稿,用于生成工作周报、月报、项目汇报等。第一页标题用宋体48号,内容页标题36号,正文18号,总页数控制在10页以内,最后一页为"谢谢观看"。
Usage Guidance
This skill appears coherent and local-only: it generates PPTX files using python-pptx and saves them to ~/Documents by default. Before installing/use: (1) ensure you have Python 3 and the python-pptx package installed, (2) confirm you are comfortable the script will write files to your Documents folder or any --output path you provide (it can overwrite an explicitly passed path), and (3) verify the skill source if you obtained it from an untrusted location—run the script in a sandbox or inspect it (it's short and readable) if you have any doubt. No network access or credentials are requested by the skill.
Capability Analysis
Type: OpenClaw Skill
Name: work-report
Version: 1.0.0
The skill bundle is a legitimate utility for generating PowerPoint presentations using the python-pptx library. The Python script (generate_ppt.py) and instructions (SKILL.md) focus entirely on formatting slides and saving them to the user's Documents folder without any evidence of data exfiltration, unauthorized network access, or malicious command execution.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included script all match: they generate a work-report PPT with specified fonts/sizes and a max page count. No unrelated capabilities (cloud access, system administration, etc.) are requested.
Instruction Scope
Runtime instructions only invoke the included Python script with CLI args and open a local file. The script reads only its arguments and writes a PPTX into the user's ~/Documents (or a provided --output). It does not read other system files, environment variables, or contact external endpoints.
Install Mechanism
There is no install spec (lowest-risk), but the SKILL.md and script assume a Python 3 interpreter and the python-pptx package. The skill does not declare or automate installing that dependency—users should ensure python3 and python-pptx are present.
Credentials
The skill requires no environment variables, credentials, or config paths. The script writes only to the user's Documents folder (or a specified output) which is proportionate to its purpose.
Persistence & Privilege
The skill is not always-enabled and does not request persistent elevated privileges or modify other skills or global settings. It runs only when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install work-report - After installation, invoke the skill by name or use
/work-report - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the work-report skill.
- Generate concise work report PPTs using the python-pptx library.
- Supports weekly, monthly, and project reports with user-defined sections.
- Follows clear formatting: title slide (Songti 48pt), content titles (36pt), body (18pt), "Thank You" final slide.
- Output limited to a maximum of 10 slides, saved automatically to ~/Documents with a timestamped filename.
- Easy command-line and OpenClaw usage with simple section formatting.
Metadata
Frequently Asked Questions
What is 工作报告PPT生成技能?
生成工作汇报PPT。使用python-pptx库创建演示文稿,用于生成工作周报、月报、项目汇报等。第一页标题用宋体48号,内容页标题36号,正文18号,总页数控制在10页以内,最后一页为"谢谢观看"。 It is an AI Agent Skill for Claude Code / OpenClaw, with 502 downloads so far.
How do I install 工作报告PPT生成技能?
Run "/install work-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 工作报告PPT生成技能 free?
Yes, 工作报告PPT生成技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 工作报告PPT生成技能 support?
工作报告PPT生成技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 工作报告PPT生成技能?
It is built and maintained by xwzai (@xwzai); the current version is v1.0.0.
More Skills