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/robinberaud/hermes-skills/github-issuesnpx skills add RobinBeraud/hermes-skills --skill github-issuesgit clone --depth 1 https://github.com/RobinBeraud/hermes-skillsWhat 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 | $0.00020 | $0.02806 |
| Opus 5 | $0.00010 | $0.01403 |
| Sonnet 5 | $0.00004 | $0.00561 |
| Haiku 4.5 | $0.00002 | $0.00281 |
Grade C, and why
github-issues scanned grade C with 2 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 2d 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
elif grep -q "github.com" ~/.git-credentials 2>/dev/null; then Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Create, search, triage, and manage GitHub issues. Each section shows `gh` first, then the `curl` fallback. 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 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.
- 2d ago First seen · 371 lines · 20 tokens per session scan C c1be1ca373ad
github-issues is a skill published in the GitHub repository RobinBeraud/hermes-skills (9 stars, last pushed 1mo ago), with no licence file. It adds 20 tokens to every session and 2,806 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (reaches for credential files, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
anysearch
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
hermes-self-evaluation
Use this skill when the user asks to audit, review, or optimize Hermes's own performance — analyzing session data, skills, configuration, costs, and usage patterns to identify improvements, automation opportunities, and system optimizations.
mnemosyne-maintenance
Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.
svix-sending-webhooks
Everything for working with Svix webhooks: first-time setup (API key, SDK install, first message), Dispatch (sending webhooks to your customers), Ingest (receiving third-party webhooks), Applications, Channels, customer UIDs, idempotency, App Portal embedding, operational webhooks, the Svix CLI, and — only when the…
dsh-requesting-code-review
双轴 pre-commit review(DSH 版):Standards轴(安全/质量/规范) + Spec轴(对照需求查缺漏/蔓延/领域错误),批量并行独立子代理 + fail-closed JSON,两轴分开报告。改动完成/commit前/交付前触发;🟡🔴改动由dsh-dev-pm-flow联动。.
dsh-systematic-debugging
4-phase root cause debugging(DSH 版):先闭环后假设 + seam 检查 + 并行假设验证。任何 bug/测试失败/构建失败/性能问题时触发。.