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.
npx skills add Blazemeter/bzm-mcp --skill blazemeter-functional-testinggit clone --depth 1 https://github.com/Blazemeter/bzm-mcpWrote 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.
[](https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-functional-testing)<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-functional-testing"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-functional-testing.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00124 | $0.00900 |
| Opus 5 | $0.00062 | $0.00450 |
| Sonnet 5 | $0.00025 | $0.00180 |
| Haiku 4.5 | $0.00012 | $0.00090 |
Grade A, and why
blazemeter-functional-testing 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BlazeMeter Functional Testing
Comprehensive guide for creating and managing Functional Tests in BlazeMeter.
Overview
Functional Testing in BlazeMeter supports GUI Functional Tests with scriptless creation, YAML upload, and IDE-based development. This skill covers test creation, management, debugging, and browser support.
Quick Start
- GUI Tests: Create tests using scriptless UI, YAML files, or IDEs
- Test Data: Use test data in Functional Tests
- Action Library: Manage shared Objects and Group Actions
- Debugging: Debug tests using best practices
- Browsers: Understand browser support and selection
MCP Tools Integration
Functional Tests are managed through the BlazeMeter UI, but you can use MCP tools to manage tests and executions:
Available MCP Tools
-
Test Management:
blazemeter_testswith actionread- Read test details including functional test configurationblazemeter_testswith actionlist- List all tests in a project- Required args:
test_id(integer) orproject_id(integer) - Returns: Test details including functional test configuration
-
Test Execution:
blazemeter_executionwith actionread- Read execution details for functional testsblazemeter_executionwith actionlist- List all executions for a test- Required args:
execution_id(integer) ortest_id(integer) - Returns: Execution details and results
When to Use MCP Tools
- Test Management: Manage functional tests programmatically
- Execution Monitoring: Monitor functional test executions
- Automation: Integrate functional testing into automation workflows
- Reporting: Generate reports on functional test results
Example Workflow
Managing Functional Tests:
- Use
blazemeter_testswith actionlistto find functional tests - Use
blazemeter_testswith actionreadto get test details - Use
blazemeter_executionwith actionreadto monitor test execution - Review execution results for functional test outcomes
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.
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.
- 7d ago First seen · 80 lines · 124 tokens per session scan A 3963f9fcbe0f
blazemeter-functional-testing is a skill published in the GitHub repository Blazemeter/bzm-mcp (26 stars, last pushed 10d ago), licensed Apache-2.0. It adds 124 tokens to every session and 900 once invoked, about $0.0006 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.
Other skills, from other repositories
lastest
Lastest is a visual regression testing platform. It records browser tests, runs them via Playwright, diffs screenshots, and uses AI to classify changes. Available as an MCP server for AI agent integration.
field-test
Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…
field-test
Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…
resolume-mcp-tester
Test and operate the Resolume MCP server (resolume-mcp-server) end-to-end against a live Resolume Arena. Use when verifying tool behavior, running smoke tests, doing safe live VJ demos, or validating new tools added to the project. Includes white-out prevention rules, state restoration patterns, and agent invocation…
field-test
Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…
deploy-verify
Deploy Server OS and run the official end-to-end verification suite.