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 Try-catch-finally-awesome/e2e-skills-hub --skill configgit clone --depth 1 https://github.com/Try-catch-finally-awesome/e2e-skills-hubWrote 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/try-catch-finally-awesome/e2e-skills-hub/config)<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.
<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>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.00039 | $0.02270 |
| Opus 5 | $0.00019 | $0.01135 |
| Sonnet 5 | $0.00008 | $0.00454 |
| Haiku 4.5 | $0.00004 | $0.00227 |
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.
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 |
数据一致性权重 (%) |
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.
- 11d ago First seen · 234 lines · 39 tokens per session scan A 3afa8990cd96
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.
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.
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.
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…
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.
test-loop
Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).
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…