okhp3-askjamie-chatgpt-migrate

okhp3-askjamie-chatgpt-migrate is a skill for Claude Code, Codex from OKHP3/skillz. It costs 131 tokens per session (1,875 once invoked), scanned A, a copy of okhp3-chatgpt-project-migration, MIT.

A process for preserving and organizing ChatGPT project conversations, exported chats, and related files in a repository. It keeps the original material separate from reviewed summaries and derived records.

In plain words
What is it for?
Use it to export and index accessible ChatGPT threads, preserve transcripts, reconcile them with repository files, and optionally track status in Notion.
Why use it?
Project conversations can be difficult to verify, search, or migrate without losing context. This process records what was captured and how it was transformed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to export and index accessible ChatGPT threads, preserve transcripts, reconcile them with repository files, and optionally track status in Notion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-askjamie-chatgpt-migrate
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-askjamie-chatgpt-migrate
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-askjamie-chatgpt-migrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-askjamie-chatgpt-migrate/github.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-askjamie-chatgpt-migrate)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-askjamie-chatgpt-migrate"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-askjamie-chatgpt-migrate/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-askjamie-chatgpt-migrate

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-askjamie-chatgpt-migrate"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-askjamie-chatgpt-migrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,875 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 91% copy Near-identical to another mod 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.00131 $0.01875
Opus 5 $0.00066 $0.00937
Sonnet 5 $0.00026 $0.00375
Haiku 4.5 $0.00013 $0.00187

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

Security

Grade A, and why

okhp3-askjamie-chatgpt-migrate 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 11d 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

This is a copy

91% identical to okhp3-chatgpt-project-migration — 24 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

askjamie/okhp3-askjamie-chatgpt-migrate/SKILL.md · 201 lines

How it starts

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

okhp3-askjamie-chatgpt-migrate

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.


Brand-specific overlay

Before migrating a project, read references/brand-overlay.md. It routes AskJamie material into lens, helpdesk, and decision-walkthrough records without weakening source preservation, privacy review, or publication gates.

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.

Read the full file on GitHub · 201 lines

Files

What ships with it

3 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. 11d ago First seen · 201 lines · 131 tokens per session scan A 09164878abf7

Subscribe to this mod's changes

okhp3-askjamie-chatgpt-migrate is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed today), licensed MIT. It adds 131 tokens to every session and 1,875 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to okhp3-chatgpt-project-migration, differing in 24 lines, and is treated as a copy.

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

agent-wiki

Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki, (4) Incremental knowledge base management. Triggers: 'build wiki from notes', 'ingest notes to wiki', 'Obsidian LLM wiki', 'incremental knowledge base'.

Dianel555/DSkills · 89 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