agent-session-capture-backup

agent-session-capture-backup is a skill for Claude Code, Codex from joelhooks/joelclaw. It costs 67 tokens per session (1,165 once invoked), scanned A, original, no licence file.

A system for checking and maintaining saved coding-agent session records across several machines and services.

In plain words
What is it for?
Use it to verify, repair, restore, and back up session captures, clear pending outbox items, copy transcripts to network storage, and schedule checks.
Why use it?
It helps find missing or stuck session captures and preserves transcripts so agent activity is not lost.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to verify, repair, restore, and back up session captures, clear pending outbox items, copy transcripts to network storage, and schedule checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joelhooks/joelclaw/agent-session-capture-backup
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 joelhooks/joelclaw --skill agent-session-capture-backup
Clone the repo
git clone --depth 1 https://github.com/joelhooks/joelclaw

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 agent-session-capture-backup

README.md
[![agentmods](https://agentmods.dev/badge/skills/joelhooks/joelclaw/agent-session-capture-backup.svg)](https://agentmods.dev/skills/joelhooks/joelclaw/agent-session-capture-backup)
Your own site
<a href="https://agentmods.dev/skills/joelhooks/joelclaw/agent-session-capture-backup"><img src="https://agentmods.dev/badge/skills/joelhooks/joelclaw/agent-session-capture-backup.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,165 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 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.00067 $0.01165
Opus 5 $0.00034 $0.00583
Sonnet 5 $0.00013 $0.00233
Haiku 4.5 $0.00007 $0.00117

Measured yesterday against content hash d085b26f4ff9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

agent-session-capture-backup 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 yesterday.

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/agent-session-capture-backup/SKILL.md · 106 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. yesterday Changed d085b26f4ff9
  2. 8d ago First seen · 106 lines · 67 tokens per session scan A f2936c7b807b

Subscribe to this mod's changes

agent-session-capture-backup is a skill published in the GitHub repository joelhooks/joelclaw (63 stars, last pushed yesterday), with no licence file. It adds 67 tokens to every session and 1,165 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

brain_dump

Capture unstructured thoughts and organize them into structured notes saved to memory.

siddsachar/row-bot · 17 tokens

forgetful-remember

Remember knowledge worth keeping — a decision made, a solution found, a preference stated, a pattern confirmed. Use when work surfaces something future sessions will need, or the user asks to remember something. Routes content to the right store (memory, document, code artifact, entity, procedure, file) and enforces…

ScottRBK/forgetful · 71 tokens

acontext-installer

Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.

memodb-io/Acontext · 22 tokens

memory-bank

Token-efficient persistent memory system for Claude Code that saves 67% tokens on session warm-up (verified with tiktoken). Layered architecture with progressive loading, compact encoding, branch-aware context, smart compression, session diffing, conflict detection, session continuation protocol, and recovery mode.…

josiahcrackle9631/memory-bank · 199 tokens

kb-ingest

Ingest a source into the knowledge bundle. Use when the user wants to capture, ingest, file, process, or "add this" — a note, transcript, email, PDF, image, web page, or any raw source — into a knowledge/ bundle, or drops content for processing. Reads the source once, extracts its signal, and integrates it across the…

stjbrown/agent-knowledge · 94 tokens

brain-save

Saves a single fact, decision, pattern, or convention into your governed knowledge brain so it can be recalled later — and retires memories that are outdated. Side-effecting: it writes to your durable corpus, so it never auto-fires — invoke it explicitly. Use when you want the brain to remember something specific…

jeremylongshore/bobs-big-brain-plugin · 94 tokens