capture-cloud-session

Extract and decrypt claude.ai session transcripts via event API calls.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill capture-cloud-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capture-cloud-session
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/capture-cloud-session
Command: npx skills add https://github.com/ammonfife/sakima.co --skill capture-cloud-session

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cryptography, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the extraction of transcripts from cloud sessions in claude.ai, significantly reducing the manual work of capturing and reviewing interactions.

Core Features & Use Cases

  • Session Transcript Extraction: Fetch and decrypt the transcript from cloud-based coding sessions at claude.ai.
  • File Archiving: Save the transcripts as human-readable files.
  • Registration in Turso: Automatically register captured sessions in Turso for further analysis or archiving.

Quick Start

Activate the capture-cloud-session skill and provide a cloud session URL, or say "capture cloud session" with the desired session URL.

Frequently Asked Questions about capture-cloud-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract transcripts from claude.ai coding sessions?

Extracting transcripts from claude.ai coding sessions involves decrypting authentication cookies and using browser automation to navigate the interface. The process calls event APIs and handles pagination to produce a cleaned, human-readable transcript file.

How does browser automation handle large transcript extraction from claude.ai?

Large transcript extraction uses browser automation combined with event API calls and pagination to manage potentially large amounts of data. This ensures complete retrieval of session interactions across multiple pages.

Do I need Playwright and cryptography installed to capture cloud session transcripts?

Yes, capturing cloud session transcripts requires local installations of Playwright and cryptography. Playwright manages browser navigation while cryptography handles the decryption of authentication cookies needed for API access.

Can I automatically register extracted claude.ai session transcripts in a tracking service?

Yes, the transcript extraction process optionally registers captured sessions in Turso for further analysis or archiving. This automatically logs your claude.ai coding sessions into a tracking database after extraction.

What is the best way to archive claude.ai cloud session transcripts as human-readable files?

The best way to archive claude.ai cloud session transcripts as human-readable files is through automated extraction. This fetches and decrypts session data, then saves it as a cleaned transcript file for offline review.

Why does claude.ai session extraction require cookie decryption?

Cookie decryption is required for claude.ai session extraction because authentication cookies contain the credentials needed to authorize event API calls. Decrypting them allows browser automation to securely access session transcript data.