Translate a network task across Cisco IOS-XE/XR, Junos, Arista EOS, Nokia SR Linux, and PAN-OS. Use when you know the intent and need vendor-correct show or config syntax.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add gesh75/claude-skill-lint --skill multivendor-cli-translate --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multivendor Cli Translate?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gesh75-multivendor-cli-translate)More formats (shields.io, HTML) on the badges page.
---
name: multivendor-cli-translate
description: Translate a network task across Cisco IOS-XE/XR, Junos, Arista EOS, Nokia SR Linux, and PAN-OS. Use when you know the intent and need vendor-correct show or config syntax.
argument-hint: "[intent] [vendors]"
allowed-tools: Read Grep
license: MIT
---
# Multivendor CLI translate
Do not use to invent features a platform does not have. Not for NX-OS vs XR personality debates.
## Procedure
1. State the intent in one sentence (e.g. "show EVPN type-2 for 00:11:22:33:44:55").
2. Emit a table: vendor, mode (op/config), exact command, and the field to read.
3. Prefer operational commands. Config snippets include the prompt context (`configure exclusive`, `configure private`).
4. Call out gotchas (Junos pipe vs IOS include, EOS aliases, SR Linux info vs running).
5. Verify against the platform's current train, not memory from 2018.
```text
intent: BGP neighbor state
IOS-XR show bgp neighbor brief
Junos show bgp neighbor summary
EOS show ip bgp summary
SRL show network-instance default protocols bgp neighbor
```
## Anti-patterns
- Never mix config and exec in one block without labels.
- Do not guess a hidden command.
## Safety
Output is reference only. Applying it requires netops-change-guard.
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!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.