sessions

sessions is a skill for Claude Code from urav06/claudestrophobic. It costs 10 tokens per session (238 once invoked), scanned A, original, MIT.

A project-session manager for listing, opening, deleting, and pruning saved Claude Code sessions. A session is a recorded work context for a project.

In plain words
What is it for?
Use it to list sessions, delete one by its identifier, remove older sessions after a chosen age, or open the project's folder.
Why use it?
It helps you find old work and remove sessions you no longer need, while protecting active sessions from deletion.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claudestrophobic plugin — 2 skills shipped together

Good fit Use it to list sessions, delete one by its identifier, remove older sessions after a chosen age, or open the project's folder.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add urav06/claudestrophobic
Claude Code
/plugin install claudestrophobic

Made for: Claude Code.

Or install claudestrophobic, the plugin that ships this one along with the rest of its 2 skills.

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 sessions

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/urav06/claudestrophobic/sessions"><img src="https://agentmods.dev/badge/skills/urav06/claudestrophobic/sessions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 238 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 original 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.00010 $0.00238
Opus 5 $0.00005 $0.00119
Sonnet 5 $0.00002 $0.00048
Haiku 4.5 $0.00001 $0.00024

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

Security

Grade A, and why

sessions 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 10d 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.

skills/sessions/SKILL.md · 26 lines

What it actually says

Sessions in this project

Run: python3 "${CLAUDE_PLUGIN_ROOT}/cli/cc.py" sessions "${CLAUDE_PROJECT_DIR}" <command>

Intent <command>
List sessions (omit)
Delete a session delete <uuid-prefix>
Prune old sessions prune <duration> — e.g. 2w, 3d, 6m, 12h
Confirm prune prune <duration> --confirm
Open the project folder browse

To delete by description ("the one about auth"), list first, pick the session, then pass its UUID prefix (the xxxxxxxx shown) to delete. Sessions marked ● are active and protected from deletion.

To manage other projects, or remove one entirely, use /projects.

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. 10d ago First seen · 26 lines · 10 tokens per session scan A 2f8a8d4e2696

Subscribe to this mod's changes

sessions is a skill published in the GitHub repository urav06/claudestrophobic (9 stars, last pushed 3mo ago), licensed MIT. It adds 10 tokens to every session and 238 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. 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

s-compact

Session handoff for the next session — write-side pair of /s-continue. Triggers on "s-compact", "session handoff", "handoff prompt", "hand off", "wrap up the session", "prep for next session". Distills what /s-continue cannot recover: subagent findings, tool-output numbers, and decisions that never entered the…

ww-w-ai/super-token-saver · 99 tokens

codex-sessions-manager

Use this skill when the user wants to inspect, search, export, verify, clean up, delete, restore, or purge local Codex sessions stored under /.codex.

1939869736luosi/codex-sessions-manager · 41 tokens

janitor-claude

Audit and clean up a Claude Code working directory or Obsidian vault. Use this skill when the user asks to "clean up my session", "clean this directory", "tidy this up", "audit my CLAUDE.md", "is my CLAUDE.md stale", "scaffold a CLAUDE.md", "find broken wiki-links", "find dead files", "find orphaned notes", "what's…

ArshiaEcho/janitor · 219 tokens

release-notes

Generate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes $release-notes or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.

kenryu42/cc-safety-net · 65 tokens

add-teams

Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.

microsoft/power-platform-skills · 31 tokens

sys-configure

Configure Claude Octopus — redirects to /octo:setup interactive wizard.

nyldn/claude-octopus · 18 tokens