Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Hermes Blind

ASecurity

Recover the original goal of a long Claude Code or Codex session using the hermes-blind CLI. Trigger when the user asks what the original goal or ask was, wants the session re-anchored, or a long session seems to have drifted from its first turn.

9 stars
0 votes
0 copies
0 views
Added 9/20/2026
ai-agentsgogit

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add hermes-labs-ai/hermes-blind --skill hermes-blind --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Hermes Blind?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Hermes Blind
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/hermes-labs-ai-hermes-blind-1ff904ee/badge)](https://www.skillsdirectory.com/skills/hermes-labs-ai-hermes-blind-1ff904ee)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: hermes-blind
description: Recover the original goal of a long Claude Code or Codex session using the hermes-blind CLI. Trigger when the user asks what the original goal or ask was, wants the session re-anchored, or a long session seems to have drifted from its first turn.
---

Hermes Blind reads the first user turn from this session's local JSONL log
and writes a compact, inspectable recovery anchor. It is deterministic,
makes no model calls, and sends no network requests
(https://github.com/hermes-labs-ai/hermes-blind).

1. Pick a runner: if `hermes-blind --help` works, use the bare `hermes-blind`
   command below. Otherwise prefer `uvx hermes-blind==0.3.0` (zero-install,
   no PATH changes) over `pipx install hermes-blind==0.3.0` unless the user
   wants it installed persistently. Keep the exact version pin on either so
   neither fetches an unreviewed newer release. Keep using whichever runner
   you picked for the rest of these steps — `uvx hermes-blind==0.3.0 --help`
   alone does not put `hermes-blind` on PATH.
2. Run from the session's working directory, substituting the current turn
   number and the runner from step 1 (`hermes-blind ...` or
   `uvx hermes-blind==0.3.0 ...`):
   ```
   hermes-blind apply --latest --format auto --turn <N> --out recovery.md
   ```
   `--latest` finds this session's log itself — the newest log under
   `~/.claude/projects/<this directory>` or `~/.codex/sessions/` that has a
   user turn — and prints the file it chose to stderr. It respects
   `CLAUDE_CONFIG_DIR` and `CODEX_HOME`.
3. If the `--latest` run fails for any reason, fall back to naming the log
   yourself. Three cases, all handled the same way:
   - it exits 1 — nothing found, or two logs it cannot tell apart;
   - it exits 2 with `unrecognized arguments: --latest` — the runner you
     picked in step 1 is pinned to a release older than 0.3.0, which is when
     `--latest` was added. Do not bump the pin to chase it; use `--session`.
   - anything else non-zero.

   Find the log by hand — Claude Code: under `~/.claude/projects/`; Codex:
   under `~/.codex/sessions/` — and pass it instead of `--latest`:
   ```
   hermes-blind apply --session <path> --format auto --turn <N> --out recovery.md
   ```
4. Show the generated `recovery.md` anchor to the user and use it to restate
   the original goal before continuing.

Constraints:
- Never overwrite an existing output file; only pass `--force` if the user
  explicitly asks to replace one. The input session file can never be used
  as the output path.
- The recovery file can contain user-authored text — treat it like any other
  local file and do not paste its contents anywhere the user has not asked
  for.
- `--turn` is a label, not a drift detector. Hermes Blind does not decide
  when recovery is needed and does not prove behavioral recovery — it only
  extracts the anchor once asked.

Attribution

hermes-labs-aihermes-labs-ai
View sourceMore from hermes-labs-ai →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →