session-librarian

session-librarian is a skill for Claude Code, Codex from nobodyohm-web/Thot. It costs 19 tokens per session (1,127 once invoked), scanned A, a copy of session-librarian, MIT.

A conversational tool for organizing a library of past work sessions. It can find sessions by topic, summarize decisions, rename or archive them, and split work into related sessions.

In plain words
What is it for?
Use it to find earlier discussions, review what was decided, rename sessions clearly, organize parallel work, or identify stale sessions for cleanup.
Why use it?
It helps you recover useful context and reduce clutter when many sessions accumulate over time.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to find earlier discussions, review what was decided, rename sessions clearly, organize parallel work, or identify stale sessions for cleanup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nobodyohm-web/thot/session-librarian
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.

Any agent
npx skills add nobodyohm-web/Thot --skill session-librarian
Clone the repo
git clone --depth 1 https://github.com/nobodyohm-web/Thot

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 session-librarian

README.md
[![agentmods](https://agentmods.dev/badge/skills/nobodyohm-web/thot/session-librarian/github.svg)](https://agentmods.dev/skills/nobodyohm-web/thot/session-librarian)
Your own site
<a href="https://agentmods.dev/skills/nobodyohm-web/thot/session-librarian"><img src="https://agentmods.dev/badge/skills/nobodyohm-web/thot/session-librarian/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.

agentmods 80×15 button for session-librarian

Your own site · 80×15
<a href="https://agentmods.dev/skills/nobodyohm-web/thot/session-librarian"><img src="https://agentmods.dev/badge/skills/nobodyohm-web/thot/session-librarian.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,127 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00019 $0.01127
Opus 5 $0.00010 $0.00563
Sonnet 5 $0.00004 $0.00225
Haiku 4.5 $0.00002 $0.00113

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

Security

Grade A, and why

session-librarian 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 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.

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.

Origin

This is a copy

100% identical to session-librarian — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

hermes/skills/productivity/session-librarian/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Session Librarian

Manage the user's session library conversationally: find past sessions about a topic, summarize what they decided, rename them meaningfully, split work into parallel sessions, and propose stale ones for archive or deletion — all from a plain-language request like "find my sessions about Q3 pricing, keep the useful ones, and clean up the duplicates."

Inspired by Perplexity Computer's prompt-driven session management (Aug 2026): the agent starts, organizes, and cleans up the user's own session library, and always shows the plan before touching anything.

When to Use

  • "What sessions do I have about X?" / "What did we decide about X?"
  • "Rename these sessions to something meaningful."
  • "Clean up my session library" / "archive the stale ones."
  • "Fork that session into a follow-up focused on Y."
  • "Split this into one session per ticket" (see Parallel workstreams below).

The Two Surfaces

Task Surface
Find sessions by topic, read content, summarize decisions session_search tool (FTS5 over the message store)
List/filter by metadata (age, source, cost, tokens, workspace) hermes sessions list / stats via terminal
Rename hermes sessions rename <session_id> <title...>
Bulk soft-hide (reversible) hermes sessions archive <filters>
Delete (destructive) hermes sessions delete / hermes sessions prune <filters>
Export before deleting anything valuable hermes sessions export --session-id <id> --format md
Continue work in a new place /branch (fork current session) or start a fresh session and cite the summary

Procedure

Discover. Use session_search(query=..., limit=5-10) with topic keywords; vary phrasing (feature name, symptom, project name). For metadata sweeps ("sessions older than 60 days from telegram"), use hermes sessions list --source telegram --limit 50 instead.

Summarize per session. The discovery result's bookend_start (goal), match window, and bookend_end (resolution) usually suffice — only dump a full session (session_search(session_id=...)) when the user asks for decisions in depth. Report each as: link (@session: form) — one-line goal — one-line outcome.

Read the full file on GitHub · 106 lines

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 · 106 lines · 19 tokens per session scan A 9da2d0ba82b7

Subscribe to this mod's changes

session-librarian is a skill published in the GitHub repository nobodyohm-web/Thot (0 stars, last pushed 15d ago), licensed MIT. It adds 19 tokens to every session and 1,127 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to session-librarian, differing in 0 lines, and is treated as a copy.