okhp3-chatgpt-project-migration

okhp3-chatgpt-project-migration is a skill for Claude Code, Codex from OKHP3/skillz. It costs 128 tokens per session (1,785 once invoked), scanned A, original, MIT.

A procedure for moving ChatGPT project conversations into a repository while keeping the exported chats intact. It separates the original chat archive from reviewed files that are safe to store in the repository.

In plain words
What is it for?
Use it to export and index accessible ChatGPT project threads, preserve messages and content parts, compare them with repository files, and create reviewed Markdown or structured artifacts.
Why use it?
It helps prevent summaries from replacing source conversations and makes it possible to check which threads and messages were captured. It also keeps raw chats and potentially private information out of Git.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to export and index accessible ChatGPT project threads, preserve messages and content parts, compare them with repository files, and create reviewed Markdown or structured artifacts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-chatgpt-project-migration
View source ↗ OKHP3/skillz
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OKHP3/skillz --skill okhp3-chatgpt-project-migration
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for okhp3-chatgpt-project-migration

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-chatgpt-project-migration/github.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-chatgpt-project-migration)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-chatgpt-project-migration"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-chatgpt-project-migration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for okhp3-chatgpt-project-migration

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-chatgpt-project-migration"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-chatgpt-project-migration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,785 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00128 $0.01785
Opus 5 $0.00064 $0.00892
Sonnet 5 $0.00026 $0.00357
Haiku 4.5 $0.00013 $0.00178

Measured 12d ago against content hash 7e0a34b3f0f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

okhp3-chatgpt-project-migration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/okhp3-chatgpt-project-migration/SKILL.md · 195 lines

How it starts

The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.

okhp3-chatgpt-project-migration

OverKill Hill P³ · overkillhill.com · github.com/OKHP3

Capture a ChatGPT project as evidence before transforming it. This skill keeps the source corpus intact, proves which threads and turns were captured, and only then routes reviewed material into durable repository artifacts.


Scope

In scope Out of scope
Exporting and indexing accessible ChatGPT project threads Recovering deleted or permission-restricted content
Preserving every exported message node and content part Treating an LLM summary as source preservation
Reconciling source material with repository artifacts Publishing raw chats, credentials, or third-party private data
Optional Notion status register Making Notion the authoritative raw archive

Operating principle

Use a two-lane process:

  1. Source lane: immutable export, project inventory, normalized transcripts, hashes, and exception records. Keep it local and out of Git.
  2. Artifact lane: reviewed, classified, public-safe Markdown and structured artifacts committed to their proper repository locations.

Do not substitute artifact-lane summaries for source-lane records. A source record may be distilled many times without changing the original evidence.


Required inputs and first decision

Record the project URL, capture date, account/workspace type, intended archive location, and publication sensitivity. Treat repository visibility as unknown unless the owner has resolved it.

Use ChatGPT data export as the primary source when available. It is faster and more complete than manually copying UI text. Use Browser to enumerate the target project and verify it against the export. Use Computer only for UI actions that Browser cannot complete, such as a download dialog or desktop-only control.

If the account cannot export data, proceed with Browser-based recovery but mark the batch ui_capture_only and list its reduced-fidelity limitations.

Read the full file on GitHub · 195 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 195 lines · 128 tokens per session scan A 7e0a34b3f0f6

Subscribe to this mod's changes

okhp3-chatgpt-project-migration is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed today), licensed MIT. It adds 128 tokens to every session and 1,785 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

baoyu-url-to-markdown

Fetch any URL and convert to markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in adapters for X/Twitter, YouTube transcripts, Hacker News threads, and generic pages via Defuddle. Handles login/CAPTCHA via interaction wait modes. Use when user wants to save a webpage as markdown.

JimLiu/baoyu-skills · 72 tokens

obsidian-markdown

A Markdown writing workflow for Obsidian, a note-taking app that can link notes together. It supports features such as two-way links, callouts, frontmatter, embedded content, and wikilinks.

anbeime/skill · 73 tokens

obsidian-skills-integrated

A skill for writing and editing Obsidian notes while preserving Obsidian-specific formats. Obsidian is a note-taking app that supports links between notes, callouts, databases, and visual canvases.

anbeime/skill · 74 tokens

pptx-generator

A tool that converts JSON data, a structured text format often used by software, into standard .pptx presentation files. It applies layouts and can format charts and tables.

anbeime/skill · 69 tokens

PDF Processing Pro

A PDF-processing workflow for handling forms, extracting tables, and using OCR to turn scanned text into searchable data. It also performs automated data checks using built-in scripts.

anbeime/skill · 76 tokens