Loading...
Loading...
Enables Claude to interact with Microsoft Copilot for AI assistance, search, and content generation via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os microsoft-copilotcurl -sSL https://canifi.com/skills/microsoft-copilot/install.sh | bashcp -r skills/microsoft-copilot ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set MICROSOFT_EMAIL "your-email@outlook.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Ask Copilot about today's tech news"
Claude: Opens Copilot, asks about current tech news.
Returns: "Copilot reports: Major announcements include
[AI developments], [product launches]..."User: "Have Copilot write a marketing tagline for our product"
Claude: Requests creative tagline from Copilot.
Returns: "Copilot suggests: [several tagline options]"User: "Ask Copilot to generate a hero image for our landing page"
Claude: Requests image generation with description.
Returns generated image or link to it.User: "Get Copilot's perspective on this technical approach"
Claude: Asks Copilot about the approach.
Returns: "Copilot's analysis differs in [areas],
agrees on [other areas]..."1. Navigate to copilot.microsoft.com
2. Select conversation style if needed (Creative, Balanced, Precise)
3. Enter prompt in chat input
4. Wait for response
5. Extract and return relevant information
6. Continue conversation if needed// Chat input
'#searchbox' or '[aria-label="Ask me anything"]'
// Submit button
'[aria-label="Submit"]'
// Response container
'.response-message'
// Conversation style
'.tone-selector'
// Creative mode
'[aria-label="More Creative"]'
// Precise mode
'[aria-label="More Precise"]'
// New chat
'[aria-label="New topic"]'
// Image generation
'.generated-image'
// Sources
'.source-links'Creative: More imaginative, less constrained
Balanced: Mix of creativity and accuracy
Precise: More factual, focused on accuracyUse Copilot for:
- Real-time web search and news
- Image generation (DALL-E)
- Microsoft ecosystem integration
- Alternative AI perspective
- Bing search results
Stay with Claude for:
- Complex reasoning tasks
- Long-form content
- Code development
- LifeOS integrations
- Most general tasks