e2e-skills-hub:show

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

A command for displaying the detailed instructions of one generated E2E testing skill. E2E testing checks complete application journeys, such as a user submitting a form and receiving the expected result.

In plain words
What is it for?
Use it to view skills such as the test coordinator, code tracer, test-case generator, browser test runner, error fixer, or report generator.
Why use it?
It helps you inspect exactly what a named testing skill contains and confirms whether that skill exists in the project or user skill directory.

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 view skills such as the test coordinator, code tracer, test-case generator, browser test runner, error fixer, or report generator.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/try-catch-finally-awesome/e2e-skills-hub/show
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 show
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:show

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/try-catch-finally-awesome/e2e-skills-hub/show"><img src="https://agentmods.dev/badge/skills/try-catch-finally-awesome/e2e-skills-hub/show.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 916 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.00019 $0.00916
Opus 5 $0.00010 $0.00458
Sonnet 5 $0.00004 $0.00183
Haiku 4.5 $0.00002 $0.00092

Measured 11d ago against content hash 233eae2c88ee, 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:show 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/show/SKILL.md · 105 lines

How it starts

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

/e2e-skills-hub:show — 查看 Skill 内容

用法

/e2e-skills-hub:show e2e-code-tracer
/e2e-skills-hub:show e2e-orchestrator
/e2e-skills-hub:show e2e-testcase-generator

参数

参数 类型 必填 默认值 说明
<skill-name> string - 要查看的 skill 名称。合法值:e2e-orchestrator, e2e-code-tracer, e2e-testcase-generator, e2e-playwright-runner, e2e-error-fixer, e2e-report-generator

执行步骤

步骤 1: 验证参数

  1. 检查用户是否提供了 <skill-name> 参数

  2. 如未提供:

    用法: /e2e-skills-hub:show <skill-name>
    可用的 skill 名称:
      - e2e-orchestrator        E2E 测试主编排器
      - e2e-code-tracer         代码溯源专家
      - e2e-testcase-generator  测试用例生成专家
      - e2e-playwright-runner   测试执行专家
      - e2e-error-fixer         错误归因与修复专家
      - e2e-report-generator    测试报告生成专家
    

    终止执行。

  3. 验证名称是否合法(属于上述 6 个之一)

步骤 2: 定位文件

  1. 按优先级搜索 Skills 存储目录:

    • 项目级: {项目根目录}/.claude/skills/e2e/
    • 用户级: ~/.claude/skills/e2e/{项目名}/
  2. 构造目标文件路径: {skills_dir}/{skill-name}/SKILL.md

  3. 检查文件是否存在:

    Bash: test -f "{skills_dir}/{skill-name}/SKILL.md" && echo "EXISTS" || echo "NOT_FOUND"
    
  4. 如文件不存在:

    错误: Skill '{skill-name}' 的文件不存在。
    路径: {skills_dir}/{skill-name}/SKILL.md
    请运行 /e2e-skills-hub:generate --only {skill-name} 生成此 skill。
    

步骤 3: 读取并展示文件内容

  1. 读取 SKILL.md 文件的完整内容:

    Read: {skills_dir}/{skill-name}/SKILL.md
    
  2. 从 metadata.json 中获取该 skill 的元数据(如有):

    • 记录的哈希
    • 生成/更新时间
  3. 计算当前文件的 SHA-256 哈希,与记录比较

步骤 4: 输出

输出文件元信息和完整内容:

Skill: {skill-name}
路径: {skills_dir}/{skill-name}/SKILL.md
状态: {正常 | 已修改 | 未注册}
最后更新: {时间}
哈希: {sha256 前 16 位}

--- 文件内容 ---
{SKILL.md 的完整内容}
--- 文件结束 ---

输出

  • Skill 文件的元信息(名称、路径、状态、哈希)
  • SKILL.md 的完整文本内容

错误处理

错误场景 处理方式
未提供 skill-name 参数 列出所有可用的 skill 名称
skill-name 不合法 输出 错误: 未知的 skill 名称 '{name}',列出合法名称
文件不存在 提示运行 /e2e-skills-hub:generate --only {name} 生成
metadata.json 不存在 仍然展示文件内容,但元信息中标注"未注册"

Read the full file on GitHub · 105 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 · 105 lines · 19 tokens per session scan A 233eae2c88ee

Subscribe to this mod's changes

e2e-skills-hub:show 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 19 tokens to every session and 916 once invoked, about $0.0001 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