okhp3-thread-extract-gemini

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

Updated Aug 17, 2026
One-click install
npx skills add https://github.com/OKHP3/telling-forward --skill okhp3-thread-extract-gemini-okhp3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okhp3-thread-extract-gemini
Source: https://github.com/OKHP3/telling-forward/tree/main/.agents/skills/okhp3-thread-extract-gemini
Command: npx skills add https://github.com/OKHP3/telling-forward --skill okhp3-thread-extract-gemini-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 Google Gemini chats are trapped in an ephemeral interface; this Skill converts manually pasted Gemini material into durable, self-contained Markdown that can be committed to a repository and resumed without any Google account access. ## Core Features & Use Cases - Evidence-aware extraction: Builds turn and content-element ledgers, separates stated facts from inferences and unknowns, and records provenance, capture mode, and completeness for every artifact. - Adjustable extraction depth: Supports rapid, balanced, and comprehensive profiles (with aliases like scan, distill, and catalog) that control granularity without relaxing privacy or verification rules. - Deterministic artifact writer: The bundled Python utility validates required headings, derives safe filenames from a distilled topic chain, blocks accidental overwrites, and supports dry-run and JSON output. - Use Case: You paste a long Gemini Deep Research conversation with a Canvas app reference and missing chart payloads; the Skill catalogs each element, flags unavailable sidecars, and writes a standalone handoff document another agent can resume from. ## Quick Start Ask the agent to extract the pasted Gemini conversation into a standalone Markdown artifact at balanced depth using this Skill.

Frequently Asked Questions about okhp3-thread-extract-gemini

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

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

Paste the Gemini chat into the conversation and request an extraction at rapid, balanced, or comprehensive depth. The Skill drafts a body from the bundled template, then runs scripts/create_thread_extract.py to validate headings, derive a filename, and write the artifact.

What extraction depth should I use for a long Gemini thread?▼

Use balanced, the default, for most threads since it preserves high-value turns with documented compression. Choose rapid for a compact continuity brief or comprehensive for fine-grained per-turn dispositions; long sources are processed in labeled batches rather than downgraded.

Does this Skill need a Google account or Gemini API key?▼

No Google account, Gemini API key, network access, or Workspace connector is required. It only processes material you manually paste, and it never claims access to Gemini or connected Google services.

Can it handle Gemini Canvas and Deep Research content?▼

Yes, Canvas documents and Deep Research reports are treated as separate surfaces and cataloged as distinct content elements. Referenced but unpasted payloads are marked referenced-not-supplied rather than reconstructed.

What are the limitations of extracting pasted Gemini chats?▼

The output is a reviewed distillation, not a lossless transcript archive, and completeness depends on what was pasted. It cannot access Drive files, verify current product claims, or recover sidecars that were referenced but never supplied.