用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/whyzsm/tiny-agents --skill work-report命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Single-Agent T-MAX Java backend architecture and engineering rule package. Use when Codex must design, implement, review, or diagnose T-MAX backend services involving Java 8, Spring Boot, Kylin, MyBatis XML, TiDB/MySQL, Apollo/Nacos, Feign, AnePageHelper, ResponseResult/DataGridResult, UEP export, Redis, RabbitMQ, or Maven multi-module repositories. Routes one Agent through repository intake, architecture decisions, API/data contracts, implementation diagnosis, quality/security review, and bounded evidence loops while keeping builds, tests, live calls, commits, and pushes as separate authority boundaries.
Create polished consulting-style single-file HTML research reports from messy business notes, screenshots, metrics, and iterative user feedback. Use this skill whenever the user asks for a 咨询风/艾瑞咨询风/研究报告/汇报报告/HTML报告, wants business or AI landing-practice material turned into a management-facing report, asks to add charts/diagrams, or asks to update report metrics and keep the whole HTML report consistent.
Audit HarmonyOS applications for AppGallery/AGC release readiness, including Huawei UX/HMI controls, system-feature integrations, and performance gates for multi-input interaction, latency, frame rate, content display, memory, and CPU. Use when users ask for 鸿蒙上架自检、应用市场审核、AGC发布前检查、控件/系统特性/人机交互/签名/隐私/权限/截图/性能核对或 release 包门禁, especially for Stage-model projects with module.json5, build-profile.json5, hvigorw, and local-first data constraints.
基于 SOC 职业分类
| name | work-report |
| description | 生成工作汇报PPT。使用python-pptx库创建演示文稿,用于生成工作周报、月报、项目汇报等。第一页标题用宋体48号,内容页标题36号,正文18号,总页数控制在10页以内,最后一页为"谢谢观看"。 |
使用 Python python-pptx 库生成工作汇报演示文稿。
PPT 保存到:~/Documents/工作汇报_<日期>.pptx
python3 ~/Desktop/github/openclaw/skills/work-report/scripts/generate_ppt.py \
--title "本周工作汇报" \
--sections "项目进展:完成了用户登录功能开发|问题与挑战:后端接口响应慢|下周计划:优化接口性能" \
--output ~/Documents/my_report.pptx
--title: 汇报标题(必填)--sections: 内容板块,格式为"板块名:内容|板块名:内容"--output: 输出文件路径(可选,默认 ~/Documents/工作汇报_日期.pptx)板块名1:板块内容的第一段|板块名1:板块内容的第二段
板块名2:板块内容
用 | 分隔同一板块的多段内容,用 : 分隔板块名和内容。
python3 ~/Desktop/github/openclaw/skills/work-report/scripts/generate_ppt.py \
--title "第12周工作汇报" \
--sections "本周完成:完成了用户管理模块的开发|本周完成:修复了5个已知bug|遇到问题:测试环境数据库连接不稳定|下周计划:完成订单管理模块开发|下周计划:准备UAT测试"
python3 ~/Desktop/github/openclaw/skills/work-report/scripts/generate_ppt.py \
--title "XX项目进度汇报" \
--sections "项目概况:项目总进度60%,团队5人|本周进展:完成核心功能开发,进入测试阶段|风险评估:人员紧张,可能影响进度|后续安排:增加资源,确保按期交付"
open ~/Documents/工作汇报_2026-03-12.pptx
直接告诉 OpenClaw:
OpenClaw 会调用此 skill 生成 PPT。