fuadmefleh GitHub avatar

Shared-Claude-Chats

fuadmefleh

A public archive of 972 publicly shared Claude and Grok conversations exported as plain Markdown, along with two Python scripts to fetch and update the archive.

Stars

118

7-day growth

No data

Forks

34

Open issues

1

License

No data

Last updated

2026-07-26

Why it is worth attention

It offers a large, curated dataset of real AI conversations (11K+ messages) with open-source tools that handle incremental archiving, non-Latin titles, and cloudflare-protected APIs.

Who it is for

  • Researchers studying LLM conversation patterns
  • Developers building on top of Claude or Grok
  • Data scientists seeking diverse dialogue datasets
  • Digital archivists preserving AI interactions

Use cases

  • Analyzing turn-taking and response styles across two AI models
  • Training or fine-tuning smaller models on real chat data
  • Testing downstream tools that consume Markdown with metadata headers
  • Reproducing archived conversations for auditing or transparency efforts

Strengths

  • Comprehensive: 972 conversations, 11,241 messages, ~29 MB across two platforms
  • Incremental: manifests skip already-fetched items, safe to re-run with appended links
  • Preserves original scripts (non-Latin filenames, e.g. Korean, Arabic)
  • Open-source export scripts handle Cloudflare TLS challenges via curl_cffi, making the archive replicable

Considerations

  • Only public shares are accessible; revoked or private links return 'not found'
  • Upstream fidelity loss: tool calls and search widgets appear as placeholder text
  • Requires curl_cffi dependency and direct API access, not a simple HTTP request

README quick start

Shared AI Chats

An archive of public Claude and Grok conversations, exported from their share links as plain markdown, plus the two scripts that produce it.

972 conversations, 11,241 messages, ~29 MB.

DirectorySourceConversationsMessagesLongest
claude_chats/claude.ai/share4534,031204
grok_chats/grok.com/share5197,2104,308

Layout

claude_share_export.py        exporter for claude.ai shares
grok_share_export.py          exporter for grok.com shares
claudeaisharelinks.txt        the claude.ai links this archive was built from
grokaisharelinks.txt          the grok.com links this archive was built from
claude_chats/                 one markdown file per Claude conversation
grok_chats/                   one markdown file per Grok conversation
.claude-share-export.json     manifest for claude_chats/
grok_chats/.grok-share-export.json   manifest for grok_chats/

Every conversation is one markdown file, named from its title:

Adding-Kerberos-Authentication-to-Hadoop-Cluster-on-EC2.md
AI-inflection-point-and-the-future-of-automation.md
네이버-AI-모델서비스-기획-직무-기업조사-리포트.md

Titles keep their original script rather than being transliterated, so non-Latin filenames are expected. A conversation with no usable title falls back to its snapshot UUID (18754235-198d-446b-afc6-26191ea62d27.md).

File format

Both exporters write the same shape: a metadata header, then alternating turns separated by a horizontal rule.

# 네이버 AI 모델/서비스 기획 직무 기업조사 리포트

- Source: https://claude.ai/share/b76ffb8c-8a9d-43fb-b02d-0990e2e2fc7c
- Author: 쏠테크
- Created: 2026-02-04
- Messages: 2

---

## Human

당신은 자기소개서 작성을 돕기 위해…

---

## Assistant

# 조사 전략
…

The --- before each turn is load-bearing. Message bodies contain their own markdown headings, so without it a ## Assistant turn marker would be indistinguishable from a heading written inside a reply.

The headers differ slightly by source: Claude transcripts carry Author, Grok transcripts carry Model. Grok transcripts may also include generated-image links, attachment names, and — when exported with the relevant flags — quoted thinking steps and cited web/X sources.

Manifests

.claude-share-export.json and grok_chats/.grok-share-export.json map each share id to the file written for it, plus title, messag

Related repositories

Similar projects matched by category, topics, and programming language.

xai-org
Featured
xai-org GitHub avatar

grok-build

Grok Build is SpaceXAI's terminal-based AI coding agent that runs as a full-screen TUI, understands codebases, edits files, executes commands, searches the web, and manages tasks interactively or headlessly.

AI & Machine LearningAI Agents
20,399
lopopolo
Featured
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI & Machine LearningAI Agents
2,320
littledivy
Featured
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI & Machine LearningBackend & APIs
1,183