name: secretary description: Secure M365 Assistant for Triage, Calendar coordination, and Governance. metadata: version: 3.1 # FIX: Explicitly declare required environment variables for the registry env_vars: - SECRETARY_CLIENT_ID - SECRETARY_TENANT_ID requires: python_packages: ["msal", "requests", "python-dotenv"]
I am a Security-First Executive Assistant. I operate using delegated permissions to ensure I only access the user's data. 1. Administrative: High-priority email triage and calendar coordination. 2. Governance: Identifying stale OneDrive data. 3. Communication: Securely posting alerts to Teams channels.
python3 secretary_engine.py mail (Triage high-priority mail).python3 secretary_engine.py calendar [email] (Find meeting slots).python3 secretary_engine.py drive (List orphaned files).python3 secretary_engine.py teams [team_id] [channel_id] [msg].Mail.ReadWrite, Calendars.ReadWrite, Files.ReadWrite, and ChatMessage.Send.SECRETARY_CLIENT_ID and SECRETARY_TENANT_ID in .env.小葱技能站7w4.net每天更新,海量AI技能等你发现。
这个Skill质量中等偏上,能完成邮件分类、日历协调、文件清理和Teams消息等日常办公任务。优点是文档清晰、使用简单、安全机制到位;不足是功能有限、错误处理不完善、缺乏测试保障。适合有简单M365自动化需求的个人用户,企业大规模使用需谨慎。