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 OctoPerf/octoperf-claude-plugins --skill octoperf-loadrunner-migrationgit clone --depth 1 https://github.com/OctoPerf/octoperf-claude-pluginsWrote 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/octoperf/octoperf-claude-plugins/octoperf-loadrunner-migration)<a href="https://agentmods.dev/skills/octoperf/octoperf-claude-plugins/octoperf-loadrunner-migration"><img src="https://agentmods.dev/badge/skills/octoperf/octoperf-claude-plugins/octoperf-loadrunner-migration/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.
<a href="https://agentmods.dev/skills/octoperf/octoperf-claude-plugins/octoperf-loadrunner-migration"><img src="https://agentmods.dev/badge/skills/octoperf/octoperf-claude-plugins/octoperf-loadrunner-migration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00000 | $0.14239 |
| Opus 5 | $0.00000 | $0.07119 |
| Sonnet 5 | $0.00000 | $0.02848 |
| Haiku 4.5 | $0.00000 | $0.01424 |
Grade A, and why
octoperf-loadrunner-migration 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 12d 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 — 1,120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OctoPerf — LoadRunner migration
import_loadrunner_virtual_user does the mechanical part: the requests —
web_rest included, whose headers are written inside the call rather
than before it — the transactions, the extractors and checks, the
headers, the think times, the .prm parameters with their .dat files uploaded, and the
parameters the script writes with lr_save_string and lr_save_datetime,
and the credentials web_set_user puts on a server. Given a provider it
also reads the .lrs — each Controller group becomes a user profile
carrying the load its schedule describes. It deliberately
stops short of what has no OctoPerf equivalent, and hands back everything
it left undone in the response's unconverted list, some of it as a
named marker planted in the tree. This skill is what turns that list
into a test that runs.
Work in this order. Skipping the first step is how migrations get committed to and then abandoned.
1. Decide before you import
Call analyze_loadrunner_project and read portability before anything
else:
| Verdict | What it means | What to do |
|---|---|---|
MECHANICAL |
Plain HTTP throughout | Import; expect it to run nearly as-is |
ASSISTED |
HTTP plus C helpers or control flow | Import, then work the unconverted list |
MOSTLY_MANUAL |
The C outweighs the requests | Say so before importing |
MOSTLY_MANUAL is not a difficulty rating, it is a different script. A
VuGen .c is C: an author is free to build a whole framework in it, and
plenty have. In the reference corpus of 276 published scripts, 120 come
out MOSTLY_MANUAL, and they are not near misses — they are scripts
whose calls are getenv, sprintf, strtok and the author's own
wi_* helpers, branching on a rc returned by another of their own
functions. Nothing in that converts, because nothing in it is a request.
A script can be QTWeb and send nothing at all. Check inventory,
not the protocol: a script with 99 calls and no pages is a framework.
Importing it produces a tree of markers and no traffic, which reads as a
broken importer and is not one.
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.
- 12d ago First seen · 1,120 lines · 0 tokens per session scan A a16b23a74410
octoperf-loadrunner-migration is a skill published in the GitHub repository OctoPerf/octoperf-claude-plugins (0 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 14,239 tokens. 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-31.
Other skills, from other repositories
forge-app-review
Performs a lightweight pre-release readiness review of Atlassian Forge apps across manifest/module wiring, architecture, runtime compatibility, dependency posture, tests, deploy readiness, and obvious security, cost, or reliability smells. Use when the user asks "review my Forge app", "pre-deploy check", "is this app…
run-iteration-eval
Run the Logic-Lens content-eval pipeline for one iteration and produce a scored summary.json — use to measure a skill change. Wraps scripts/run-content-evals.sh (runner, costs tokens) and scripts/grade-iteration.py (grader, free, re-runnable). ALWAYS sync the plugin cache first. Use when the user wants to "run the…
spec-driven-dev
Use when starting any non-trivial feature, refactor, or new project that will touch more than one file. Drives an AI coding agent through a gated Spec → Plan → Build → Test → Review → Ship lifecycle so work is specified before it is built, verified before it is reviewed, and reviewed before it ships.
iterate-skill
Run the Logic-Lens skill-improvement loop end to end — baseline → diagnose failures → edit → sync cache → re-eval → verify net gain → iterate until clean. Use whenever the goal is to RAISE a skill's eval score or fix a failing eval mode: "improve logic-review", "the format compliance is failing, fix it", "iterate on…
sumup-testing
Set up and run SumUp sandbox tests. Use when configuring a SumUp test merchant, picking test cards, triggering deliberate failure (amount = 11), or building a SumUp end-to-end test harness.
python-testing
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.