outlook

Parse Outlook export JSON to summarize emails and list appointments.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gevrey/openclaw_backup --skill outlook-gevrey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook
Source: https://github.com/gevrey/openclaw_backup/tree/main/skills/outlook
Command: npx skills add https://github.com/gevrey/openclaw_backup --skill outlook-gevrey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Reads local Microsoft Outlook email and appointment exports to enable quick analysis, summaries, and extraction of actionable items from JSON data.

Core Features & Use Cases

  • Read and summarize email threads and messages from Outlook export JSON files.
  • List upcoming and past appointments and extract key details (start, end, location, organizer).
  • Search emails and appointments by keyword and surface relevant results and action items.

Quick Start

Run the Outlook reader to summarize recent emails and list upcoming appointments from your local exports.

Frequently Asked Questions about outlook

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

FAQPage Schema
How do I summarize email threads from Outlook export JSON files?

To summarize email threads from Outlook exports, this Skill parses emails_all.json files using Python scripts to extract conversations and surface key insights. It reads local Microsoft Outlook email exports to enable quick analysis and summarization of your messages.

Can I search for keywords and action items in exported Outlook emails?

Yes, you can search exported Outlook emails by keyword. The Skill filters your local Outlook export JSON data to surface relevant results and pull specific action items from your email conversations and appointment details.

How do I extract appointment details from an Outlook calendar export?

To extract appointment details from an Outlook calendar export, the Skill reads appointments_all.json to list upcoming and past events. It parses the JSON data to pull key details including start time, end time, location, and organizer information.

Do I need Python to read local Outlook export JSON files?

You need local Outlook export JSON files to use this Skill. It uses Python scripts internally to parse emails_all.json and appointments_all.json, so you do not need to write your own code to read the export data.

What is the best way to analyze Outlook email and calendar data without connecting directly to the server?

The best way to analyze Outlook data offline is by processing local export files. This Skill reads exported JSON data from emails and appointments to reveal insights, search information, and summarize threads without requiring a live server connection.