github-issues

A tool for managing GitHub issues from the command line or through GitHub's web API. It can create, sort, label, and assign issues.

In plain words
What is it for?
Use it to open new issues, review and triage existing ones, apply labels, and assign work to people.
Why use it?
It removes the need to handle each issue manually in the browser. It helps keep issue tracking organized.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/robinberaud/hermes-skills/github-issues
Any agent
npx skills add RobinBeraud/hermes-skills --skill github-issues
Clone the repo
git clone --depth 1 https://github.com/RobinBeraud/hermes-skills

Made for: Claude Code, Codex.

Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,806 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown 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 $0.00020 $0.02806
Opus 5 $0.00010 $0.01403
Sonnet 5 $0.00004 $0.00561
Haiku 4.5 $0.00002 $0.00281

Measured 2d ago against content hash c1be1ca373ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.
github/github-issues/SKILL.md · 371 lines

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.

Read it on GitHub

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. 2d ago First seen · 371 lines · 20 tokens per session scan C c1be1ca373ad

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

anysearch

Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.

anysearch-ai/anysearch-skill · 24 tokens

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.

AtlasOmnia/donna-starter · 69 tokens

mnemosyne-maintenance

Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.

AtlasOmnia/donna-starter · 40 tokens

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…

svix/ai · 138 tokens

dsh-requesting-code-review

双轴 pre-commit review(DSH 版):Standards轴(安全/质量/规范) + Spec轴(对照需求查缺漏/蔓延/领域错误),批量并行独立子代理 + fail-closed JSON,两轴分开报告。改动完成/commit前/交付前触发;🟡🔴改动由dsh-dev-pm-flow联动。.

xl188/XLSkills · 96 tokens

dsh-systematic-debugging

4-phase root cause debugging(DSH 版):先闭环后假设 + seam 检查 + 并行假设验证。任何 bug/测试失败/构建失败/性能问题时触发。.

xl188/XLSkills · 53 tokens