Habilidades outlook-automation
📦

outlook-automation

Seguro ⚙️ Comandos externos🌐 Acceso a red

Automate Outlook Email and Calendar Tasks

Automate Microsoft Outlook operations including email search, calendar management, and contact organization through Claude Code and Rube MCP integration.

Soporta: Claude Codex Code(CC)
🥉 74 Bronce
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "outlook-automation". Find emails about project status from john@example.com this month

Resultado esperado:

Found 5 emails:

1. **Project Update - March 15**
From: john@example.com
Date: 2025-03-15
Preview: Here's the latest status on the project...

2. **RE: Project Timeline**
From: john@example.com
Date: 2025-03-10
Preview: We need to discuss the timeline...

[3 more results]

Usando "outlook-automation". Show my calendar for next Monday

Resultado esperado:

Monday, March 17 Schedule:

9:00 AM - 10:30 AM Weekly Team Standup
11:00 AM - 12:00 PM Client Call
2:00 PM - 3:00 PM Project Review
4:00 PM - 4:30 PM 1:1 with Manager

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
85
Contenido
50
Comunidad
100
Seguridad
91
Cumplimiento de la especificación

Lo que puedes crear

Email Management for Professionals

Search and organize work emails efficiently using natural language queries

Calendar Coordination

Check schedules and schedule meetings across calendars

Contact Organization

Create and organize contacts and contact folders for business directories

Prueba estos prompts

Find Emails from Specific Sender
Search my Outlook for emails from {sender_email} received in the last 30 days. List the subject, date, and preview of each message.
List Unread High-Priority Emails
Show me all unread high-importance emails in my inbox from this week.
Check Calendar Availability
What is my schedule for next Tuesday between 9 AM and 5 PM? Show free/busy status.
Create Contact
Create a new contact named {name} with email {email} in my contacts.

Mejores prácticas

  • Always call RUBE_SEARCH_TOOLS first to get the current tool schemas before starting
  • Verify Outlook connection status is ACTIVE before running any workflows
  • Use the correct property names: email uses receivedDateTime, calendar uses start/dateTime

Evitar

  • Using email property fields (receivedDateTime) in calendar queries
  • Assuming @hotmail.com or @outlook.com accounts have full API access
  • Using display names instead of folder IDs for custom folders

Preguntas frecuentes

What accounts work with this skill?
This skill works with Microsoft 365 and Enterprise accounts. Personal accounts like @hotmail.com or @outlook.com have limited API access.
Do I need API keys?
No API keys are needed. You only need to add the Rube MCP endpoint and complete Microsoft OAuth authentication.
Can I search across all email folders?
Yes, use OUTLOOK_SEARCH_MESSAGES for cross-folder search. OUTLOOK_QUERY_EMAILS searches only a single folder.
How do I check if Rube MCP is connected?
Call RUBE_SEARCH_TOOLS and verify it responds with available tools. Check connection status via RUBE_MANAGE_CONNECTIONS.
What is KQL syntax?
KQL (Keyword Query Language) is used for email search. Examples: from:user@example.com, subject:invoice, hasattachment:yes
Can I manage multiple calendars?
Yes, use OUTLOOK_LIST_CALENDARS to see available calendars, then specify calendar_id in other calendar operations.

Detalles del desarrollador

Estructura de archivos

📄 SKILL.md