BeClaude

microsoft-skill

New
10Community RegistryGeneralby The Focus AI

Microsoft Graph API integration - access Outlook/Hotmail emails

Community PluginView Source

Overview

Claude Code plugin marketplace for Focus.AI tools and workflows.

Installation

Add the Marketplace

bash
# Add the marketplace (gives access to all plugins)
/plugin marketplace add The-Focus-AI/claude-marketplace

Then restart Claude Code.

Install Individual Plugins

After adding the marketplace, install specific plugins:

bash
# 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-marketplace

Available Plugins

Media Generation

PluginInstallDescription
[nano-banana](https://github.com/The-Focus-AI/nano-banana-cli)/plugin install nano-banana@focus-marketplaceAI 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

PluginInstallDescription
[chrome-driver](https://github.com/The-Focus-AI/chrome-driver)/plugin install chrome-driver@focus-marketplaceWeb automation via Chrome DevTools Protocol

Commands: /browser /screenshot /pdf /extract /navigate /interact /form /record /cookies

Google Services

PluginInstallDescription
[google-skill](https://github.com/The-Focus-AI/google-skill)/plugin install google-skill@focus-marketplaceUnified Google services with shared OAuth

Skills: /gmail (email + calendar), /gsheets (spreadsheets), /gdocs (documents), /youtube (video search)

Social Media

PluginInstallDescription
[twitter-skill](https://github.com/The-Focus-AI/twitter-skill)/plugin install twitter-skill@focus-marketplaceTwitter/X API - tweets, timeline, lists, engagement

Skills: /twitter (post tweets, read timeline, manage lists, engage with content)

Productivity Integrations

PluginInstallDescription
[buttondown-skill](https://github.com/The-Focus-AI/buttondown-skill)/plugin install buttondown-skill@focus-marketplaceNewsletter management for Buttondown
[granola-skill](https://github.com/The-Focus-AI/granola-skill)/plugin install granola-skill@focus-marketplaceAccess Granola meeting notes and transcripts
[microsoft-skill](https://github.com/The-Focus-AI/microsoft-skill)/plugin install microsoft-skill@focus-marketplaceMicrosoft Graph API - Outlook/Hotmail email access

Skills: /buttondown (drafts, scheduling, analytics), /granola (meetings, transcripts, search), /microsoft-outlook (emails, messages, download)

Accounting

PluginInstallDescription
[quickbooks-skill](https://github.com/The-Focus-AI/quickbooks-skill)/plugin install quickbooks-skill@focus-marketplaceQuickBooks Online read-only access

Skills: /quickbooks (customers, vendors, invoices, bills, purchases, deposits, time activities, employees, accounts)

Focus.AI Development

PluginInstallDescription
[focus-ai-brand](https://github.com/The-Focus-AI/focus-ai-brand)/plugin install focus-ai-brand@focus-marketplaceApply Focus.AI brand guidelines
[focus-skills](https://github.com/The-Focus-AI/focus-skills)/plugin install focus-skills@focus-marketplaceDevelopment guidance for Focus.AI ecosystem
[focus-commands](https://github.com/The-Focus-AI/focus-commands)/plugin install focus-commands@focus-marketplaceProject setup automation

Skills/Commands: /report (branded HTML), /setup-beads (issue tracking), Distill backend, Focus Account, Twitter OAuth

Research

PluginInstallDescription
[focus-agents](https://github.com/The-Focus-AI/focus-agents)/plugin install focus-agents@focus-marketplaceAcademic-style web research and report generation

Skills: /research (gather 10+ sources, generate markdown reports)

Infrastructure

PluginInstallDescription
[marina-skill](https://github.com/The-Focus-AI/marina-skill)/plugin install marina-skill@focus-marketplaceHetzner 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

PluginInstallDescription
[polymarket-skill](https://github.com/The-Focus-AI/polymarket-skill)/plugin install polymarket-skill@focus-marketplacePolymarket prediction market data and analytics

Skills: /polymarket (search markets, get prices, view events, trending markets, orderbook data, trade history)

Document Search

PluginInstallDescription
[embeddings-search-skill](https://github.com/The-Focus-AI/embeddings-search-skill)/plugin install embeddings-search-skill@focus-marketplaceHybrid 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)

PluginInstallDescription
[mdcopy](https://github.com/The-Focus-AI/mdcopy)/plugin install mdcopy@focus-marketplacePandoc + 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:

code
focus-marketplace/
└── .claude-plugin/
    └── marketplace.json   # Registry pointing to plugin repos

License

Proprietary - The Focus AI

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/microsoft-skill.md https://raw.githubusercontent.com/The-Focus-AI/claude-marketplace/main/SKILL.md
3
Invoke in Claude Code
/microsoft-skill
View source on GitHub
api

Frequently 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.