{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ms365",
    "name": "Microsoft 365 Integration",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/cvsloane/ms365",
    "canonicalUrl": "https://clawhub.ai/cvsloane/ms365",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ms365",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ms365",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "ms365_cli.py",
      "README.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ms365"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ms365",
    "agentPageUrl": "https://openagent3.xyz/skills/ms365/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ms365/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ms365/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Description",
        "body": "Access Microsoft 365 services - Email (Outlook), Calendar, OneDrive, To Do tasks, and Contacts via MS Graph API."
      },
      {
        "title": "Activation",
        "body": "Activated when user mentions: outlook, email, calendar, onedrive, microsoft, office 365, o365, ms365, my meetings, my emails, schedule meeting, send email, check calendar, to do, microsoft tasks"
      },
      {
        "title": "Configuration",
        "body": "Authentication is cached after first login. No environment variables required for device code flow.\n\nFor headless/automated operation, set these environment variables:\n\nMS365_MCP_CLIENT_ID - Azure AD app client ID\nMS365_MCP_CLIENT_SECRET - Azure AD app secret\nMS365_MCP_TENANT_ID - Tenant ID (use \"consumers\" for personal accounts)"
      },
      {
        "title": "Authentication",
        "body": "# Login via device code (interactive)\npython3 /root/clawd/skills/ms365/ms365_cli.py login\n\n# Check authentication status\npython3 /root/clawd/skills/ms365/ms365_cli.py status\n\n# List cached accounts\npython3 /root/clawd/skills/ms365/ms365_cli.py accounts\n\n# Get current user info\npython3 /root/clawd/skills/ms365/ms365_cli.py user"
      },
      {
        "title": "Email (Outlook)",
        "body": "# List recent emails\npython3 /root/clawd/skills/ms365/ms365_cli.py mail list [--top N]\n\n# Read specific email\npython3 /root/clawd/skills/ms365/ms365_cli.py mail read MESSAGE_ID\n\n# Send email\npython3 /root/clawd/skills/ms365/ms365_cli.py mail send --to \"recipient@example.com\" --subject \"Subject\" --body \"Message body\""
      },
      {
        "title": "Calendar",
        "body": "# List upcoming events\npython3 /root/clawd/skills/ms365/ms365_cli.py calendar list [--top N]\n\n# Create event\npython3 /root/clawd/skills/ms365/ms365_cli.py calendar create --subject \"Meeting\" --start \"2026-01-15T10:00:00\" --end \"2026-01-15T11:00:00\" [--body \"Description\"] [--timezone \"America/Chicago\"]"
      },
      {
        "title": "OneDrive Files",
        "body": "# List files in root\npython3 /root/clawd/skills/ms365/ms365_cli.py files list\n\n# List files in folder\npython3 /root/clawd/skills/ms365/ms365_cli.py files list --path \"Documents\""
      },
      {
        "title": "To Do Tasks",
        "body": "# List task lists\npython3 /root/clawd/skills/ms365/ms365_cli.py tasks lists\n\n# Get tasks from a list\npython3 /root/clawd/skills/ms365/ms365_cli.py tasks get LIST_ID\n\n# Create task\npython3 /root/clawd/skills/ms365/ms365_cli.py tasks create LIST_ID --title \"Task title\" [--due \"2026-01-20\"]"
      },
      {
        "title": "Contacts",
        "body": "# List contacts\npython3 /root/clawd/skills/ms365/ms365_cli.py contacts list [--top N]\n\n# Search contacts\npython3 /root/clawd/skills/ms365/ms365_cli.py contacts search \"John\""
      },
      {
        "title": "Usage Examples",
        "body": "User: \"Check my outlook email\"\nAgent: Runs mail list --top 10 command\n\nUser: \"What meetings do I have today?\"\nAgent: Runs calendar list command\n\nUser: \"Send an email to john@company.com about the project update\"\nAgent: Runs mail send with appropriate parameters\n\nUser: \"Show my OneDrive files\"\nAgent: Runs files list command\n\nUser: \"Add a task to review the budget\"\nAgent: Lists task lists first, then creates task in appropriate list"
      },
      {
        "title": "Prompts",
        "body": "When helping with Microsoft 365:\n\nUse the ms365_cli.py script for all operations\nCheck authentication status first if commands fail\nIf not logged in, guide user through device code login\nFor calendar events, use ISO 8601 datetime format\nDefault timezone is America/Chicago\nWhen sending email, confirm recipient and content before sending\nFor tasks, list available task lists first so user can choose"
      },
      {
        "title": "Attribution",
        "body": "This skill uses the ms-365-mcp-server by Softeria.\n\nNPM Package: @softeria/ms-365-mcp-server\nGitHub: https://github.com/Softeria/ms-365-mcp-server\nLicense: MIT"
      }
    ],
    "body": "Microsoft 365 Integration\nDescription\n\nAccess Microsoft 365 services - Email (Outlook), Calendar, OneDrive, To Do tasks, and Contacts via MS Graph API.\n\nActivation\n\nActivated when user mentions: outlook, email, calendar, onedrive, microsoft, office 365, o365, ms365, my meetings, my emails, schedule meeting, send email, check calendar, to do, microsoft tasks\n\nConfiguration\n\nAuthentication is cached after first login. No environment variables required for device code flow.\n\nFor headless/automated operation, set these environment variables:\n\nMS365_MCP_CLIENT_ID - Azure AD app client ID\nMS365_MCP_CLIENT_SECRET - Azure AD app secret\nMS365_MCP_TENANT_ID - Tenant ID (use \"consumers\" for personal accounts)\nAvailable Commands\nAuthentication\n# Login via device code (interactive)\npython3 /root/clawd/skills/ms365/ms365_cli.py login\n\n# Check authentication status\npython3 /root/clawd/skills/ms365/ms365_cli.py status\n\n# List cached accounts\npython3 /root/clawd/skills/ms365/ms365_cli.py accounts\n\n# Get current user info\npython3 /root/clawd/skills/ms365/ms365_cli.py user\n\nEmail (Outlook)\n# List recent emails\npython3 /root/clawd/skills/ms365/ms365_cli.py mail list [--top N]\n\n# Read specific email\npython3 /root/clawd/skills/ms365/ms365_cli.py mail read MESSAGE_ID\n\n# Send email\npython3 /root/clawd/skills/ms365/ms365_cli.py mail send --to \"recipient@example.com\" --subject \"Subject\" --body \"Message body\"\n\nCalendar\n# List upcoming events\npython3 /root/clawd/skills/ms365/ms365_cli.py calendar list [--top N]\n\n# Create event\npython3 /root/clawd/skills/ms365/ms365_cli.py calendar create --subject \"Meeting\" --start \"2026-01-15T10:00:00\" --end \"2026-01-15T11:00:00\" [--body \"Description\"] [--timezone \"America/Chicago\"]\n\nOneDrive Files\n# List files in root\npython3 /root/clawd/skills/ms365/ms365_cli.py files list\n\n# List files in folder\npython3 /root/clawd/skills/ms365/ms365_cli.py files list --path \"Documents\"\n\nTo Do Tasks\n# List task lists\npython3 /root/clawd/skills/ms365/ms365_cli.py tasks lists\n\n# Get tasks from a list\npython3 /root/clawd/skills/ms365/ms365_cli.py tasks get LIST_ID\n\n# Create task\npython3 /root/clawd/skills/ms365/ms365_cli.py tasks create LIST_ID --title \"Task title\" [--due \"2026-01-20\"]\n\nContacts\n# List contacts\npython3 /root/clawd/skills/ms365/ms365_cli.py contacts list [--top N]\n\n# Search contacts\npython3 /root/clawd/skills/ms365/ms365_cli.py contacts search \"John\"\n\nUsage Examples\n\nUser: \"Check my outlook email\" Agent: Runs mail list --top 10 command\n\nUser: \"What meetings do I have today?\" Agent: Runs calendar list command\n\nUser: \"Send an email to john@company.com about the project update\" Agent: Runs mail send with appropriate parameters\n\nUser: \"Show my OneDrive files\" Agent: Runs files list command\n\nUser: \"Add a task to review the budget\" Agent: Lists task lists first, then creates task in appropriate list\n\nPrompts\n\nWhen helping with Microsoft 365:\n\nUse the ms365_cli.py script for all operations\nCheck authentication status first if commands fail\nIf not logged in, guide user through device code login\nFor calendar events, use ISO 8601 datetime format\nDefault timezone is America/Chicago\nWhen sending email, confirm recipient and content before sending\nFor tasks, list available task lists first so user can choose\nAttribution\n\nThis skill uses the ms-365-mcp-server by Softeria.\n\nNPM Package: @softeria/ms-365-mcp-server\nGitHub: https://github.com/Softeria/ms-365-mcp-server\nLicense: MIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cvsloane/ms365",
    "publisherUrl": "https://clawhub.ai/cvsloane/ms365",
    "owner": "cvsloane",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ms365",
    "downloadUrl": "https://openagent3.xyz/downloads/ms365",
    "agentUrl": "https://openagent3.xyz/skills/ms365/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ms365/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ms365/agent.md"
  }
}