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 agentmods add skills/mambo-wang/showtime/harness-creatornpx skills add mambo-wang/ShowTime --skill harness-creatorgit clone --depth 1 https://github.com/mambo-wang/ShowTimeWrote 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/mambo-wang/showtime/harness-creator)<a href="https://agentmods.dev/skills/mambo-wang/showtime/harness-creator"><img src="https://agentmods.dev/badge/skills/mambo-wang/showtime/harness-creator.svg" alt="Measured on agentmods" 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.00054 | $0.03839 |
| Opus 5 | $0.00027 | $0.01920 |
| Sonnet 5 | $0.00011 | $0.00768 |
| Haiku 4.5 | $0.00005 | $0.00384 |
Grade A, and why
harness-creator 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 5d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
24 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/analyzer.md 3.6 KB
- agents/auditor.md 4.5 KB
- agents/creator-config.md 5.3 KB
- agents/creator-docs.md 2.6 KB
- agents/creator-linters.md 2.6 KB
- references/adapters/adapter-schema.md 9.3 KB
- references/adapters/generic.md 4.4 KB
- references/adapters/go.md 7.0 KB
- references/adapters/java.md 6.9 KB
- references/adapters/python.md 7.3 KB
- references/adapters/rust.md 6.5 KB
- references/adapters/typescript.md 8.3 KB
- references/architecture-diagrams.md 11 KB
- references/audit-templates.md 17 KB
- references/capability-registry.md 12 KB
- references/documentation-templates.md 17 KB
- references/durability-patterns.md 14 KB
- references/environment-config-guide.md 16 KB
- references/environment-detection-guide.md 21 KB
- references/eval-templates.md 9.7 KB
- references/gc-templates.md 25 KB
- references/greenfield-templates.md 30 KB
- references/linter-templates.md 9.2 KB
- references/observability-templates.md 7.8 KB
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.
- 5d ago First seen · 490 lines · 54 tokens per session scan A 2b6cbc1eaac3
harness-creator is a skill published in the GitHub repository mambo-wang/ShowTime (10 stars, last pushed 3mo ago), with no licence file. It adds 54 tokens to every session and 3,839 once invoked, about $0.0003 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
ci-cd-and-automation
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
google-cloud-slo-alert-configuration
Configures PromQL-based Service Level Objective (SLO) alerting policies for Google Cloud resources registered in App Hub or individually specified. Generates Terraform output. Use when the user asks to configure an SLO or Service Level Objective. Don't use for standard alerting policies.
cloud-build-basics
Teaches the fundamentals of Google Cloud Build (GCB). Covers core concepts, API enablement, console navigation to the Build History page, and the end-to-end workflow for creating and manually running a basic build trigger. Do not use for managing private pools or complex pipeline architectures.
chinese-git-workflow
国内 Git 平台配置参考——Gitee、Coding.net、极狐 GitLab、CNB 的 SSH/HTTPS/凭据/CI 接入差异与镜像同步配置。仅在用户显式 /chinese-git-workflow 时调用,不要根据上下文自动触发。.
comet-github-ci-triage
使用 PR 当前准确 head、失败 job 日志、本地复现边界和可合并状态,诊断 Comet PR 的 GitHub Actions 与覆盖率检查。PR 出现 CI 报错、Codecov 问题、过期检查或无法解释的红色 job 时使用。.
review-tooling
Detect what dev tooling infrastructure a project has and flag gaps across linters, formatters, pre-commit hooks, test runners, and CI/CD pipelines. Returns structured findings without applying changes. Use when the user asks to "review tooling", "check project tooling", "what tooling is missing", "review dev…