sqlite-db-truncate

Official

Binary-level recovery of corrupted SQLite files.

Authorletta-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured approach to recovering data from corrupted or truncated SQLite databases via binary analysis, when standard tools fail.

Core Features & Use Cases

  • Phase 1: assessment: Inspect file size, headers, and page structure.
  • Phase 2: recovery method: Choose between standard recovery or manual binary parsing.
  • Phase 3: structured parsing: Implement a robust leaf-page parsing strategy and verify payload decoding.

Quick Start

Example: run the sqlite_recovery.py script on a damaged database to print diagnostic information.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sqlite-db-truncate
Download link: https://github.com/letta-ai/skills/archive/main.zip#sqlite-db-truncate

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository