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.
npx agentmods add skills/andrewdongminyoo/cc-agents-kit/session-exportnpx skills add AndrewDongminYoo/cc-agents-kit --skill session-exportgit clone --depth 1 https://github.com/AndrewDongminYoo/cc-agents-kitWrote 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.
[](https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/session-export)<a href="https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/session-export"><img src="https://agentmods.dev/badge/skills/andrewdongminyoo/cc-agents-kit/session-export.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.00479 |
| Opus 5 | $0.00032 | $0.00239 |
| Sonnet 5 | $0.00013 | $0.00096 |
| Haiku 4.5 | $0.00006 | $0.00048 |
Grade A, and why
session-export 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 5d 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.
What it actually says
Session Export
Render a session .jsonl transcript from ~/.claude/projects/<munged-cwd>/ into a markdown document with ## 👤 User · time / ## 🤖 Claude · time sections, prose kept in full, and tool activity collapsed into <details> blocks.
Usage
session-to-md is on PATH whenever this plugin is enabled — it ships in the plugin's bin/, so there is no path to resolve.
# Export the current project's most recent session (this session) to ~/Downloads
session-to-md
# List this project's sessions (id, time, size, first-prompt preview)
session-to-md --list
# Export a specific session by id, or the Nth most recent
session-to-md <session-id>
session-to-md --last 2
# Options
# --out <file|dir> output path (default: ~/Downloads/<date>-<title>.md)
# --tools none prose only — drop tool calls and results
# --tools full keep full untruncated tool results (default truncates at 1200 chars)
# --thinking include thinking blocks as blockquotes
Workflow
- Run with no arguments for "export this session"; the newest
.jsonlfor the current cwd is the running session. - If the user asks for an older or different session, run
--listfirst and let them pick by id or preview line. - Print the output path the script echoes, and offer
--tools nonewhen the user only wants the readable conversation.
Notes
- Sidechain (subagent) entries, system reminders, and harness bookkeeping events are filtered out; slash-command invocations render as a single
`/command args`line. - The exporter reads local transcripts only — nothing leaves the machine.
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.
- 5d ago First seen · 45 lines · 64 tokens per session scan A 1a7eea47de2c
session-export is a skill published in the GitHub repository AndrewDongminYoo/cc-agents-kit (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 64 tokens to every session and 479 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-31.
Other skills, from other repositories
atl-fetch-confluence
Skill "atl-fetch-confluence" from lc-semba-ryuichiro/semba-claude-plugins, covering confluence 情報取得ガイド, 目次, 概要, 事前準備チェックリスト and 実行方法.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
x-nets
Enhanced netstat module with cached data and structured output. View network connections, routing tables, and interface statistics in interactive or TSV/CSV formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
sheet-music-publisher
Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.
better-auth
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
cloudflare-workers-ci-cd
Complete CI/CD guide for Cloudflare Workers using GitHub Actions and GitLab CI. Use for automated testing, deployment pipelines, preview environments, secrets management, or encountering deployment failures, workflow errors, environment configuration issues.