testing

testing is a skill for Claude Code, Codex from Skyvern-AI/skyvern. It costs 71 tokens per session (1,264 once invoked), scanned A, original, AGPL-3.0.

A skill for checking whether a Skyvern deployment works across its backend, frontend, browser sessions, and workflows.

In plain words
What is it for?
Use it to smoke-test a Skyvern deployment, including API responses, page rendering, browser-session creation, and workflow execution.
Why use it?
It helps reveal whether a self-hosted or local Skyvern installation is functioning correctly.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/skyvern-ai/skyvern/testing
Any agent
npx skills add Skyvern-AI/skyvern --skill testing
Clone the repo
git clone --depth 1 https://github.com/Skyvern-AI/skyvern

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 testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/skyvern-ai/skyvern/testing.svg)](https://agentmods.dev/skills/skyvern-ai/skyvern/testing)
Your own site
<a href="https://agentmods.dev/skills/skyvern-ai/skyvern/testing"><img src="https://agentmods.dev/badge/skills/skyvern-ai/skyvern/testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00071 $0.01264
Opus 5 $0.00036 $0.00632
Sonnet 5 $0.00014 $0.00253
Haiku 4.5 $0.00007 $0.00126

Measured 4d ago against content hash 4148471620d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 4d 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.

skyvern/cli/skills/testing/SKILL.md · 113 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 4d ago First seen · 113 lines · 71 tokens per session scan A 4148471620d3

Subscribe to this mod's changes

testing is a skill published in the GitHub repository Skyvern-AI/skyvern (22,925 stars, last pushed today), licensed AGPL-3.0. It adds 71 tokens to every session and 1,264 once invoked, about $0.0004 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

browser-test

Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification.

langwatch/langwatch · 25 tokens

drive-the-ui

Drive the page the user has open through live UI actions. List the actions a page accepts, call them with typed payloads, and read the live state including unsaved edits. Use when the user is looking at a page you can operate, such as the evaluations workbench, and a change should happen in front of them rather than…

langwatch/langwatch · 75 tokens

browser-pair

Collaborative headed browser session for UI work. Launch Playwright Chromium visible to the user, handle auth, then interactively drive the browser while the user watches and gives real-time visual feedback. Edit code and refresh to verify fixes live. Use when the user says 'browser pair', 'paired browser', 'let's…

langwatch/langwatch · 87 tokens

browser

Open and operate webpages in a real browser: navigate, read rendered content, inspect interactive elements, click, type, submit forms, press keys, select options, check boxes, hover, scroll, upload files, wait for page changes, manage pages, take and save screenshots, analyze visual layout, and inspect page errors and…

dtyq/magic · 0 tokens

share

Use when a user needs a browser-accessible link to preview, present, or send Agent-generated workspace files, an entire project, or the current topic outside Super Magic—especially rendered output such as HTML that messaging or file-viewing channels cannot display directly—or when they need to find, reuse, change, or…

dtyq/magic · 69 tokens

web-scraper

Browse websites and extract structured information. Use when the user needs data from a web page.

skrun-dev/skrun · 23 tokens