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

341

7-day growth

No data

Forks

82

Open issues

1

License

No data

Last updated

2026-07-27

AI repository intelligence
FR-AI / ANALYSIS

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, Grok, and Kimi conversations, exported from their share links as plain markdown, plus the three scripts that produce it. A handful of other conversations, added by hand from sources with no public share link, live alongside them.

1,334 conversations, 15,252 messages, ~38 MB.

DirectorySourceConversationsMessagesLongest
claude_chats/claude.ai/share7557,865282
grok_chats/grok.com/share5197,2104,308
kimi_chats/kimi.com/share5717128
aistudio_chats/Google AI Studio (manual)364

Layout

scripts/claude_share_export.py     exporter for claude.ai shares
scripts/grok_share_export.py       exporter for grok.com shares
scripts/kimi_share_export.py       exporter for kimi.com shares
scripts/aistudio_export.py         converter for raw Google AI Studio page copies
link_lists/claudeaisharelinks.txt  the claude.ai links this archive was built from
link_lists/grokaisharelinks.txt    the grok.com links this archive was built from
link_lists/kimiaisharelinks.txt    the kimi.com links this archive was built from
raw_google_dumps/                  raw AI Studio page copies aistudio_export.py reads
claude_chats/                      one markdown file per Claude conversation
grok_chats/                        one markdown file per Grok conversation
kimi_chats/                        one markdown file per Kimi conversation
aistudio_chats/                    one markdown file per AI Studio conversation

claude_chats/.claude-share-export.json manifest for claude_chats/
grok_chats/.grok-share-export.json     manifest for grok_chats/
kimi_chats/.kimi-share-export.json     manifest for kimi_chats/
aistudio_chats/.aistudio-export.json   manifest for aistudio_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

All four converters write the same shape: a metadata header, then alternating turns separated by a

Description

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

Related repositories

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

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,390
slvDev
Featured
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI & Machine LearningLarge Language Models
1,960
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 Learning
1,482