| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.2 source code.tar.gz | 2025-12-25 | 37.4 kB | |
| 0.2 source code.zip | 2025-12-25 | 52.4 kB | |
| README.md | 2025-12-25 | 1.4 kB | |
| Totals: 3 Items | 91.2 kB | 0 | |
Import Sessions Directly from Claude API
You can now import sessions directly from the Claude API:
:::bash
# List available sessions
claude-code-publish list-web
# Import with interactive picker
claude-code-publish import
# Import a specific session
claude-code-publish import SESSION_ID
On macOS, API credentials are automatically retrieved from your keychain. On other platforms, provide --token and --org-uuid manually.
Quick View with --open
Instantly view a session in your browser:
:::bash
# Pick a session and open it immediately
claude-code-publish import --open
# Convert and open a local JSON file
claude-code-publish session.json --open
Publish to GitHub Gist with --gist
Share your transcripts with a single command:
:::bash
claude-code-publish import --gist
claude-code-publish session.json --gist
This uploads the generated HTML files to a GitHub Gist and outputs a shareable preview URL via gistpreview.github.io.
Requires: GitHub CLI (gh) installed and authenticated.
Include Original JSON with --json
Archive the source data alongside your HTML output:
:::bash
claude-code-publish session.json -o ./my-transcript --json
claude-code-publish import SESSION_ID --json