Agent skill
Outlook Email Forwarder
A skill that checks Outlook 365 company mail, finds specific emails, checks for attachments, and forwards them to another email address.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/outlook-email-forwarder
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?