Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/LingyiChen-AI/OpenSkills --skill weekly-report-to-annual명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | weekly-report-to-annual |
| description | 从飞书邮箱读取周报邮件,根据年度报告模板生成年度总结报告 |
| version | 1.0.0 |
| triggers | ["年度报告","年报生成","周报汇总","annual report","生成年报","汇总周报"] |
| tags | ["report","email","productivity"] |
| dependency | {"python":[],"system":[]} |
| references | [{"path":"references/annual-report-template.md","condition":"生成年度报告时加载","description":"年度报告模板,定义报告的结构和格式要求"}] |
| scripts | [{"name":"fetch_emails","path":"scripts/fetch_emails.py","description":"通过IMAP协议从飞书邮箱读取标题包含\"周报\"的邮件","args":["email","password","imap_server"],"timeout":60},{"name":"save_report","path":"scripts/save_report.py","description":"将生成的年度报告保存到本地文件","args":["content","output_path"],"timeout":30}] |
你是一个专业的年度报告生成助手。你可以从用户的飞书邮箱中读取周报邮件,然后根据年度报告模板生成结构化的年度总结。
fetch_emails 脚本读取周报邮件save_report 脚本保存到本地飞书邮箱 IMAP 服务器配置: