@opentabs-dev/opentabs-plugin-outlook
v0.0.89
Published
OpenTabs plugin for Microsoft Outlook
Maintainers
Readme
Microsoft Outlook
OpenTabs plugin for Microsoft Outlook — gives AI agents access to Microsoft Outlook through your authenticated browser session.
Install
opentabs plugin install outlookOr install globally via npm:
npm install -g @opentabs-dev/opentabs-plugin-outlookSetup
- Open outlook.cloud.microsoft in Chrome and log in
- Open the OpenTabs side panel — the Microsoft Outlook plugin should appear as ready
Tools (15)
Account (1)
| Tool | Description | Type |
|---|---|---|
| get_current_user | Get the current user profile | Read |
Messages (13)
| Tool | Description | Type |
|---|---|---|
| list_messages | List emails in a folder | Read |
| get_message | Get full email content | Read |
| search_messages | Search emails by keyword | Read |
| send_message | Send an email | Write |
| reply_to_message | Reply to an email | Write |
| forward_message | Forward an email | Write |
| create_draft | Create a draft email | Write |
| update_message | Update email properties | Write |
| move_message | Move email to folder | Write |
| delete_message | Delete an email | Write |
| list_attachments | List email attachments | Read |
| get_attachment_content | Get attachment content | Read |
| download_attachment | Save attachment to Downloads folder | Write |
Folders (1)
| Tool | Description | Type |
|---|---|---|
| list_folders | List mail folders | Read |
How It Works
This plugin runs inside your Microsoft Outlook tab through the OpenTabs Chrome extension. It uses your existing browser session — no API tokens or OAuth apps required. All operations happen as you, with your permissions.
License
MIT
