microsoft-skill
NewMicrosoft Graph API integration - access Outlook/Hotmail emails
Overview
Claude Code plugin marketplace for Focus.AI tools and workflows.
Installation
Add the Marketplace
# Add the marketplace (gives access to all plugins)
/plugin marketplace add The-Focus-AI/claude-marketplaceThen restart Claude Code.
Install Individual Plugins
After adding the marketplace, install specific plugins:
# Install a plugin from the marketplace
/plugin install <plugin-name>@focus-marketplace
# Examples:
/plugin install nano-banana@focus-marketplace
/plugin install google-skill@focus-marketplace
/plugin install chrome-driver@focus-marketplaceAvailable Plugins
Media Generation
| Plugin | Install | Description |
|---|---|---|
| [nano-banana](https://github.com/The-Focus-AI/nano-banana-cli) | /plugin install nano-banana@focus-marketplace | AI image and video generation using Google Gemini and Veo models |
Skills: nano-banana-imagegen (text-to-image, editing, style transfer), nano-banana-videogen (text-to-video, image-to-video)
Browser Automation
| Plugin | Install | Description |
|---|---|---|
| [chrome-driver](https://github.com/The-Focus-AI/chrome-driver) | /plugin install chrome-driver@focus-marketplace | Web automation via Chrome DevTools Protocol |
Commands: /browser /screenshot /pdf /extract /navigate /interact /form /record /cookies
Google Services
| Plugin | Install | Description |
|---|---|---|
| [google-skill](https://github.com/The-Focus-AI/google-skill) | /plugin install google-skill@focus-marketplace | Unified Google services with shared OAuth |
Skills: /gmail (email + calendar), /gsheets (spreadsheets), /gdocs (documents), /youtube (video search)
Social Media
| Plugin | Install | Description |
|---|---|---|
| [twitter-skill](https://github.com/The-Focus-AI/twitter-skill) | /plugin install twitter-skill@focus-marketplace | Twitter/X API - tweets, timeline, lists, engagement |
Skills: /twitter (post tweets, read timeline, manage lists, engage with content)
Productivity Integrations
| Plugin | Install | Description |
|---|---|---|
| [buttondown-skill](https://github.com/The-Focus-AI/buttondown-skill) | /plugin install buttondown-skill@focus-marketplace | Newsletter management for Buttondown |
| [granola-skill](https://github.com/The-Focus-AI/granola-skill) | /plugin install granola-skill@focus-marketplace | Access Granola meeting notes and transcripts |
| [microsoft-skill](https://github.com/The-Focus-AI/microsoft-skill) | /plugin install microsoft-skill@focus-marketplace | Microsoft Graph API - Outlook/Hotmail email access |
Skills: /buttondown (drafts, scheduling, analytics), /granola (meetings, transcripts, search), /microsoft-outlook (emails, messages, download)
Accounting
| Plugin | Install | Description |
|---|---|---|
| [quickbooks-skill](https://github.com/The-Focus-AI/quickbooks-skill) | /plugin install quickbooks-skill@focus-marketplace | QuickBooks Online read-only access |
Skills: /quickbooks (customers, vendors, invoices, bills, purchases, deposits, time activities, employees, accounts)
Focus.AI Development
| Plugin | Install | Description |
|---|---|---|
| [focus-ai-brand](https://github.com/The-Focus-AI/focus-ai-brand) | /plugin install focus-ai-brand@focus-marketplace | Apply Focus.AI brand guidelines |
| [focus-skills](https://github.com/The-Focus-AI/focus-skills) | /plugin install focus-skills@focus-marketplace | Development guidance for Focus.AI ecosystem |
| [focus-commands](https://github.com/The-Focus-AI/focus-commands) | /plugin install focus-commands@focus-marketplace | Project setup automation |
Skills/Commands: /report (branded HTML), /setup-beads (issue tracking), Distill backend, Focus Account, Twitter OAuth
Research
| Plugin | Install | Description |
|---|---|---|
| [focus-agents](https://github.com/The-Focus-AI/focus-agents) | /plugin install focus-agents@focus-marketplace | Academic-style web research and report generation |
Skills: /research (gather 10+ sources, generate markdown reports)
Infrastructure
| Plugin | Install | Description |
|---|---|---|
| [marina-skill](https://github.com/The-Focus-AI/marina-skill) | /plugin install marina-skill@focus-marketplace | Hetzner servers, Cloudflare DNS, Docker deployments |
Skills: server-management (create/list/destroy servers), server-bootstrap (Docker, Caddy, deploy user), dns-management (Cloudflare records), app-deployment (git-push-to-deploy) Commands: /marina-server /marina-deploy /marina-status
Prediction Markets
| Plugin | Install | Description |
|---|---|---|
| [polymarket-skill](https://github.com/The-Focus-AI/polymarket-skill) | /plugin install polymarket-skill@focus-marketplace | Polymarket prediction market data and analytics |
Skills: /polymarket (search markets, get prices, view events, trending markets, orderbook data, trade history)
Document Search
| Plugin | Install | Description |
|---|---|---|
| [embeddings-search-skill](https://github.com/The-Focus-AI/embeddings-search-skill) | /plugin install embeddings-search-skill@focus-marketplace | Hybrid document search with semantic embeddings |
Features: Combines grep-style matching with semantic similarity using Xenova/all-MiniLM-L6-v2 (384-dim vectors). Auto-indexes documents on first search with JSON sidecar storage (.embedding files). Supports date filtering and incremental updates. Direct support for .txt/.md; .pdf/.doc/.docx/.ppt/.pptx via text extraction sidecars.
macOS clipboard (markdown → rich text)
| Plugin | Install | Description |
|---|---|---|
| [mdcopy](https://github.com/The-Focus-AI/mdcopy) | /plugin install mdcopy@focus-marketplace | Pandoc + pasteboard: paste GFM into Mail/Docs/Slack/Word with real headings, lists, tables, and links |
Skills: mdcopy (pipe or file markdown to HTML clipboard; requires macOS and brew install pandoc). Fetchable agent spec: https://raw.githubusercontent.com/The-Focus-AI/mdcopy/main/LLM.txt
Structure
This is a registry-only marketplace. All plugins are hosted in their own repositories:
focus-marketplace/
└── .claude-plugin/
└── marketplace.json # Registry pointing to plugin reposLicense
Proprietary - The Focus AI
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/microsoft-skill.md https://raw.githubusercontent.com/The-Focus-AI/claude-marketplace/main/SKILL.md/microsoft-skillFrequently Asked Questions
What is microsoft-skill?
Microsoft Graph API integration - access Outlook/Hotmail emails
How to install microsoft-skill?
To install microsoft-skill, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /microsoft-skill.
What is microsoft-skill best for?
microsoft-skill is a community categorized under General. It is designed for: api. Created by The Focus AI.