Imported from fisker086/AIOps (
skills/istio/SKILL.md). Install upstream withnpx skills add fisker086/AIOps --skill istio. Copyright stays with the author.
Istio Skill
Provides Istio service mesh inspection via local kubectl:
- List VirtualServices, DestinationRules, Gateways, ServiceEntries
- Describe Istio resources in detail
- Check sidecar injection status
- Get Istio configuration status
- Analyze service mesh traffic routing
Use builtin_istio tool with fields:
operation: one of "list_vs", "list_dr", "list_gw", "list_se", "describe", "sidecar_status", "analyze"resource_type: Istio resource type (vs/dr/gw/se) for describe and analyzename: resource name (required for describe)namespace: Kubernetes namespace (default: current context namespace)kubeconfig: path to kubeconfig file (optional)extra_args: additional kubectl/istioctl arguments
Note: Requires kubectl CLI installed and configured. All operations are read-only.