Inspect Istio service mesh resources and configurations
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill istio --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Istio?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-istio)More formats (shields.io, HTML) on the badges page.
---
name: istio
description: Inspect Istio service mesh resources and configurations
activation_keywords: [istio, service mesh, virtual service, destination rule, gateway, sidecar]
execution_mode: client
---
# 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 analyze
- `name`: 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.