github-ssh-token-workflow

github-ssh-token-workflow is a skill for Claude Code, Codex from adityahimaone/hermes-agent-rtk-caveman. It costs 43 tokens per session (2,054 once invoked), scanned C, original, no licence file.

A GitHub access setup skill focused on SSH keys and access tokens. SSH keys authenticate Git operations, while tokens are needed for some GitHub CLI actions.

In plain words
What is it for?
Use it to create dedicated SSH keys, configure SSH rules, and decide when GitHub tokens or the gh command-line tool are required.
Why use it?
It clarifies which authentication method is appropriate and covers the limits of using SSH alone.

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/adityahimaone/hermes-agent-rtk-caveman/github-ssh-token-workflow
Any agent
npx skills add adityahimaone/hermes-agent-rtk-caveman --skill github-ssh-token-workflow
Clone the repo
git clone --depth 1 https://github.com/adityahimaone/hermes-agent-rtk-caveman

Made for: Claude Code, Codex.

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 github-ssh-token-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/adityahimaone/hermes-agent-rtk-caveman/github-ssh-token-workflow.svg)](https://agentmods.dev/skills/adityahimaone/hermes-agent-rtk-caveman/github-ssh-token-workflow)
Your own site
<a href="https://agentmods.dev/skills/adityahimaone/hermes-agent-rtk-caveman/github-ssh-token-workflow"><img src="https://agentmods.dev/badge/skills/adityahimaone/hermes-agent-rtk-caveman/github-ssh-token-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,054 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.1 $0.00043 $0.02054
Opus 5 $0.00022 $0.01027
Sonnet 5 $0.00009 $0.00411
Haiku 4.5 $0.00004 $0.00205

Measured 6d ago against content hash afedce7156d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

github-ssh-token-workflow scanned grade C with 1 finding 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 6d 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.

ssh-keygen -t ed25519 -C "hermes-agent@username" -f ~/.ssh/id_ed25519_hermes -N ""
skills/github/github-ssh-token-workflow/SKILL.md · 308 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. 6d ago First seen · 308 lines · 43 tokens per session scan C afedce7156d8

Subscribe to this mod's changes

github-ssh-token-workflow is a skill published in the GitHub repository adityahimaone/hermes-agent-rtk-caveman (79 stars, last pushed 4mo ago), with no licence file. It adds 43 tokens to every session and 2,054 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

issue-triage

Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

rtk-ai/rtk · 70 tokens

github-secret-hunting

Find leaked API keys, tokens, and credentials in public GitHub repositories.

uphiago/recon-skills · 20 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens

ultralytics-platform

This skill should be used when user asks to "upload my model to Ultralytics Platform", "push this run to the platform", "upload a dataset to platform", "download a dataset from platform", "search platform datasets", "start cloud training", "train on platform GPUs", "export a model on platform", "deploy a model…

fcakyon/claude-codex-settings · 112 tokens

mongodb-query-optimizer

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on my cluster?", etc. Do not invoke for general MongoDB query…

fcakyon/claude-codex-settings · 98 tokens

polar-local-environment

This skill should be used when setting up or managing Polar local development environment with Docker.

fcakyon/claude-codex-settings · 22 tokens