--- name: ms-customer-stories description: Search and retrieve Microsoft Customer Stories from the official Microsoft Customer Stories site (https://www.microsoft.com/en-us/customers/search). Use when the user asks to find customer case studies, success stories, or reference examples of Microsoft technology adoption. Supports filtering by product (Azure, M365, Dynamics 365, etc.), region/country, industry, business need, organization size, and keyword search. Can also fetch individual story details. Typical triggers include questions like "Find customer stories about Azure OpenAI in Japan", "Show me healthcare companies using Microsoft 365 Copilot", or "日本の製造業でAIを活用した事例を探して". --- # Microsoft Customer Stories ## Overview Search and retrieve customer stories from Microsoft's official Customer Stories site via its internal API. ## Important: Script Location The `scripts/` directory and `references/` directory are located **in the same directory as this SKILL.md file**. Before running any commands, locate the directory where this SKILL.md resides and use it as the base path for all script references below. For example, if this SKILL.md is at `/SKILL.md`, then: - Search script: `/scripts/search_stories.py` - Fetch script: `/scripts/fetch_story.py` - Filter reference: `/references/filters.md` ## Important: Python Execution Before running scripts, determine the correct way to invoke Python in the current project. Check in this order: 1. **`uv` is available and `.venv/` exists**: Use `uv run python