okhp3-thread-extract-claude

Extract pasted Claude conversations into standalone, provenance-aware Markdown artifacts.

1|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/OKHP3/refoldec --skill okhp3-thread-extract-claude-okhp3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okhp3-thread-extract-claude
Source: https://github.com/OKHP3/refoldec/tree/main/.agents/skills/okhp3-thread-extract-claude
Command: npx skills add https://github.com/OKHP3/refoldec --skill okhp3-thread-extract-claude-okhp3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Valuable reasoning, decisions, and reusable assets inside Claude conversations are trapped in ephemeral chat threads. This Skill converts manually pasted Claude material into durable, self-contained Markdown extracts that remain understandable and actionable without access to the original account, thread, Project, or Artifact. ## Core Features & Use Cases - Evidence-aware extraction: Builds turn ledgers and content element ledgers that separate stated facts from inferences, proposals, and unknowns, with fidelity labels for Artifacts, citations, files, and tool events. - Depth-controlled output: Supports rapid, balanced, and comprehensive extraction profiles (with aliases like scan, distill, and catalog) so users control granularity without sacrificing privacy or provenance checks. - Deterministic artifact writer: A bundled Python script validates metadata, derives a filesystem-safe slug from a distilled title chain, prevents accidental overwrites, and writes the final Markdown file atomically. - Use Case: You paste a long Claude Project conversation containing Artifact versions and web citations. The Skill normalizes roles, catalogs every element, runs a privacy gate, and produces a repository-ready extract with a clear resume point and open questions. ## Quick Start Paste your Claude conversation into the chat and ask the agent to extract it into a standalone Markdown artifact at balanced depth in your docs/thread-extracts folder.

Frequently Asked Questions about okhp3-thread-extract-claude

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

FAQPage Schema
How do I extract a Claude conversation into Markdown?▼

Paste the Claude conversation into the chat and request an extraction at your chosen depth. The Skill normalizes speaker turns, catalogs Artifacts and citations, runs a privacy gate, and writes a validated Markdown file using its bundled Python script.

What extraction depth should I use for a Claude thread?▼

Choose rapid for a compact continuity brief, balanced for selective detail with documented compression, or comprehensive for fine-grained per-element dispositions. Balanced is the default when no depth is specified, and aliases like scan, distill, or catalog map to the three tiers.

Does this require a Claude account or Anthropic API key?▼

No account access, API key, network connection, or connector is required. The human manually copies and pastes the material, and the Skill only processes the supplied text with Python 3.10 or later and filesystem access.

Can it handle Claude Artifacts and uploaded files?▼

Yes, it catalogs every Artifact version, uploaded file, citation, diagram, and tool event in a content element ledger. Each element records owner, fidelity such as verbatim or referenced-not-supplied, and a catalog action.

What are the limitations of pasted conversation extraction?▼

A paste may omit collapsed sections, Project instructions, attachments, or Artifact revisions, so completeness is labeled complete, partial, or unknown. The output is a reviewed distillation, not a lossless transcript archive, and it never claims access to the original platform.