plugins/kronen/skills/outlook-basics/SKILL.md
Email search, thread reading, and calendar access via Microsoft 365 MCP. Use when searching for emails by sender, subject, or keyword, reading an email thread, checking a calendar for upcoming meetings, listing meetings in a time range, or finding free/busy slots.
npx skillsauth add hjemmesidekongen/ai outlook-basicsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search email, read threads, and check calendar via the Microsoft 365 MCP server.
Requires MCP server microsoft365 to be configured. If not available:
MCP server 'microsoft365' not configured — this skill requires it
Check with /mcp in Claude Code. Tool names follow the pattern mcp__<plugin>_microsoft365__<tool>.
| Goal | Tool | Key params |
|------|------|-----------|
| Search emails | outlook_search_messages | query, top |
| Read email thread | outlook_get_message | message_id, include_body |
| List calendar events | outlook_list_events | start_datetime, end_datetime |
| Get event details | outlook_get_event | event_id |
| List calendars | outlook_list_calendars | — |
| Search contacts | outlook_search_contacts | query |
Email search: provide a focused query, keep top ≤ 10 unless more is needed; report sender, subject, received date, and snippet.
Thread reading: get the message ID from search results, then fetch full body with include_body: true; present thread chronologically.
Calendar check: always pass ISO 8601 dates with timezone (2026-03-10T09:00:00Z); default to next 7 days when no range is specified.
If the microsoft365 MCP server is not connected, stop and state the requirement clearly. Do not attempt workarounds.
Full operation details, filter syntax, and error patterns: references/process.md.
development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.