e2e-skills-hub:config

e2e-skills-hub:config is a skill for Claude Code from Try-catch-finally-awesome/e2e-skills-hub. It costs 39 tokens per session (2,270 once invoked), scanned A, original, MIT.

A configuration command for the e2e-skills-hub, a collection of skills for end-to-end testing. It shows the merged settings, changes individual values, or restores the defaults.

In plain words
What is it for?
Use it to set storage locations, backend details, ports, build commands, test commands, and other supported settings.
Why use it?
It gives you one place to inspect and adjust where skills are stored, how technology is detected, and how testing is configured.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Part of the e2e-skills-hub plugin — 11 skills, 1 MCP server shipped together

Good fit Use it to set storage locations, backend details, ports, build commands, test commands, and other supported settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/try-catch-finally-awesome/e2e-skills-hub/config
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 Try-catch-finally-awesome/e2e-skills-hub --skill config
Clone the repo
git clone --depth 1 https://github.com/Try-catch-finally-awesome/e2e-skills-hub

Made for: Claude Code.

Or install e2e-skills-hub, the plugin that ships this one along with the rest of its 11 skills, 1 MCP server.

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 e2e-skills-hub:config

README.md
[![agentmods](https://agentmods.dev/badge/skills/try-catch-finally-awesome/e2e-skills-hub/config/github.svg)](https://agentmods.dev/skills/try-catch-finally-awesome/e2e-skills-hub/config)
Your own site
<a href="https://agentmods.dev/skills/try-catch-finally-awesome/e2e-skills-hub/config"><img src="https://agentmods.dev/badge/skills/try-catch-finally-awesome/e2e-skills-hub/config/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 e2e-skills-hub:config

Your own site · 80×15
<a href="https://agentmods.dev/skills/try-catch-finally-awesome/e2e-skills-hub/config"><img src="https://agentmods.dev/badge/skills/try-catch-finally-awesome/e2e-skills-hub/config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,270 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.
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.00039 $0.02270
Opus 5 $0.00019 $0.01135
Sonnet 5 $0.00008 $0.00454
Haiku 4.5 $0.00004 $0.00227

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

Security

Grade A, and why

e2e-skills-hub:config 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 11d 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.

skills/config/SKILL.md · 234 lines

How it starts

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

/e2e-skills-hub:config — 配置管理

用法

/e2e-skills-hub:config
/e2e-skills-hub:config set execution.maxFixRounds 30
/e2e-skills-hub:config set storage.location user
/e2e-skills-hub:config set testAccount.username admin
/e2e-skills-hub:config reset

参数

子命令/参数 类型 必填 说明
(无参数) - - 显示当前生效的合并配置
set <key> <value> string string 是(使用 set 时) 修改指定配置项的值
reset - - 将配置重置为插件默认值

可配置项列表

配置键 类型 默认值 说明
storage.location project | user project Skills 存储位置
storage.projectPath string .claude/skills/e2e 项目级存储子路径
storage.userPath string ~/.claude/skills/e2e 用户级存储路径
detection.autoDetect boolean true 是否自动检测技术栈
detection.backend.language string "" 手动指定后端语言
detection.backend.framework string "" 手动指定后端框架
detection.backend.orm string "" 手动指定 ORM
detection.backend.projectPath string "" 后端项目路径
detection.backend.port number 8080 后端服务端口
detection.backend.buildCommand string "" 后端编译命令
detection.backend.testCommand string "" 后端测试命令
detection.frontend.framework string "" 手动指定前端框架
detection.frontend.projectPath string "" 前端项目路径
detection.frontend.port number 5173 前端服务端口
detection.frontend.packageManager string "" 包管理器
execution.maxFixRounds number 20 全局最大修复次数
execution.maxSingleFix number 3 单用例最大修复次数
execution.testDataPrefix string TEST_ 测试数据前缀
execution.screenshotOnFailure boolean true 失败时自动截图
execution.cleanTestData boolean true 测试后清理测试数据
mcp.database.name string "" 数据库 MCP 工具名称
mcp.database.database string "" 默认数据库名
mcp.playwright.name string playwright Playwright MCP 名称
mcp.playwright.browser string chromium 浏览器类型
testAccount.username string "" 测试账号用户名
testAccount.password string "" 测试账号密码
testAccount.loginType string "" 登录类型
report.outputPath string doc/测试报告 报告输出路径
report.format string markdown 报告格式
report.includeScreenshots boolean true 报告是否包含截图
quality.passScore number 90 综合评分通过线
quality.scoreWeights.pageLoad number 15 页面加载权重 (%)
quality.scoreWeights.crudCorrectness number 30 CRUD 正确性权重 (%)
quality.scoreWeights.businessFlow number 25 业务流程权重 (%)
quality.scoreWeights.exceptionHandling number 15 异常处理权重 (%)
quality.scoreWeights.dataConsistency number 15 数据一致性权重 (%)

Read the full file on GitHub · 234 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. 11d ago First seen · 234 lines · 39 tokens per session scan A 3afa8990cd96

Subscribe to this mod's changes

e2e-skills-hub:config is a skill published in the GitHub repository Try-catch-finally-awesome/e2e-skills-hub (3 stars, last pushed 5mo ago), licensed MIT. It adds 39 tokens to every session and 2,270 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-31.

Related

Other skills, from other repositories

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

test-warp-ui

Guides testing Warp UI features and changes using the computer use tool. Use this skill only when computer-use testing was requested (explicit request or accepted offer) and the computeruse tool is available to the agent. Covers launching Warp and verifying UI behavior.

warpdotdev/warp · 55 tokens

test-electron-app

Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…

PostHog/posthog-foss · 112 tokens

pyats-dynamic-test

Generate and execute deterministic pyATS aetest validation scripts - interface state, OSPF neighbors, BGP paths, ping matrices, and custom compliance tests. Use when writing a network test, validating post-change state, running pass/fail checks, or building automated regression tests.

automateyournetwork/netclaw · 61 tokens

test-loop

Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).

HoangNguyen0403/agent-skills-standard · 25 tokens

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens