import-cloud-sessions

Transfer Claude Desktop cloud sessions from localStorage to Turso and session-index.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to transfer Claude Desktop cloud sessions into the Turso system and the session-index.json file, facilitating easier session management and auditing.

Core Features & Use Cases

  • Session Transfer: Moves cloud sessions from Claude Desktop's localStorage to Turso.
  • Session Management: Allows for easier tracking and organization of cloud sessions.
  • Use Case: Ideal for users who need to audit active cloud sessions or ensure they appear in the BigMac session index alongside local JSONL sessions.

Quick Start

Run the script to import cloud sessions from Claude Desktop into Turso.

Frequently Asked Questions about import-cloud-sessions

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

FAQPage Schema
How do I transfer Claude Desktop cloud sessions to Turso?

You can import cloud sessions into Turso by running this script, which extracts session data directly from Claude Desktop localStorage and writes it to the Turso system for tracking and auditing.

What is the best way to audit Claude Desktop cloud sessions in a database?

Auditing cloud sessions is achieved by transferring Claude Desktop localStorage data into Turso, which centralizes the session records so they can be tracked and queried.

Do I need access to session-index.json to manage cloud sessions?

Yes, access to session-index.json is required, as the script updates that file alongside the Turso database so cloud sessions appear in the BigMac index next to local JSONL sessions.

Can I use Claude Desktop localStorage data for session management in Turso?

Yes, Claude Desktop localStorage serves as the source data for transferring and managing cloud sessions within the Turso system and the session-index.json file.

Why are my Claude Desktop cloud sessions missing from the session index?

Cloud sessions are missing because they remain in Claude Desktop localStorage; running this import script moves them into session-index.json and Turso so they are properly indexed.