Loading...
Loading...
Enables Claude to upload, organize, and manage files in Microsoft OneDrive via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os microsoft-onedrivecurl -sSL https://canifi.com/skills/microsoft-onedrive/install.sh | bashcp -r skills/microsoft-onedrive ~/.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: "Find my quarterly report in OneDrive"
Claude: Searches OneDrive for "quarterly report".
Reports: "Found 3 files:
1. Q4 Report 2024.docx (modified yesterday)
2. Q3 Report 2024.xlsx (2 months ago)..."User: "Create a folder for client documents and move relevant files"
Claude: Creates "Client Documents" folder, identifies and moves files.
Confirms: "Created folder, moved 15 files"User: "Share the proposal with sarah@company.com with edit access"
Claude: Locates proposal, shares with Sarah as editor.
Confirms: "Shared with sarah@company.com (can edit)"User: "How much OneDrive storage am I using?"
Claude: Checks storage quota.
Reports: "Using 45.2 GB of 1 TB (4.5%). Largest items:
Videos folder (30 GB)..."// New button
'[aria-label="New"]'
// Upload button
'[aria-label="Upload"]'
// File list
'[role="grid"]'
// File item
'[role="row"]'
// Search box
'[aria-label="Search"]'
// Folder navigation
'.breadcrumb'
// Share button
'[aria-label="Share"]'
// Download button
'[aria-label="Download"]'
// Move to button
'[aria-label="Move to"]'
// Delete button
'[aria-label="Delete"]'
// Storage info
'.storage-info'