用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/zgiai/zgi --skill work-report-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Navigate the visible console to a safe internal page when the user asks to open, switch to, or go to another module.
Generate downloadable files from provided content, including basic exports, SVG files, styled DOCX documents, HTML-rendered PDFs, and static editable PPTX decks.
Call workflows explicitly bound to the current Agent as structured process tools.
基于 SOC 职业分类
正在显示 SKILL.md
| name | work-report-generator |
| description | Generate weekly or monthly work reports from user-provided progress, tasks, metrics, risks, and plans. |
| when_to_use | Use this skill when the user asks to write, organize, polish, export, or generate a weekly report, monthly report, work summary, team report, project report, or management update. |
| provider_type | builtin |
| provider_id | file_generator |
| runtime_type | hybrid |
| tools | ["generate_file"] |
| supported_callers | ["aichat","agent","workflow"] |
| max_calls_per_turn | 3 |
| timeout_seconds | 5 |
| tool_governance | {"generate_file":{"tool_id":"file.generate_report","skill_id":"work-report-generator","domain":"files","effect":"create","asset_type":"file","risk_level":"medium","requires_asset_resolution":false,"reversible":true,"bulk_sensitive":false,"external_side_effect":false,"permission_scopes":["file:create"],"default_approval_policy":"auto_by_permission_tier","allowed_permission_tiers":["basic","advanced","full"],"audit_required":true,"idempotency_required":false}} |
| display | {"icon":"clipboard-list","category":"office_productivity","scenarios":["office_collaboration","business_operations","planning_decision"],"label":{"en_US":"Work Report Generator","zh_Hans":"周报月报生成"},"description":{"en_US":"Designed for weekly and monthly reporting; extracts project progress, key metrics, risks, and next steps from work notes, then produces a structured report.","zh_Hans":"适用于整理周报和月报,可根据工作记录自动提取项目进展、关键数据、风险问题及下周计划,并生成结构化报告。"},"when_to_use":{"en_US":"Use when the user needs a weekly report, monthly report, work summary, project update, or management report.","zh_Hans":"当用户需要生成周报、月报、工作总结、项目进展汇报或管理汇报时使用。"},"tags":{"en_US":["Report","Productivity","Summary"],"zh_Hans":["周报","月报","工作总结"]}} |
Use this skill to turn raw work notes into a clear weekly or monthly work report. The output should be practical, structured, and ready to share with a manager, team, or customer.
generate_file.generate_file.skill_id, input, arguments, or JSON that represents this skill call unless the user explicitly asks to see implementation details or a call example.Use generate_file only when the user asks to export, download, save, or generate a file.
Recommended formats:
md for normal reports and editable structured text.docx when the user asks for Word or a formal editable document.pdf when the user asks for a read-only sharing file.txt only for plain text.When calling generate_file:
content: the final report text.format: selected from md, docx, pdf, or txt.filename: use a short ASCII name such as weekly-work-report or monthly-work-report.title: use the report title.lifecycle: use persistent by default.User input:
"帮我根据这些内容写本周周报:完成客户 A 需求评审,推进订单导入功能,修复 3 个线上问题,下周准备联调。"
Expected report shape:
# Weekly Work Report
## Summary
This week focused on customer requirement alignment, order import development, and production issue resolution.
## Completed Work
- Completed the requirement review for Customer A.
- Fixed 3 production issues.
## In Progress
- Continued development of the order import feature.
## Next Plan
- Prepare and start joint integration testing.