outlook-emails-lawvable
Read, search, and download emails and attachments from Microsoft Outlook via OAuth2. Use when the user asks to (1) check, read, or fetch emails or messages from Outlook, (2) search emails by keyword, sender, or subject, (3) download email attachments such as contracts, NDAs, or documents, (4) chain email content into other skills (e.g. "read the latest email from X and review the attached NDA"), or (5) any task involving Microsoft Outlook, Office 365, or Exchange email access.
What this skill does
# Outlook Email Integration (Read-Only) ## Overview | What this skill does | What it does NOT do | | --- | --- | | Read and search Outlook emails | Send emails | | Download email attachments | Store any data between sessions | | Integrate with other Skills (NDA, contracts) | Require any technical setup | ## Getting Started No configuration needed. Just run the skill and sign in with your Microsoft account. ### Read emails ```bash # Last 10 emails uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py # Last 5 emails uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --limit 5 ``` ### Search emails ```bash # Search by keyword uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --search "NDA" # Search by sender uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --from "[email protected]" ``` ### Download attachments ```bash uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --download ``` --- ## Authentication Each run opens a browser window for Microsoft login. Sign in with your Microsoft account and accept the permissions. **Read-only access.** The skill only requests permission to read your emails and your profile. It cannot send emails or modify anything. **Zero data retention.** No token is stored between sessions. Each time you run the skill, you authenticate fresh. Nothing is cached on disk. **Your password is never shared with Lawvable.** --- ## Integration with Other Skills ### Example: Email → NDA Review ``` User: "Read the latest email from [email protected] and review the NDA attachment using the NDA skill" Claude will: 1. Use outlook_oauth.py to fetch the email 2. Download the .docx attachment 3. Use nda-review-jamie-tso skill to analyze 4. Return the issue log with redlines ``` --- ## Advanced: Use Your Own Azure App If you prefer to use your own Azure App Registration, set this environment variable: ``` AZURE_CLIENT_ID=your-client-id ``` See `references/AZURE_SETUP.md` for the full setup guide.
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.