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 pangzhenying2025/hermes-automotive-skills --skill automotive-hooksgit clone --depth 1 https://github.com/pangzhenying2025/hermes-automotive-skillsWrote 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/pangzhenying2025/hermes-automotive-skills/automotive-hooks)<a href="https://agentmods.dev/skills/pangzhenying2025/hermes-automotive-skills/automotive-hooks"><img src="https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-hooks/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/pangzhenying2025/hermes-automotive-skills/automotive-hooks"><img src="https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-hooks.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.00038 | $0.00119 |
| Opus 5 | $0.00019 | $0.00060 |
| Sonnet 5 | $0.00008 | $0.00024 |
| Haiku 4.5 | $0.00004 | $0.00012 |
Grade A, and why
automotive-hooks 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 12d 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.
What it actually says
Automotive Git Hooks
24 hooks across 5 lifecycle stages.
Stages
- post-commit
- post-deploy
- pre-commit
- pre-merge
- pre-push
Used for ASPICE compliance automation in CI/CD pipelines.
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.
- references/post-commit/metrics-collect.sh 6.0 KB runs code
- references/post-commit/notification-send.sh 7.5 KB runs code
- references/post-deploy/monitoring-verify.sh 10 KB runs code
- references/post-deploy/smoke-test-run.sh 8.5 KB runs code
- references/post-deploy/version-tag.sh 2.3 KB runs code
- references/pre-commit/aspice-workproduct.sh 3.5 KB runs code
- references/pre-commit/autosar-naming.sh 5.1 KB runs code
- references/pre-commit/complexity-check.sh 5.0 KB runs code
- references/pre-commit/file-size-check.sh 6.9 KB runs code
- references/pre-commit/license-header-check.sh 4.9 KB runs code
- references/pre-commit/markdown-lint.sh 8.9 KB runs code
- references/pre-commit/misra-check.sh 6.2 KB runs code
- references/pre-commit/safety-annotation.sh 8.3 KB runs code
- references/pre-commit/secret-scan.sh 8.9 KB runs code
- references/pre-commit/todo-ticket-check.sh 5.6 KB runs code
- references/pre-commit/yaml-lint.sh 7.0 KB runs code
- references/pre-merge/breaking-change-check.sh 9.9 KB runs code
- references/pre-merge/documentation-check.sh 8.3 KB runs code
- references/pre-merge/integration-test.sh 1.9 KB runs code
- references/pre-merge/review-required.sh 6.7 KB runs code
- references/pre-push/coverage-gate.sh 7.6 KB runs code
- references/pre-push/dependency-audit.sh 9.2 KB runs code
- references/pre-push/static-analysis-gate.sh 7.6 KB runs code
- references/pre-push/test-runner.sh 8.8 KB runs code
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.
- 12d ago First seen · 22 lines · 38 tokens per session scan A fb866bd2c31e
automotive-hooks is a skill published in the GitHub repository pangzhenying2025/hermes-automotive-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 38 tokens to every session and 119 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
validate-changes
Evaluate staged changes using LLM-as-a-Judge before committing.
catchup
Restore context after /clear by summarizing recent work and project state.
commit
Create well-structured git commits with context-aware message generation, plan awareness, and support for common commit workflow variants. Use when the user says "commit", "commit the changes", "commit and push", "commit the plan", "commit staged", "commit just the staged changes", "give the plan a meaningful name and…
misra
MISRA C:2025 expert that operates in two modes: (1) Review — scan existing C code for violations across all 223 guidelines (22 directives + 201 rules), report findings with rule IDs, corrected code, and deviation justification templates; (2) Develop — generate new C functions, modules, or data structures that are…
commit
A tool for creating Git commits in the Conventional Commits format, a shared way to describe changes consistently. It checks the current branch and changes before committing.
scaffold-new-repo
Scaffold the universal boilerplate for a new repository: LICENSE, README, CHANGELOG, .gitignore, agent config files (AGENTS.md, CLAUDE.md symlink, .claude/settings.json, .github/copilot-instructions.md), and a plans directory. Use when the user says "scaffold a new repo", "set up a new project", "bootstrap a new…