thousandeyes

thousandeyes is a skill for Claude Code from Arvo-AI/aurora. It costs 31 tokens per session (1,559 once invoked), scanned A, original, Apache-2.0.

An integration for ThousandEyes, a network-monitoring service that checks how internet connections, DNS, web requests, and routing behave. It can inspect configured tests, their settings, and their results.

In plain words
What is it for?
It helps investigate latency, packet loss, jitter, HTTP availability, network paths, DNS resolution, BGP routes, page-load timing, scripted browser transactions, and similar checks.
Why use it?
It helps distinguish an application problem from a network, DNS, routing, or wider internet outage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It helps investigate latency, packet loss, jitter, HTTP availability, network paths, DNS resolution, BGP routes, page-load timing, scripted browser transactions, and similar checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arvo-ai/aurora/thousandeyes
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 Arvo-AI/aurora --skill thousandeyes
Clone the repo
git clone --depth 1 https://github.com/Arvo-AI/aurora

Made for: Claude Code.

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 thousandeyes

README.md
[![agentmods](https://agentmods.dev/badge/skills/arvo-ai/aurora/thousandeyes/github.svg)](https://agentmods.dev/skills/arvo-ai/aurora/thousandeyes)
Your own site
<a href="https://agentmods.dev/skills/arvo-ai/aurora/thousandeyes"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/thousandeyes/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 thousandeyes

Your own site · 80×15
<a href="https://agentmods.dev/skills/arvo-ai/aurora/thousandeyes"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/thousandeyes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,559 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 pass 7 Sept 2026
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.00031 $0.01559
Opus 5 $0.00015 $0.00779
Sonnet 5 $0.00006 $0.00312
Haiku 4.5 $0.00003 $0.00156

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

Security

Grade A, and why

thousandeyes 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 9d 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.

server/chat/backend/agent/skills/integrations/thousandeyes/SKILL.md · 109 lines

How it starts

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

ThousandEyes Integration

Overview

ThousandEyes network intelligence integration for investigating network-layer issues during Root Cause Analysis. ThousandEyes monitors network paths, DNS, BGP routing, HTTP availability, page load performance, and detects macro-scale Internet outages affecting connectivity.

Instructions

Test Discovery and Results

  1. thousandeyes_list_tests(test_type=TYPE) -- List all configured tests. Optionally filter by type: agent-to-server, agent-to-agent, bgp, dns-server, dns-trace, dnssec, http-server, page-load, web-transactions, api, sip-server, voice. Call this first to discover available tests.
  2. thousandeyes_get_test_detail(test_id='ID') -- Full configuration for a single test including server, interval, protocol, alert rules, and assigned agents.
  3. thousandeyes_get_test_results(test_id='ID', result_type=TYPE, window='1h') -- Get results for a specific test. Result types:
    • 'network' -- latency, loss, jitter
    • 'http' -- response time, availability
    • 'path-vis' -- hop-by-hop trace
    • 'dns' -- DNS resolution
    • 'bgp' -- BGP routes
    • 'page-load' -- full waterfall
    • 'web-transactions' -- scripted browser
    • 'ftp' -- FTP results
    • 'api' -- API test
    • 'sip' -- SIP/VoIP
    • 'voice' -- MOS, jitter
    • 'dns-trace' -- trace chain
    • 'dnssec' -- DNSSEC validation

Alerts and Alert Rules

  1. thousandeyes_get_alerts(state='active', severity='major', window='1h') -- Get active or recent alerts. Filter by state (active/cleared) and severity (major/minor/info). Shows alert rules, affected agents, and violation counts.
  2. thousandeyes_get_alert_rules() -- List all alert rule definitions. Shows rule expressions, thresholds, severity, and which tests each rule applies to.

Monitoring Agents

  1. thousandeyes_get_agents(agent_type='enterprise') -- List cloud and enterprise monitoring agents. Filter by type (cloud/enterprise). Shows agent location, state, and IP addresses.
  2. thousandeyes_get_endpoint_agents() -- List endpoint agents installed on employee devices. Shows device name, OS, platform, location, public IP, and VPN status.

Read the full file on GitHub · 109 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. 9d ago First seen · 109 lines · 31 tokens per session scan A f773dff18f70

Subscribe to this mod's changes

thousandeyes is a skill published in the GitHub repository Arvo-AI/aurora (406 stars, last pushed today), licensed Apache-2.0. It adds 31 tokens to every session and 1,559 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

tax-lawyer-software-interfaces

MCP tool design patterns for the Tax-Lawyer Platform. Thin Satisfies wrappers (<=10 lines per handler), TaxArgs contract types, and the full tool name taxonomy for ledgerrtax MCP actions.

elasticdotventures/_b00t_ · 54 tokens

b00t

Identify integration points, data flow via redis, suggest how to bridge VSCode plugin to b00t jobs, and outline k0s/podman/docker-agnostic redis interface. Include how ralph should be wrapped as b00t job with redis exchange + Azure access, and call out where integration tests are required. ONLY do this analysis. Reply…

elasticdotventures/_b00t_ · 0 tokens

prowler-test-api

Testing patterns for Prowler API: JSON:API, Celery tasks, RLS isolation, RBAC. Trigger: When writing tests for api/ (JSON:API requests/assertions, cross-tenant isolation, RBAC, Celery tasks, viewsets/serializers).

prowler-cloud/prowler · 62 tokens

pytest

Pytest testing patterns for Python. Trigger: When writing or refactoring pytest tests (fixtures, mocking, parametrize, markers). For Prowler-specific API/SDK testing conventions, also use prowler-test-api or prowler-test-sdk.

prowler-cloud/prowler · 51 tokens

dd-triage-flaky-test

Load when investigating a specific flaky test. Gets history, failure pattern, and category, then recommends fix, quarantine, or escalate.

DataDog/pup · 34 tokens

dd-unblock-pr

Load when investigating a failing PR CI pipeline or checking PR health. Attributes each CI failure as flaky, infra, or regression, proposes a targeted action, and reports code coverage.

DataDog/pup · 40 tokens