blazemeter-troubleshooting

blazemeter-troubleshooting is a skill for Claude Code, Codex from Blazemeter/bzm-mcp. It costs 131 tokens per session (900 once invoked), scanned A, original, Apache-2.0.

A troubleshooting guide for BlazeMeter, a service for monitoring APIs and running performance tests.

In plain words
What is it for?
Use it to investigate API-monitoring failures, performance-test errors, test executions, integrations, or related BlazeMeter problems.
Why use it?
It organizes diagnosis of authentication, certificates, slow responses, server errors, integrations, and security issues.

Skill for Claude CodeCodex

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

Good fit Use it to investigate API-monitoring failures, performance-test errors, test executions, integrations, or related BlazeMeter problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blazemeter/bzm-mcp/blazemeter-troubleshooting
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 Blazemeter/bzm-mcp --skill blazemeter-troubleshooting
Clone the repo
git clone --depth 1 https://github.com/Blazemeter/bzm-mcp

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 blazemeter-troubleshooting

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-troubleshooting"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-troubleshooting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 900 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.00131 $0.00900
Opus 5 $0.00066 $0.00450
Sonnet 5 $0.00026 $0.00180
Haiku 4.5 $0.00013 $0.00090

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

Security

Grade A, and why

blazemeter-troubleshooting 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 10d 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.

resources/skills/blazemeter-troubleshooting/SKILL.md · 77 lines

How it starts

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

BlazeMeter Troubleshooting

Comprehensive troubleshooting guide for resolving issues in BlazeMeter.

Overview

This skill covers troubleshooting for API Monitoring, Performance Testing, general issues, integrations, and security. It includes diagnostic steps, common solutions, and support resources. Effective troubleshooting requires systematic diagnosis and understanding of common issues and their solutions.

Quick Start

  1. Identify the issue: Determine if it's API Monitoring, Performance Testing, or general
  2. Check relevant reference: Review the appropriate troubleshooting guide
  3. Apply solutions: Follow diagnostic steps and solutions
  4. Contact support: If issues persist, use support resources

MCP Tools Integration

While troubleshooting is primarily done through UI and logs, you can use BlazeMeter MCP tools to access test execution information and results that may help diagnose issues:

Available MCP Tools

  • Test Execution Information:

    • blazemeter_execution with action read - Read test execution details and status
    • blazemeter_execution with action list - List all executions for a test
    • Required args: execution_id (integer) or test_id (integer)
    • Returns: Execution details including status, errors, and results
  • Test Information:

    • blazemeter_tests with action read - Read test details and configuration
    • Required args: test_id (integer)
    • Returns: Test details including configuration that may help identify issues

When to Use MCP Tools

  • Execution Analysis: Use MCP tools to programmatically retrieve execution details and errors
  • Automation: Integrate troubleshooting information into automation scripts
  • Monitoring: Monitor test execution status and errors programmatically

Example Workflow

Getting Execution Details for Troubleshooting:

  1. Use blazemeter_execution with action list to get execution IDs for a test
  2. Use blazemeter_execution with action read to get detailed execution information
  3. Review execution status, errors, and results to identify issues
  4. Use this information to diagnose and resolve problems

Read the full file on GitHub · 77 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 77 lines · 131 tokens per session scan A 824ac7b980b0

Subscribe to this mod's changes

blazemeter-troubleshooting is a skill published in the GitHub repository Blazemeter/bzm-mcp (26 stars, last pushed 2d ago), licensed Apache-2.0. It adds 131 tokens to every session and 900 once invoked, about $0.0007 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

windows-test-truth

Diagnose Windows test runs that lie — os error 4551 means the binary never executed, and a workspace test total can silently lose every suite after a blocked one. Use when cargo test reports a failure with no failing test named, when a test count looks lower than expected on Windows, or when a freshly built binary…

AURORA-NEURO/aurora-agent · 77 tokens

qa

QA test a live website with Axon discovery/content evidence plus browser automation when interaction is required. Use when the user wants exploratory QA, form testing, navigation/link checks, responsive checks, performance observations, bug reports, or a pre-launch quality review.

dinglebear-ai/axon · 52 tokens

xcodebuildmcp-cli

Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation).

getsentry/XcodeBuildMCP · 48 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, then fills the gaps with list (filters, sort, a time…

comet-ml/opik-mcp · 174 tokens

opik-explain

Root-cause a specific Opik trace, or a pattern across traces, and return a grounded explanation. Uses the hosted Opik MCP when it is connected, and falls back to SDK scripting otherwise. Returns the root cause, the evidence spans as clickable Opik UI links, and one suggested next step. Use for "why did this trace…

comet-ml/opik-mcp · 113 tokens

vs-ui-explore

Autonomously explore the UI of a Visual Studio debuggee via vs-mcp UIA tools (uisnapshot, uifindelements, uiwait) and produce a structured bug/coverage report. Use when the user asks to "test all screens", "crawl the UI", "find UI bugs autonomously", or similar.

dhq-boiler/Unofficial-VS-MCP · 71 tokens