outlook-email-search

Search and retrieve Outlook email messages via the Microsoft Graph API.

86|42|Updated May 6, 2026
One-click install
npx skills add https://github.com/NVIDIA/nemoclaw-community --skill outlook-email-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook-email-search
Source: https://github.com/NVIDIA/nemoclaw-community/tree/main/examples/recipes/nvidia/developer-community-chief-of-staff/agents/hermes/skills/outlook-email-search
Command: npx skills add https://github.com/NVIDIA/nemoclaw-community --skill outlook-email-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the challenge of navigating large volumes of email correspondence by providing a structured, programmatic way to search, filter, and synthesize information from Outlook mailboxes.

Core Features & Use Cases

  • Advanced Search: Perform complex queries across subjects, bodies, and senders with support for date ranges and folder-specific filtering.
  • Thread Analysis: Retrieve full conversation threads to understand the context of back-and-forth discussions.
  • Use Case: Use this skill to quickly identify if a specific project decision was communicated by an external partner or to summarize the main themes of recent emails from a specific domain.

Quick Start

Use the outlook-email-search skill to find all unread emails from the last week and summarize the main topics discussed.

Frequently Asked Questions about outlook-email-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and retrieve Outlook emails programmatically?

You can search and retrieve Outlook emails programmatically by using this Skill to query Microsoft Graph API, allowing you to filter by subjects, senders, and date ranges across specific mailbox folders.

Can I retrieve full email conversation threads from a Microsoft Outlook mailbox?

Yes, you can retrieve full email conversation threads from an Outlook mailbox to understand the context of back-and-forth discussions by querying the Microsoft Graph API with this Skill.

Do I need special authentication to access Outlook mail via the Microsoft Graph API?

Yes, accessing Outlook mail via the Microsoft Graph API requires secure delegated access to mailbox resources, which is facilitated through OpenShell L7 proxy authentication.

What is the best way to analyze cross-domain communication in Outlook emails?

The best way to analyze cross-domain communication in Outlook emails is to use this Skill to perform advanced search queries across senders and bodies, synthesizing mailbox information for agentic workflows.

Can I filter Outlook email searches by specific folders and date ranges?

Yes, you can filter Outlook email searches by specific folders and date ranges, performing complex queries across subjects, bodies, and senders to support targeted information discovery.