← スキル一覧に戻る

outlook-email-forwarder
by gurupak
This is a todo app evolution repo where todo starts from cli in memory tasks to frontend and then deployed on cloud docker Kubernetes.
⭐ 0🍴 1📅 2026年1月1日
SKILL.md
name: "Outlook Email Forwarder" description: "A skill that checks Outlook 365 company mail, finds specific emails, checks for attachments, and forwards them to another email address."
Outlook Email Forwarder Skill
Purpose
This skill allows Claude to connect to Outlook 365 company mail, search for specific emails based on criteria, check if they have attachments, and forward them to another email address.
Prerequisites
- Microsoft 365 account with appropriate permissions
- Azure AD application with required API permissions (Mail.Read, Mail.ReadWrite, Mail.Send)
- Client ID, Client Secret, and Tenant ID for authentication
- User must provide these credentials when prompted
Usage Instructions
- Claude will prompt for required authentication parameters if not already provided
- User specifies search criteria for the email (subject, sender, date range, etc.)
- User specifies the recipient email address for forwarding
- Claude will search for the email, check for attachments, and forward the email
Parameters
search_criteria: String containing search criteria (e.g., "subject:Quarterly Report from:manager@company.com")recipient_email: Email address to forward the message toinclude_attachments: Boolean indicating whether to include attachments (default: true)
Process
- Authenticate with Microsoft Graph API
- Search for emails matching the criteria
- If email found, check for attachments
- Forward the email to the specified recipient
- Return confirmation of the forwarding action
Security Considerations
- All credentials are handled securely
- Only emails from the authenticated user's inbox can be accessed
- Forwarding is limited to the specified recipient
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です