# Publish Session

> Publish the current session transcript to a GitHub Gist Use when this capability is needed.

- Skill: `tomevault-io/publish-session` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/publish-session`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/publish-session/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/publish-session

---


Publish the current session transcript by running:

```bash
python3 ${CLAUDE_PLUGIN_ROOT}/commands/publish/scripts/publish_session.py ${CLAUDE_SESSION_ID}
```

Then check for plugin updates:

```bash
python3 ${CLAUDE_PLUGIN_ROOT}/commands/publish/scripts/check_version.py
```

If there's a new version available, inform the user (they should be able to upgrade by running the /plugin command and then navigating to the Installed tab). Don't say a single thing if the plugin is up-to-date.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/moredip) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

