te-path-analysis

te-path-analysis is a skill for Claude Code, Codex from automateyournetwork/netclaw. It costs 60 tokens per session (1,739 once invoked), scanned A, original, Apache-2.0.

A troubleshooting interface for Cisco ThousandEyes that shows how traffic travels between a monitoring agent and a target, hop by hop. It also covers BGP route checks, outage investigation, instant tests, and endpoint diagnostics.

In plain words
What is it for?
Use it to inspect hop-by-hop latency and packet loss, identify network owners, analyze BGP routes, investigate outages, and troubleshoot VPN or endpoint connectivity.
Why use it?
It helps pinpoint where delay, packet loss, routing changes, or connectivity failures occur along a network path.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect hop-by-hop latency and packet loss, identify network owners, analyze BGP routes, investigate outages, and troubleshoot VPN or endpoint connectivity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/te-path-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add automateyournetwork/netclaw --skill te-path-analysis
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for te-path-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/te-path-analysis/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/te-path-analysis)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/te-path-analysis"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/te-path-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for te-path-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/te-path-analysis"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/te-path-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,739 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 14
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.01739
Opus 5 $0.00030 $0.00870
Sonnet 5 $0.00012 $0.00348
Haiku 4.5 $0.00006 $0.00174

Measured 7d ago against content hash 366ba61759bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

te-path-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/te-path-analysis/SKILL.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ThousandEyes Path Analysis & Troubleshooting

MCP Servers

  • Community: src/server.py (stdio, Python 3.12+) — te_get_path_vis for path visualization
  • Official: https://api.thousandeyes.com/mcp (remote HTTP) — full path vis, BGP, instant tests, anomalies, endpoint agents

Key Capabilities

Path Visualization

Source Tool What It Does
Community te_get_path_vis Hop-by-hop path from a specific agent to the test target
Official Get Path Visualization Network paths with routing details
Official Get Full Path Visualization Comprehensive path data aggregated across all agents

Path visualization shows every network hop between agent and target:

  • IP address and DNS name of each hop
  • Latency per hop (pinpoints where delay is introduced)
  • Packet loss per hop (identifies lossy links)
  • MPLS labels (reveals traffic engineering paths)
  • Network owner (ISP/carrier identification per hop)

BGP Route Analysis

Tool What It Does
Get BGP Test Results BGP reachability — which BGP monitors see the prefix, which don't
Get BGP Route Details AS path, origin AS, prefix length, route stability

BGP analysis provides external routing visibility:

  • Prefix reachability from ThousandEyes' global BGP monitor fleet
  • AS path — is traffic routing through expected carriers?
  • Route changes — detect BGP hijacks, leaks, or suboptimal routing
  • Origin validation — verify the prefix originates from the correct AS

Outage Investigation

Tool What It Does
Search Outages Find network and application outages with time/scope filters
List Events Network/application problems with affected targets
Get Event Details Deep dive: impacted tests, affected agents, timeline

Active Troubleshooting

Tool What It Does
Instant Tests Run tests on demand from selected agents — don't wait for scheduled cycles
Get Anomalies Detect metric deviations from baseline over time
Views Explanations AI-powered explanation of test results and visualizations

Read the full file on GitHub · 142 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 142 lines · 60 tokens per session scan A 366ba61759bb

Subscribe to this mod's changes

te-path-analysis is a skill published in the GitHub repository automateyournetwork/netclaw (655 stars, last pushed 4d ago), licensed Apache-2.0. It adds 60 tokens to every session and 1,739 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

seedance-troubleshoot

This skill should be used when a Seedance 2.0 output is blurry, jittery, off-prompt, morphing, blocked, visually generic, unstable, desynced, inconsistent, or otherwise fails and needs root-cause diagnosis.

Emily2040/seedance-2.0 · 56 tokens

Debugging Strategies

Advanced debugging patterns for test failures covering root cause analysis, flakiness investigation, performance debugging, and systematic troubleshooting methodologies.

PramodDutta/qaskills · 28 tokens

huawei-cloud-mrs-host-fault-diagnose

Huawei Cloud MRS cluster fault diagnosis skill. Diagnoses service faults, instance faults, and host faults through progressive root cause localization: quick log scan first, host troubleshooting when host issues are found, detailed investigation when no conclusion is reached. Driven by the built-in LakeWatch API…

huaweicloud/huaweicloud-skills · 188 tokens

huawei-cloud-mrs-host-alarm-diagnose

Huawei Cloud MRS cluster alarm diagnosis skill. Analyzes the root cause of an MRS alarm based on user-provided alarm information (alarm ID, alarm name, alarm details, occurrence time, node IP, related service and logs), then outputs the root cause, repair steps, and verification method. Diagnosis is driven by the…

huaweicloud/huaweicloud-skills · 167 tokens

huawei-cloud-cdn-abnormal-status-code-analysis

Diagnose CDN business abnormal HTTP status codes (4xx/5xx) using hcloud CLI. Discover and quantify 4xx/5xx volume, localize the exact status code and time window, fork edge-generated vs origin-generated via back-to-source status statistics, correlate top-N distribution, narrow root cause on CDN edge config or origin…

huaweicloud/huaweicloud-skills · 231 tokens

epistemic-graph-troubleshooting

Diagnose and recover a live epistemic-graph engine (the AI-native database): engine down / socket refused, host-daemon crash-loop, circuit-breaker open, backend-type errors, zombie containers, duplicate Swarm tasks, slow first boot. Use when the KG is unreachable, ingestion stalls, go tools error, or a deploy left the…

Knuckles-Team/epistemic-graph · 82 tokens