skills_list
Explore network diagnostic skills filtered by platform or tag, then load specific step-by-step troubleshooting workflows.
Instructions
List available diagnostic skills/workflows.
Skills are step-by-step procedures that guide Claude through structured
troubleshooting using the MCP tools. Call this first to discover what's
available, then use skills_load() to load a specific skill.
Args:
platform: Filter by platform (mikrotik, aruba, aci, graylog, librenms,
paloalto, panorama, generic). If None, returns all skills.
tag: Filter by topic tag (bgp, routing, multicast, connectivity, wifi…).
If None, no tag filter is applied.
reload: Set True to refresh the index after adding new skill files (default: False).
Returns:
List of skills with name, title, platform, tags, description and required tools.
Never returns skill content — use skills_load() for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | ||
| tag | No | ||
| reload | No |