msgraph-visio

Generate and manage Visio topology diagrams on SharePoint via Microsoft Graph MCP.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill msgraph-visio-dgethings
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: msgraph-visio
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/msgraph-visio
Command: npx skills add https://github.com/dgethings/netclaw --skill msgraph-visio-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate and manage Visio topology diagrams on SharePoint using Microsoft Graph MCP, turning discovery data into shareable, up-to-date visuals.

Core Features & Use Cases

  • Create Visio topology diagrams from CDP/LLDP discovery data for up-to-date topology views.
  • Update existing Visio diagrams in SharePoint when changes are detected.
  • Export diagrams to PDF for distribution, archiving, and stakeholder reviews.

Quick Start

Run the Visio diagram workflow to generate a new diagram from discovery data and publish it to the designated SharePoint folder.

Frequently Asked Questions about msgraph-visio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Visio topology diagrams from CDP and LLDP discovery data?▼

You can generate Visio topology diagrams from CDP/LLDP discovery data by running the workflow via Microsoft Graph MCP, which automatically creates the network topology visuals and publishes them to a designated SharePoint folder.

Do I need Azure AD credentials to publish Visio diagrams to SharePoint?▼

Yes, publishing Visio diagrams to SharePoint requires Azure AD credentials. You must configure the environment variables AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET to authenticate with Microsoft Graph.

Can I update existing Visio topology diagrams in SharePoint when network changes are detected?▼

Yes, you can update existing Visio topology diagrams in SharePoint when network changes are detected. The workflow modifies the current diagrams to reflect the latest CDP/LLDP discovery data.

How do I export Visio diagrams to PDF for stakeholder reviews?▼

You can export Visio diagrams to PDF for distribution and archiving by running the export workflow, which converts the existing topology diagrams stored in SharePoint into a portable PDF format.

What runtime is required to automate Visio diagram generation with Microsoft Graph?▼

Automating Visio diagram generation with Microsoft Graph requires an npx-based MCP runtime to execute the workflow, along with the configured Azure AD environment variables for authentication.